Commit graph

101 commits

Author SHA1 Message Date
Griatch
2a229b8b8e Evennia 4.2.0 minor release 2024-06-27 22:37:43 +02:00
Griatch
9c3ba936e4 Run black on sources 2024-06-27 16:01:09 +02:00
Griatch
7b299f2cad Make all model .created_date properties resolve to TIME_ZONE time zone. Resolve #3522. 2024-06-14 23:44:41 +02:00
Griatch
be8c024465 Update CHANGELOG, update all auto-generated docs 2024-06-14 12:43:30 +02:00
Griatch
246d6d00b9 Update Changelog 2024-04-28 08:59:56 +02:00
Griatch
f823e367f0 Evennia 4.1.1 patch release 2024-04-06 23:07:10 +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
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
7cce317da0 Update Changelog. Outline which doc files are auto-generated 2024-04-01 11:09:08 +02:00
Griatch
818ab25b27 Fix error in searching tutorial 2024-03-31 11:54:04 +02:00
Griatch
f1f1f6219a Implemented EvAdventure quest code+tutorial lesson 2024-03-30 23:42:16 +01:00
Griatch
05ab1c2a9b Update links pages 2024-03-21 22:17:01 +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
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
Griatch
42aba18ada Add OnDemandHandler to support on-demand timers easier 2024-02-04 00:38:47 +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
500b071aa5 Fix how to remove superfluous cmdset in command tutorial. Resolve #3395. 2024-01-14 17:41:34 +01:00
Griatch
0dbcadcedb Evennia 3.1.0 minor release 2024-01-08 21:03:23 +01:00
Griatch
7a7416b084 Some fixes to doc versioning list, changelog 2023-12-20 23:43:41 +01:00
Griatch
dadc1de6e1 Evennia 3.0.0 major release 2023-12-20 23:02:49 +01:00
Griatch
cd3c5db324 Update CHANGELOG 2023-12-19 23:47:52 +01:00
Griatch
c37dde248e Update CHANGELOG, some refining of docs 2023-12-10 19:59:24 +01:00
Griatch
f4e78d4552 Depend Twisted >=23.10,<24, Django 4.0-4.2 <4.3 2023-12-02 23:31:24 +01:00
Griatch
48fdc2c935 Update CHANGELOG 2023-12-02 21:35:45 +01:00
Griatch
3add3168ea Update Lock documentation. Update CHANGELOG 2023-12-02 19:19:29 +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
84e8ca129f Update CHANGELOG and autodocs with recent changes 2023-11-23 19:08:46 +01:00
Griatch
24d52f229f Update CHANGELOG 2023-11-02 20:58:03 +01:00
Griatch
900993ab92 Update CHANGELOG 2023-10-31 21:02:23 +01:00
Griatch
7cc6640809 Update CHANGELOG 2023-10-19 19:58:00 +02:00
Griatch
0f9d2beb09 Add text_kwargs support to EvMore.msg. Resolve #3273 2023-09-23 23:07:19 +02:00
Griatch
8e10db5dca Expand command-add tutorial. Fix typos. Resolve #3277 2023-09-23 22:23:38 +02:00
Griatch
bf97d19fa4 Correct CHANGELOG attribution to blongden 2023-09-03 10:12:39 +02:00
Griatch
bb35973cea Evennia 2.3.0 minor release 2023-09-03 09:24:42 +02:00
Griatch
1c7cc201e4 Stop color leak in examine's last_login output 2023-09-03 08:47:52 +02:00
Griatch
7a56acc93f Update CHANGELOG 2023-08-28 19:01:12 +02:00
Griatch
b819bff556 Append character fix to evadventure tutorial. Resolve #3559 2023-08-20 18:49:28 +02:00
Griatch
90246a909a Update LLM doc, changelog 2023-08-07 01:11:20 +02:00
Griatch
b53346a3cc Evennia 2.2.0 minor release 2023-08-06 23:58:18 +02:00
Griatch
84f609fc6f Remove stale CI doc pages. Resolve #3238 2023-08-06 20:42:09 +02:00
Griatch
46c7b26c42 Fix web tutorial formatting and app creation. Resolve #3175. 2023-08-06 17:51:46 +02:00