Commit Graph

274 Commits

Author SHA1 Message Date
cc25051e8f Fix evadventure QuestHandler initialization. Resolve #3560 2026-02-15 11:40:54 +01:00
0b92202ae6 Clarified the potential pitfalls with multiple inheritance. Resolve #3791 2025-12-18 12:50:27 +01:00
2a19ab45bf Merge pull request #3849 from count-infinity/docs-3804
Fix typos in beginner tutorial - twitch combat
2025-12-18 12:08:16 +01:00
003d1adf5a Merge pull request #3848 from count-infinity/docs-3805
Documentation - Fix typos
2025-12-18 12:07:24 +01:00
83226c583c Fix typos in beginner tutorial - twitch combat 2025-11-28 22:52:31 -07:00
fba7ef9293 Fix typos 2025-11-27 21:44:54 -07:00
9e92453995 Clarify .pop() 2025-11-26 20:13:04 -07:00
16c6ba5ada Fix typos 2025-11-26 20:09:59 -07:00
524465eaa5 Apply md changes after sphinx version update 2025-08-15 18:37:58 +02:00
0460981e36 Merge pull request #3784 from BlaneWins/patch-1
Update Beginner-Tutorial-Creating-Things.md
2025-04-26 13:04:38 +02:00
0418e6076e Update Beginner-Tutorial-Creating-Things.md
Fix typo and grammar for section about linking exits.
2025-04-09 18:21:30 -05:00
27a25929e4 typo fixes 2025-03-30 01:18:11 -07:00
5b2963fc46 Add warning for failures in the Quest tutorial lesson (not yet complete) 2025-03-23 21:36:45 +01:00
bf0c7bc5c9 Update sittable object tutorial to correct use of preposition. Resolve #734 2025-03-15 08:33:52 +01:00
4269745d3e More fixing to the tutorial 2025-02-20 09:05:35 +01:00
c1794bb17e Update django queries tutorial 2025-02-19 20:09:07 +01:00
db20d74605 Fix skull->coin typo in search tutorial. Resolve #3675 2025-02-15 17:48:13 +01:00
4af63a0b06 Better explain on utlity tutorial use of ABILITY_REVERSE_MAP. Resolve #3680 2025-02-15 17:36:25 +01:00
e81d40d95e Flesh out the evadventure tutorial about the _OBJ_STATS, to be clearer for beginners. Resolve #3681 2025-02-15 17:27:27 +01:00
1a61c20f06 Fix doc typo. Resolve #3708 2025-02-15 17:11:26 +01:00
01d6eec036 Fix bare hands in npc example. Resolve #3709 2025-02-15 17:05:39 +01:00
3669357181 fix docs typo 2025-01-28 10:11:05 -07:00
fb0fa25536 Fix armchair tutorial code example to match repo 2024-12-19 09:27:24 +01:00
2deb2f9365 Merge pull request #3668 from jaborsh/3661_fix
#3661 Fixing docstring/game template mismatch.
2024-11-11 20:10:03 +01:00
ccfedc0115 #3661 Fixing docstring/game template mismatch. 2024-11-05 13:54:15 -07:00
5fd0ea9445 #3659 Fixing doc typo for beginner tutorial 2024-11-05 13:24:20 -07:00
0984fccafb fix: remove erroneous links from the documentation
Sphinx assumes that WORD.py should be a link to https://WORD.py .

This is not a problem in most of the documentation, since Sphinx won't
turn those python filenames into links when they are wrapped in
backticks, like `WORD.py`. Unfortunately, not always that was being
done, and so there were several wrong, broken links in the
documentation.

This patch wraps all the occurrences I've found of this case with
backticks, not only making the documentation more readible and
homogeneous, but more importantly getting rid of those unwanted links
in the generated HTML version of the documentation.
2024-10-26 17:45:14 +01:00
3c64f61f17 Merge pull request #3628 from feyrkh/main
Fix incorrect example code in equipment tutorial
2024-10-08 21:51:14 +02:00
26e671f146 Merge pull request #3626 from feyrkh/feyrkh-patch-1
Fix 'defense_type' typos in beginner tutorial + EvAdventure utils.py
2024-10-08 21:47:25 +02:00
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
d361b5fddb Update Beginner-Tutorial-Equipment.md
Also fix to_backpack
2024-09-29 13:02:01 -05:00
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
321da9b694 Fix 'defend_type' vs 'defense_type' typos in beginner tutorial 2024-09-29 05:23:12 -05:00
10e4f989f7 Fix alternate misspellings 2024-09-29 02:03:35 -05:00
f68e1884eb Fix lycanthropy tutorial
"lycanthropy" was consistently misspelled, and the tutorial was mixed between requiring "exactly 2" for the attribute in the code, while being described as "greater than 2" in some of the text, and the attribute was actually set to 3, preventing the example code from working.
2024-09-29 01:54:20 -05:00
eaff50beb0 Fix prompt tutorial example 2024-08-18 12:46:24 +02:00
61374b10ff Fix issue in NPC-reaction tutorial. Resolve #3591 2024-08-11 11:20:00 +02:00
468d0812d9 Reword weird sentence in beginner search tutorial. Resolve #3558 2024-06-27 17:27:36 +02:00
a49b61a509 Fix look of default command.py example in search beginner tutorial. Resolve #3555 2024-06-27 17:22:28 +02:00
51a741c714 fix(docs): 📝 fix path to test 2024-05-19 06:15:14 -07:00
7f41e5a649 Fix typo in code structure and utils tutorial. Resolve #3474 2024-04-07 21:51:52 +02:00
c8d75665d2 Fix doc issues. Resolve #3479, #3480, #3481, #3482 2024-04-06 14:24:21 +02:00
22067c32dc Fix the adding-command tutorial with correct example 2024-04-01 14:50:43 +02:00
ce0e5a3aca Merge branch 'patch-27' of https://github.com/homeofpoe/evennia into homeofpoe-patch-27 2024-04-01 14:15:48 +02:00
a9e8042bbe Update search tutorial 2024-03-31 12:06:29 +02:00
818ab25b27 Fix error in searching tutorial 2024-03-31 11:54:04 +02:00
f1f1f6219a Implemented EvAdventure quest code+tutorial lesson 2024-03-30 23:42:16 +01:00
c05714d0d4 Continue with quest beginner tutorial 2024-03-30 09:47:07 +01:00
b5571fb5fd Finished the procedural dungon tutorial 2024-03-24 15:17:37 +01:00
8085aa30db Wrote the AI beginner tutorial lesson. Started procedural dungeon lesson 2024-03-24 01:38:19 +01:00