Commit graph

461 commits

Author SHA1 Message Date
Griatch
fb0fa25536 Fix armchair tutorial code example to match repo 2024-12-19 09:27:24 +01:00
Griatch
40aac81314 Update CHANGELOG 2024-12-15 16:11:54 +01:00
Griatch
1ad1cf9fc1 Some fixes to the changelog 2024-11-12 10:52:16 +01:00
Griatch
3965de8d16 Evennia 4.5.0 minor release 2024-11-12 10:39:35 +01:00
Griatch
84293bdd04 Update CHANGELOG 2024-11-11 20:22:03 +01:00
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
88afac2874 Update changelog 2024-10-23 22:29:13 +02: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
04374e5392 Fix traceback from ingame reports contrib help manage command. Resolve #3627 2024-10-21 21:13:47 +02:00
Griatch
67db991715 Update Changelog, build new contrib docs 2024-10-21 21:10:22 +02:00
Griatch
ed1cc984b3 Update Changelog 2024-10-21 21:05:13 +02:00
Griatch
7395d7091d Cleanup in Tags documentation 2024-10-18 14:49:01 +02:00
Griatch
fd05fe4c02 Update CHANGELOG 2024-10-08 23:18:22 +02:00
Griatch
199f3e62dd Update CHANGELOG 2024-10-08 22:20:01 +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
cce90a0ecd Fix color ansi output, it listed the wrong indices of colors. Also updated docs. Resolve #3616 2024-09-29 13:19:07 +02:00
Griatch
c476121a6c Make TaskHandler properly handle missing attribute on server reload. Resolve #3620 2024-09-29 12:57:19 +02:00
Griatch
2b95446dd0 Fix infinite loop if using print() in py cmd. Resolve #3616 2024-09-29 12:34:16 +02:00
Griatch
ac06ff735c Fix issues with integer tag names on postgres. Resolve #3624 2024-09-29 11:48:02 +02:00
Griatch
6afe37631f Respect subtopic_separator_char in more places in CmdHelp. Resolve #3612 2024-09-29 11:37:01 +02:00
Griatch
92e573692a Update CHANGELOG 2024-09-29 10:22:34 +02:00
Griatch
f2a5c5a85a Update CHANGELOG 2024-09-10 14:12:06 +02:00
Griatch
7c9694b735 Update CHANGELOG, i18n update doc page 2024-09-08 11:36:49 +02:00
Griatch
11f0e8b01a Update CHANGELOG, sync docs 2024-08-25 09:23:24 +02:00
Griatch
eaff50beb0 Fix prompt tutorial example 2024-08-18 12:46:24 +02:00
Griatch
6f255c9ff8 Make Sqlite3 PRAGMAs customizable from settings 2024-08-16 11:53:34 +02:00
Griatch
310a895bb5 Add key:typeclass support for scripts command 2024-08-11 20:03:11 +02:00
Griatch
bb751ad2ff Adding an already instantiated Script to ScriptHandler.add didn't add it to the handler's object. 2024-08-11 17:20:58 +02:00
Griatch
4954fa1189 Global scripts not defined in settings wouldn't appear on GLOBAL_SCRIPTS container as documented. Resolves #3519 2024-08-11 15:47:03 +02:00
Griatch
1ad91fed2c Log more useful error message if using ObjectDB root instead of typeclass. Resolve #3556 2024-08-11 12:25:56 +02:00
Griatch
7d553125ba Make examine command display strattr Attribute values correctly; Resolve #3590. Clean up some regex syntaxes for py3.13 compatibility 2024-08-11 12:09:48 +02:00
Griatch
61374b10ff Fix issue in NPC-reaction tutorial. Resolve #3591 2024-08-11 11:20:00 +02:00
Griatch
5797b711db Evennia 4.3.0 minor release 2024-08-11 10:46:52 +02:00
Griatch
5501f1cb66 Update CHANGELOG 2024-08-11 10:41:49 +02:00
Griatch
e80f513315 Validate alias structure in prototype homogenization. Resolve #3578 2024-07-20 08:48:54 +02:00
Griatch
1d689ed78c Update changelog 2024-07-20 07:54:05 +02:00
Griatch
7a7479955f Add Traits.traithandler back reference so custom Traits can find and read values of other traits on the handler. See #2801 2024-07-13 19:36:15 +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
9ca41b5d0d Update game template class doc strings to be more up-to-date. Resolve #3387 2024-06-27 15:58:11 +02:00
Griatch
544639e04e Update CHANGELOG 2024-06-27 13:58:20 +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
c55d04c21a Update changelog 2024-04-28 08:42:21 +02:00