Jake
5fd0ea9445
#3659 Fixing doc typo for beginner tutorial
2024-11-05 13:24:20 -07:00
Griatch
3c64f61f17
Merge pull request #3628 from feyrkh/main
...
Fix incorrect example code in equipment tutorial
2024-10-08 21:51:14 +02:00
feyrkh
7f123cb472
Update Beginner-Tutorial-Equipment.md
...
When adding an item to an empty slot, avoid adding `None` objects to the backpack.
2024-09-29 13:08:56 -05:00
feyrkh
d361b5fddb
Update Beginner-Tutorial-Equipment.md
...
Also fix to_backpack
2024-09-29 13:02:01 -05:00
feyrkh
54e5e63b8d
Fix incorrect example code in equipment tutorial
...
The code to replace equipment in a single-item slot references a variable that is never used before or after, and incorrectly sets it to the item that is doing the replacement instead of the item being replaced, which causes the replaced item to not be moved back into the backpack.
2024-09-29 12:25:15 -05:00
feyrkh
321da9b694
Fix 'defend_type' vs 'defense_type' typos in beginner tutorial
2024-09-29 05:23:12 -05:00
iLPdev
51a741c714
fix(docs): 📝 fix path to test
2024-05-19 06:15:14 -07:00
Griatch
7f41e5a649
Fix typo in code structure and utils tutorial. Resolve #3474
2024-04-07 21:51:52 +02:00
Griatch
c8d75665d2
Fix doc issues. Resolve #3479 , #3480 , #3481 , #3482
2024-04-06 14:24:21 +02:00
Griatch
f1f1f6219a
Implemented EvAdventure quest code+tutorial lesson
2024-03-30 23:42:16 +01:00
Griatch
c05714d0d4
Continue with quest beginner tutorial
2024-03-30 09:47:07 +01:00
Griatch
b5571fb5fd
Finished the procedural dungon tutorial
2024-03-24 15:17:37 +01:00
Griatch
8085aa30db
Wrote the AI beginner tutorial lesson. Started procedural dungeon lesson
2024-03-24 01:38:19 +01:00
Griatch
bb501d990f
Fix merge conflict
2024-03-08 09:03:17 +01:00
Griatch
0b234c792c
Fix merge conflict
2024-01-08 20:37:53 +01:00
Griatch
aff6cd6637
Update CHANGELOG, chargen beginner tutorial
2024-01-08 20:34:15 +01:00
gas-public-wooden-clean
b6d7c2500a
Align character generation tutorial more closely with the code.
2024-01-01 18:22:32 -06:00
gas-public-wooden-clean
ff159e3942
Fix typos.
2024-01-01 18:22:10 -06:00
iLPdev
7fab91060b
docs(beginner tutorial unit testing): fix typos
2023-12-21 04:35:55 -08:00
Griatch
255655dffe
Use a different base testing class in EvAdventure tutorial. Resolve
2023-12-20 00:44:27 +01:00
iLPdev
04e0fe5e35
docs(beginner tutorial unit testing): 📝 🐛 revise prose and bug-fix
2023-12-12 06:01:56 -08:00
Griatch
a56852d38d
Fix link to twitch-combat batch script in docs. Resolve #3332
2023-12-02 21:56:57 +01:00
Griatch
457ceb1375
Explain deliberate error in example unit test. Resolve #3328
2023-11-26 14:43:39 +01:00
Griatch
0e7808c602
Remove leftover .generate() call from chargen tutorial, as per #3289
2023-11-23 20:49:03 +01:00
Griatch
42c9d356d7
Remove last mis-spelling of BASE_BATCHPROCESS_PATH. REsolve #3288
2023-11-23 20:41:31 +01:00
InspectorCaracal
c7a6fc5505
fix tutorial room path
2023-11-06 20:05:07 -07:00
Andrew Bastien
3c4a3f1088
Removing more erroneous code that snuck in.
2023-10-29 13:02:18 -04:00
Andrew Bastien
4b80b200d8
Cleaned up tests to use newly-renamed Account hooks for add/remove characters.
2023-10-29 13:02:18 -04:00
Griatch
8e10db5dca
Expand command-add tutorial. Fix typos. Resolve #3277
2023-09-23 22:23:38 +02:00
Griatch
9b354a39b7
Fix typos in equipment tutorial. Resolve #3250
2023-09-03 09:13:37 +02:00
Griatch
b819bff556
Append character fix to evadventure tutorial. Resolve #3559
2023-08-20 18:49:28 +02:00
Griatch
e4df3adb34
Update equipment tutorial with extended remove
2023-08-07 21:31:19 +02:00
Griatch
49b98d5d53
Fix errors in beginner tutorial, part 3 utils. Resolve #3236 .
2023-08-06 19:48:11 +02:00
Griatch
b168fbd747
Expand dice contrib readme
2023-07-27 12:03:08 +02:00
Griatch
57bd4aa5e7
Fix doc typos. Resolve #3241
2023-07-26 23:18:24 +02:00
Griatch
0acfbe82b4
Fix typo in Equipment tutorial
2023-07-26 23:08:16 +02:00
Griatch
9e6f828cf8
Cleanup of docs
2023-07-23 21:43:58 +02:00
iLPdev
5102ceb081
docs(beginner-tutorial): 📝 update part 3 overview.md
...
* format heading
* format sidebar for consistency
2023-07-19 05:43:30 -07:00
Griatch
eed5ea78a4
Make evadventure get_sides more consistent. Resolve #3199
2023-07-14 13:39:04 +02:00
Griatch
c1ce8c577c
Fix inconsistency in equipment tutorial text. Resolve #3151 .
2023-07-14 13:02:46 +02:00
Blade Boles
bae4ce3355
fix: undo unwanted autofromat
2023-07-05 20:55:25 -06:00
Blade Boles
15b1a287d4
fix: typo in test example
2023-07-05 20:33:24 -06:00
Griatch
8360f178de
Merge pull request #3188 from volundmush/py_adjustment
...
Py adjustment
2023-05-21 10:49:16 +02:00
Griatch
1261582554
Add reference to npc.py example from NPC tutorial
2023-05-19 21:24:10 +02:00
Griatch
378c55b6ad
Some more text rephrasing
2023-05-19 21:09:25 +02:00
Griatch
20d2949106
Fix a layout issue in NPC tutorial lesson
2023-05-19 21:07:35 +02:00
Griatch
431d1d85cb
Made evadventure unit tests pass again
2023-05-19 20:41:10 +02:00
Griatch
2a75ea8343
Fix doc generation of all evadventure modules
2023-05-19 20:20:14 +02:00
Griatch
4abca72077
More cleanup of combat tutorial lessons
2023-05-19 17:10:42 +02:00
Griatch
40023923e1
Work on cleaning up docs
2023-05-19 11:14:03 +02:00