Commit graph

1014 commits

Author SHA1 Message Date
Griatch
d1f43a85f9
Merge pull request #3544 from iLPdev/patch-12
fix(docs): 📝 fix path to test
2024-06-14 12:21:05 +02:00
Griatch
628bc5bcde
Merge pull request #3527 from InspectorCaracal/patch-27
Update Contribs-Guidelines.md
2024-06-14 10:06:47 +02:00
Griatch
451b2bfcf8
Merge pull request #3526 from InspectorCaracal/patch-26
Update host provider info
2024-06-14 10:05:47 +02:00
iLPdev
51a741c714
fix(docs): 📝 fix path to test 2024-05-19 06:15:14 -07:00
Griatch
3b84ec1b42 Update evscaperoom contrib readme 2024-05-02 17:01:28 +02:00
InspectorCaracal
ded62f6f8b
Update Contribs-Guidelines.md 2024-04-29 11:34:02 -06:00
InspectorCaracal
4d72fd0ce4
update akami/linode info 2024-04-29 10:42:18 -06:00
Griatch
29e9e4df98 Update i18n doc page 2024-04-29 09:10:10 +02:00
Griatch
246d6d00b9 Update Changelog 2024-04-28 08:59:56 +02:00
Cal
f755f052d3 add mapping support, pronoun conjugation to actor stance callables 2024-04-21 15:18:09 -06:00
Griatch
7f41e5a649 Fix typo in code structure and utils tutorial. Resolve #3474 2024-04-07 21:51:52 +02:00
Griatch
f823e367f0 Evennia 4.1.1 patch release 2024-04-06 23:07:10 +02:00
Griatch
92d964476c Typos in Server-Lifecycle doc 2024-04-06 23:00:49 +02:00
Griatch
c8d75665d2 Fix doc issues. Resolve #3479, #3480, #3481, #3482 2024-04-06 14:24:21 +02:00
Griatch
387533d1f0 Fix at_server_reload_start not firing. Resolve #3477. Add Server-Lifecycle.md docpage 2024-04-06 14:08:36 +02:00
Griatch
c01ebb5915 Evennia 4.1.0 minor release 2024-04-01 20:36:26 +02:00
Griatch
c4552d6953 Minor cleanup for docstring to more succinct 2024-04-01 20:24:32 +02:00
Griatch
c5a4a34bac Apply black to codes 2024-04-01 17:51:05 +02:00
Griatch
cf5123ad56 Update changelog 2024-04-01 15:25:37 +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
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