Commit graph

994 commits

Author SHA1 Message Date
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
7cce317da0 Update Changelog. Outline which doc files are auto-generated 2024-04-01 11:09:08 +02:00
Griatch
6431b5c6c4
Merge pull request #3463 from chiizujin/editor_paste
Correct help for editor's paste command
2024-04-01 10:48:13 +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
Chiizujin
505310cf25 Correct help for editor's paste command 2024-03-31 15:42:37 +11: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
05ab1c2a9b Update links pages 2024-03-21 22:17:01 +01:00
homeofpoe
21b164f699
Update Beginner-Tutorial-Adding-Commands.md
Resolves #3448
2024-03-21 09:12:16 -07:00
Griatch
a1e5b356a9 More doc updates 2024-03-17 17:16:06 +01:00
Griatch
a4812906a9 Update installation/tutorial docs 2024-03-17 17:13:02 +01:00
Griatch
e25ee5d29c Evennia 4.0.0 major release 2024-03-17 14:36:20 +01:00
Griatch
3a0b434e42 Fix rpsystem inefficient regex 2024-03-17 09:25:04 +01:00
Griatch
34b5f1133c Pass kwargs from get_stages/dt to staging callable in ondemandhandler 2024-03-11 22:09:17 +01:00
Griatch
6e6ab208a6 Start implementing ai-states for beginner tutorial 2024-03-10 23:18:22 +01:00
Griatch
2cb3273d0a Fix merge conflicts 2024-03-09 17:35:53 +01:00
Griatch
3ff9e83093
Merge pull request #3435 from CloudKeeper/patch-2
Update Unit-Testing.md
2024-03-09 17:26:15 +01:00
Griatch
bb501d990f Fix merge conflict 2024-03-08 09:03:17 +01:00
CloudKeeper
74f2c098c1
Update Unit-Testing.md
Minor grammar corrections and inline link consistency.
2024-03-03 12:34:34 +11:00
CloudKeeper
0bf2fab34a
Update Unit-Testing.md
Minor corrects and inline link consistency.
2024-03-03 12:30:59 +11:00
CloudKeeper
c2c380f82b
Update Unit-Testing.md
Consistency with full stops.
2024-02-28 17:20:41 +11:00
Griatch
cc8584f839 Another typo fix on OnDemandHandler page 2024-02-25 21:49:41 +01:00
Griatch
1ca384ac60 Fixing typos/expanding on the OnDemandHandler doc page 2024-02-25 21:38:55 +01:00
Griatch
fe6a89bf8f Evennia 3.2.0 minor release 2024-02-25 20:00:56 +01:00
Griatch
577f66c3ec Correct django querying example. Resolve #3422 2024-02-25 18:25:57 +01:00
CloudKeeper
96702e948c
Typo correction of OnDemandHandler.md
Small Typo - registes to registers
2024-02-04 12:16:50 +11:00
Griatch
6307213245 More sphinxcontrib pinning 2024-02-04 01:17:13 +01:00
Griatch
b48893b5a2 More pinning of sphinxcontrib versions 2024-02-04 01:11:36 +01:00
Griatch
6673d204e2 Lock sphinxcontrib-applehelp version to avoid version clash 2024-02-04 01:01:08 +01:00
Griatch
6f0049a588 Lock sphinxcontrib-applehelp version to avoid version clash 2024-02-04 00:59:30 +01:00
Griatch
42aba18ada Add OnDemandHandler to support on-demand timers easier 2024-02-04 00:38:47 +01:00
Griatch
f50f8917b9 Fix search example in beginner tutorial 2024-01-28 14:50:38 +01:00
Griatch
1aff06d73c Evennia 3.1.1 patch release 2024-01-14 18:32:43 +01:00
Griatch
e24f4141ba Update CHANGELOG. Resolve typo in sittable chair tutorial. Resolve #3408 2024-01-14 18:16:19 +01:00
Griatch
d58ac80594
Merge pull request #3407 from InspectorCaracal/wiki-update
Update wiki how-to guide
2024-01-14 18:10:13 +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
InspectorCaracal
e60c6e7ea6 update wiki howto 2024-01-12 18:17:56 -07:00
Griatch
2b7af748f9 Lock alabaster version 2024-01-08 21:31:39 +01:00
Griatch
0dbcadcedb Evennia 3.1.0 minor release 2024-01-08 21:03:23 +01:00
Griatch
e37419972e
Merge pull request #3390 from InspectorCaracal/patch-21
Fix tutorial code block
2024-01-08 20:46:15 +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
Griatch
4d1b89a119
Merge pull request #3388 from gas-public-wooden-clean/fix-tutorial
Fix tutorial
2024-01-08 20:17:32 +01:00