Commit graph

120 commits

Author SHA1 Message Date
Griatch
f007199878 Update Changelog 2024-10-28 19:15:08 +01:00
Marcos Marado
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
Griatch
1360f17202 Fix case if using string "call:" anywhere in locktype tricked Command to not use a fallback. Resolve #3643. 2024-10-21 22:03:08 +02:00
Griatch
67db991715 Update Changelog, build new contrib docs 2024-10-21 21:10:22 +02:00
Griatch
25ddad219e Evennia 4.4.1 patch release 2024-10-01 09:12:09 +02:00
Griatch
d76bc1a62b Evennia 4.4.0 minor release 2024-09-29 15:11:37 +02:00
Griatch
0e7a70fcc2 Update truecolor docs, improve color truecolor display 2024-09-29 13:53:52 +02:00
Griatch
cd86f93a54 Update Changelog 2024-09-29 13:00:58 +02:00
Griatch
2b95446dd0 Fix infinite loop if using print() in py cmd. Resolve #3616 2024-09-29 12:34:16 +02:00
Griatch
f2a5c5a85a Update CHANGELOG 2024-09-10 14:12:06 +02:00
Griatch
11f0e8b01a Update CHANGELOG, sync docs 2024-08-25 09:23:24 +02:00
Griatch
310a895bb5 Add key:typeclass support for scripts command 2024-08-11 20:03:11 +02:00
Griatch
5797b711db Evennia 4.3.0 minor release 2024-08-11 10:46:52 +02:00
Griatch
1d689ed78c Update changelog 2024-07-20 07:54:05 +02:00
Griatch
45a1cb80e1 Update docs for Trait.traithandler/Trait.get_trait() functionality 2024-07-13 20:17:00 +02:00
Griatch
d769a90b62 Update changelog 2024-07-13 15:36:06 +02:00
Griatch
783dc46cd3 Update docs, add contrib header for new repor system contrib 2024-07-13 14:24:48 +02:00
Griatch
69bab720d4 Update Changelog 2024-07-10 19:52:02 +02:00
Griatch
9ddaabc60b Fix typo in changelog 2024-06-27 22:50:27 +02:00
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