Commit graph

9814 commits

Author SHA1 Message Date
feyrkh
f68e1884eb
Fix lycanthropy tutorial
"lycanthropy" was consistently misspelled, and the tutorial was mixed between requiring "exactly 2" for the attribute in the code, while being described as "greater than 2" in some of the text, and the attribute was actually set to 3, preventing the example code from working.
2024-09-29 01:54:20 -05:00
Griatch
f2a5c5a85a Update CHANGELOG 2024-09-10 14:12:06 +02:00
Griatch
186818c811
Merge pull request #3611 from InspectorCaracal/reports-patch
Update Reports contrib
2024-09-10 14:09:29 +02:00
Cal
383969ce04 fix bug, remove workaround 2024-09-09 21:05:12 -06:00
Griatch
31d1865ec4
Merge pull request #3597 from 0xDEADFED5/test_fix_windows
make test_new_task_waiting_input more reliable on Windows
2024-09-08 12:16:24 +02:00
Griatch
1db8ceea21
Merge pull request #3608 from aMiss-aWry/typofix-1
Minor typo fixes in documentation
2024-09-08 12:07:06 +02:00
Griatch
2736e1522c
Merge pull request #3605 from InspectorCaracal/listnode-nav-kwargs
Pass node kwargs through `@list_node` pages
2024-09-08 12:01:54 +02:00
Griatch
bbdcf8e02b
Merge pull request #3603 from InspectorCaracal/patch-31
Fix LLM contrib client headers
2024-09-08 11:55:06 +02:00
Griatch
7c9694b735 Update CHANGELOG, i18n update doc page 2024-09-08 11:36:49 +02:00
Griatch
6e917d0127
Merge pull request #3592 from Taltanis/main
German localisation revised
2024-09-08 11:34:51 +02:00
Wendy Wang
546d5c9239
Update FuncParser.md 2024-09-05 09:56:00 +02:00
Wendy Wang
54a0e8c9b1
Typo fix on FuncParser.md 2024-09-05 09:54:25 +02:00
Wendy Wang
ae14ffb998
Minor typo fixes in documentation 2024-09-05 09:26:45 +02:00
Cal
3adb93367c pass node kwargs through page nav 2024-08-30 17:26:32 -06:00
InspectorCaracal
06e571e6d2
fix llm-client headers 2024-08-29 11:41:25 -06:00
Griatch
11f0e8b01a Update CHANGELOG, sync docs 2024-08-25 09:23:24 +02:00
Griatch
2ee78098a5
Merge pull request #3594 from 0xDEADFED5/deps
update/clean evennia dependencies a bit
2024-08-25 09:01:38 +02:00
Griatch
de7542a498
Merge pull request #3533 from chiizujin/help_search
Improve help search matching
2024-08-25 08:46:27 +02:00
Griatch
eaff50beb0 Fix prompt tutorial example 2024-08-18 12:46:24 +02:00
0xDEADFED5
f4bcf765e1 make test_new_task_waiting_input more reliable on Windows 2024-08-18 01:04:46 -07:00
Chiizujin
7edcdb0f3d Handle empty query in improved help search 2024-08-16 22:02:15 +10:00
Griatch
6f255c9ff8 Make Sqlite3 PRAGMAs customizable from settings 2024-08-16 11:53:34 +02:00
Griatch
3e006cff1a
Merge pull request #3595 from 0xDEADFED5/sqlite_pragmas
update SQLite PRAGMAs for faster DB
2024-08-16 11:47:19 +02:00
0xDEADFED5
f3f768960e update SQLite PRAGMAs 2024-08-16 00:59:37 -07:00
0xDEADFED5
306cacba69 Merge branch 'main' into deps 2024-08-16 00:57:25 -07:00
0xDEADFED5
347ec97035 remove pydantic and Jinja2 from dependencies, update lunr and parameterized 2024-08-15 21:51:49 -07:00
Chiizujin
9633f68cca Merge branch 'main' into help_search 2024-08-13 13:54:33 +10:00
Chiizujin
91a04cb920 Add support for CMD_IGNORE_PREFIXES in improved help search 2024-08-13 13:15:07 +10: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
05b429d548 Refactor script command to handler key:typeclass inputs 2024-08-11 16:54:31 +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
c4d8d9a116
Merge pull request #3589 from hhsiao/patch-4
Update utils.py
2024-08-11 10:21:29 +02:00
Marco Steffens
9b0e062029 Lokalisierung fix 2024-08-05 18:27:07 +02:00
Marco Steffens
7b9f882ce4 Lokalisierung überarbeitet 2024-08-05 17:59:53 +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
4e4b440a7d
Merge pull request #3582 from 0xDEADFED5/ansi_fix
add true color parsing to ANSIString
2024-07-20 07:37:29 +02:00
Henry Hsiao
1029b8ec64
Update utils.py
Fixed two regex that wasn't properly escaped
2024-07-19 16:20:13 +08:00
0xDEADFED5
565e2b1edd format 2024-07-17 03:24:27 -07:00
0xDEADFED5
0f75e520e0 add truecolor tests, remove automatic truecolor greyscale -> xterm256 conversion 2024-07-17 03:12:27 -07:00
0xDEADFED5
71fee0a3ea add true color parsing to ANSIString 2024-07-17 03:07:03 -07:00
Griatch
45a1cb80e1 Update docs for Trait.traithandler/Trait.get_trait() functionality 2024-07-13 20:17:00 +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