Commit graph

194 commits

Author SHA1 Message Date
Griatch
966301fc1f Evennia 6.0.0 major release 2026-02-15 18:57:12 +01:00
Griatch
ef2a18108d Update docs 2026-02-15 18:37:08 +01:00
Griatch
97060f86c1 Update changelog docs 2026-01-12 17:21:39 +01:00
Griatch
0fbfe028fc Update md files 2025-08-14 17:38:06 +02:00
Griatch
9024f804f9 Evennia 5.0.1 patch release 2025-07-02 15:26:30 +02:00
Griatch
9ac061b109 Evennia 5.0.0 major release 2025-07-01 10:12:08 +02:00
Griatch
867b8c68cf Update Changelog and contrib docs 2025-06-30 17:10:52 +02:00
0xDEADFED5
985a7d7bea debugpy contrib 2025-04-02 22:36:47 -07:00
Griatch
d36c5d8fd5 Another typo fix on the Unit testing doc page 2025-02-15 18:23:07 +01:00
Griatch
dab0ec7b58 Clean up the Unit testing doc 2025-02-15 18:10:00 +01:00
Griatch
25185a6b2c Update changelog/docs 2025-02-15 11:26:01 +01:00
Griatch
5e19e326e0 Update changelog 2025-02-02 20:04:42 +01:00
Griatch
a2bb02c82c Updated Changelog 2025-01-18 16:25:19 +01:00
Griatch
f34c707826 Update Mac Troubleshooting, as per #3704 2025-01-18 12:24:47 +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
1da8759db9 Update CHANGELOG 2024-11-11 21:06:04 +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
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
bde8c0def7
Merge pull request #3576 from ChrisLR/docs/pycharm-linux
Rewrite doc for pycharm
2024-10-08 21:54:00 +02:00
ChrisLR
128926f705 Improvement 2024-10-03 08:55:23 -04: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
ChrisLR
cd64793c36 Quick changes 2024-08-16 22:01:59 -04:00
ChrisLR
2ef6ba58af Add existing project section and some polish 2024-08-12 11:48:41 -04: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
ChrisLR
03e450124a Rewrite doc for pycharm 2024-07-02 09:05:56 -04: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