Commit graph

113 commits

Author SHA1 Message Date
Griatch
0460981e36
Merge pull request #3784 from BlaneWins/patch-1
Update Beginner-Tutorial-Creating-Things.md
2025-04-26 13:04:38 +02:00
Blane Winstead
0418e6076e
Update Beginner-Tutorial-Creating-Things.md
Fix typo and grammar for section about linking exits.
2025-04-09 18:21:30 -05:00
0xDEADFED5
27a25929e4 typo fixes 2025-03-30 01:18:11 -07:00
Griatch
bf0c7bc5c9 Update sittable object tutorial to correct use of preposition. Resolve #734 2025-03-15 08:33:52 +01:00
Griatch
4269745d3e More fixing to the tutorial 2025-02-20 09:05:35 +01:00
Griatch
c1794bb17e Update django queries tutorial 2025-02-19 20:09:07 +01:00
Griatch
db20d74605 Fix skull->coin typo in search tutorial. Resolve #3675 2025-02-15 17:48:13 +01:00
Griatch
fb0fa25536 Fix armchair tutorial code example to match repo 2024-12-19 09:27:24 +01:00
Jake
ccfedc0115
#3661 Fixing docstring/game template mismatch. 2024-11-05 13:54:15 -07:00
feyrkh
10e4f989f7
Fix alternate misspellings 2024-09-29 02:03:35 -05:00
feyrkh
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
Griatch
468d0812d9 Reword weird sentence in beginner search tutorial. Resolve #3558 2024-06-27 17:27:36 +02:00
Griatch
a49b61a509 Fix look of default command.py example in search beginner tutorial. Resolve #3555 2024-06-27 17:22:28 +02:00
Griatch
22067c32dc Fix the adding-command tutorial with correct example 2024-04-01 14:50:43 +02:00
Griatch
ce0e5a3aca Merge branch 'patch-27' of https://github.com/homeofpoe/evennia into homeofpoe-patch-27 2024-04-01 14:15:48 +02:00
Griatch
a9e8042bbe Update search tutorial 2024-03-31 12:06:29 +02:00
Griatch
818ab25b27 Fix error in searching tutorial 2024-03-31 11:54:04 +02:00
homeofpoe
21b164f699
Update Beginner-Tutorial-Adding-Commands.md
Resolves #3448
2024-03-21 09:12:16 -07:00
Griatch
577f66c3ec Correct django querying example. Resolve #3422 2024-02-25 18:25:57 +01:00
Griatch
f50f8917b9 Fix search example in beginner tutorial 2024-01-28 14:50:38 +01:00
Griatch
e24f4141ba Update CHANGELOG. Resolve typo in sittable chair tutorial. Resolve #3408 2024-01-14 18:16:19 +01:00
Griatch
419615edbf Add missing location=here kwarg in sittable object tutorial example. Resolve #3402 2024-01-14 17:54:05 +01:00
Griatch
500b071aa5 Fix how to remove superfluous cmdset in command tutorial. Resolve #3395. 2024-01-14 17:41:34 +01:00
Griatch
8679fa9f5e Fix characters.py example in typeclass tutorial. Resolve #3391 2024-01-14 17:13:30 +01:00
Griatch
7084f7a021 Fix py example in sittable object tutorial. Resolve #3401 2024-01-14 17:03:09 +01:00
Griatch
7eea74b614 Update search tutorial, resolving #3399 2024-01-14 16:59:30 +01:00
Griatch
e37419972e
Merge pull request #3390 from InspectorCaracal/patch-21
Fix tutorial code block
2024-01-08 20:46:15 +01:00
InspectorCaracal
1bcbcfec26
fix outdated tutorial code block 2024-01-02 19:54:58 -07:00
gas-public-wooden-clean
ff159e3942 Fix typos. 2024-01-01 18:22:10 -06:00
Griatch
97d908ec55 Fix typo in learnind-typeclasses tutorial. Resolve #3369 2023-12-20 00:23:51 +01:00
Griatch
1dd73839c2 Clarifying that the example string in tutorial is just an example of how it could look. Resolve #3311 2023-11-26 13:25:49 +01:00
Griatch
ec4bfe25f6 Fix unnecessary change to use DefaultObject instead of Object in tutorial example. Resolve #3310 2023-11-26 13:18:10 +01:00
Griatch
923ec28ec4 Fix cmdset reference in adding-cmd tutorial. Resolve #3298 2023-11-23 21:33:17 +01:00
Griatch
5ab962b2b4 Fix code example in adding-command tutorial. Resolve #3297 2023-11-23 21:21:35 +01:00
Griatch
a8cf8e166a
Merge pull request #3308 from iLPdev/patch-6
docs(Sittable-Object): 📝 emphasize and list all uses of `adjective`
2023-10-29 07:46:11 +01:00
Griatch
f81891365a
Merge pull request #3305 from iLPdev/patch-5
docs(Sittable-Object): fix 🐛 armchair creation done in @py
2023-10-29 07:38:46 +01:00
Griatch
3fa13815c4
Merge pull request #3304 from iLPdev/patch-3
docs(Sittable-Object): 📝 add terminal punctuation to do_stand code
2023-10-29 07:37:49 +01:00
iLPdev
7f36da695a
docs(Sittable-Object): 📝 emphasize and list all uses of adjective 2023-10-28 07:17:39 -07:00
iLPdev
6a2affb855
docs(Sittable-Object): fix 🐛 armchair creation is done in python 2023-10-27 11:27:06 -07:00
iLPdev
2bd7117fbc
docs(Sittable-Object): 📝 add terminal punctuation to do_stand code 2023-10-27 11:21:02 -07:00
iLPdev
a45d441245
Hotfix: for resultant Cuddly movement in my this PR 2023-10-24 17:35:24 -07:00
iLPdev
7d668e84fa
fix(Lesson 7.1.2): 🐛 correct prose and code example/result 2023-10-24 17:29:40 -07:00
Griatch
78221f8ac3
Merge pull request #3295 from iLPdev/patch-3
docs(Learning-Typeclasses): 📝 fix instructions calling self.get_stats()
2023-10-21 16:49:36 +02:00
iLPdev
d9e6023828
docs(Learning-Typeclasses): fix instructions calling self.get_stats() 2023-10-20 08:21:28 -07:00
iLPdev
0f30b4bb5c
docs(Learning-Typeclasses): 📝 fix .at_object_creation example code 2023-10-20 07:59:44 -07:00
Griatch
cf38de0922 Wrong chapter indent 2023-09-23 22:34:48 +02:00
Griatch
7d99d319a5 More minor cleanup of the command tutorial page 2023-09-23 22:33:59 +02:00
Griatch
8e10db5dca Expand command-add tutorial. Fix typos. Resolve #3277 2023-09-23 22:23:38 +02:00
Griatch
96e13deac6 Fix typo in tutorial world doc 2023-08-28 18:54:51 +02:00
iLPdev
355d06dbee docs(tutorial-beginner): 📝 revise gameplay section 2023-08-20 19:18:18 -07:00