Griatch
867b8c68cf
Update Changelog and contrib docs
2025-06-30 17:10:52 +02:00
Griatch
25185a6b2c
Update changelog/docs
2025-02-15 11:26:01 +01:00
Griatch
40aac81314
Update CHANGELOG
2024-12-15 16:11:54 +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
67db991715
Update Changelog, build new contrib docs
2024-10-21 21:10:22 +02:00
Griatch
45a1cb80e1
Update docs for Trait.traithandler/Trait.get_trait() functionality
2024-07-13 20:17:00 +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
2a229b8b8e
Evennia 4.2.0 minor release
2024-06-27 22:37:43 +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
628bc5bcde
Merge pull request #3527 from InspectorCaracal/patch-27
...
Update Contribs-Guidelines.md
2024-06-14 10:06:47 +02: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
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
e24f4141ba
Update CHANGELOG. Resolve typo in sittable chair tutorial. Resolve #3408
2024-01-14 18:16:19 +01:00
Griatch
0dbcadcedb
Evennia 3.1.0 minor release
2024-01-08 21:03:23 +01:00
Griatch
28a85368d6
Fix path in rpsystem contrib readme. Try to address unit test build issues for non-sqlite dbs
2023-12-10 21:03:09 +01:00
Griatch
48fdc2c935
Update CHANGELOG
2023-12-02 21:35:45 +01:00
Griatch
6764d99455
Merge pull request #3351 from InspectorCaracal/docs-patch-1
...
Update documentation references to `develop`
2023-12-02 21:33:34 +01:00
Griatch
3add3168ea
Update Lock documentation. Update CHANGELOG
2023-12-02 19:19:29 +01:00
InspectorCaracal
7164e689c8
update references to develop
2023-11-29 20:42:22 -07:00
Griatch
84e8ca129f
Update CHANGELOG and autodocs with recent changes
2023-11-23 19:08:46 +01:00
Griatch
e217fe9e83
Adding more info to LLM doc page
2023-08-07 19:46:51 +02:00
Griatch
46809de539
More refining of the LLM readme
2023-08-07 01:41:09 +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
bbf1223e98
Inform about limitation in XYZGrid respawner; see #3175
2023-08-06 18:08:20 +02:00
Griatch
b168fbd747
Expand dice contrib readme
2023-07-27 12:03:08 +02:00
Griatch
bcee53f95e
More doc cleanups
2023-07-23 20:45:36 +02:00
Griatch
06e2c9cd74
Update docs, add WIP for evadventure AI module
2023-07-23 20:32:36 +02:00
Griatch
b72e2e9394
Update LLM docs to explain memory and prompting
2023-07-16 21:16:16 +02:00
Griatch
20273ec761
Add a prompt_prefix for customizing LLM chat bot output
2023-07-15 22:35:31 +02:00
Griatch
2f98d81d23
Simplify LLM params, give OpenAI API example
2023-07-15 01:44:33 +02:00
Griatch
0fac5f9d26
Made LLM NPCs talk so everyone in room can hear it
2023-07-15 00:46:22 +02:00
Griatch
f6021cf8c3
Some cleanup of the LLM contrib README
2023-07-15 00:17:54 +02:00
Griatch
64c2da18c4
Add LLM contrib for having NPCs talk with input from an LLM AI server
2023-07-15 00:04:16 +02:00
Griatch
368b02c111
Fix description in updated dice roller contrib. Resolve #3207
2023-07-14 14:33:28 +02:00
Griatch
98ce816e39
Update autodocs
2023-06-26 20:23:00 +02:00
Griatch
b351deaadd
Refactor dice contrib
2023-06-17 18:53:48 +02:00
Griatch
f78d4abcdd
Fix unit tests. Make TagCategoryProperty return tags set by other means.
2023-06-04 22:19:57 +02:00
Griatch
1261582554
Add reference to npc.py example from NPC tutorial
2023-05-19 21:24:10 +02:00
Griatch
40023923e1
Work on cleaning up docs
2023-05-19 11:14:03 +02:00
Griatch
d6b5425a9e
Evennia 1.3.0 minor release
2023-04-29 08:52:29 +02:00
Griatch
0fe07a513f
Fix errors in wilderness contrib docs. Resolve #3144
2023-03-23 23:31:29 +01:00
Griatch
965e2f7ce7
Split Exit/Rooms/Characters into seaprate doc pages. Describe desc templating. Resolve #3134
2023-03-18 12:09:42 +01:00
Griatch
f66db3344d
Update djangodoc references also in READMEs, as per #3126
2023-03-04 20:10:12 +01:00
Griatch
cc204fd3bc
Add and fix up new Nginx doc page
2023-02-25 09:01:22 +01:00