Commit graph

9835 commits

Author SHA1 Message Date
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
a3a433dc89
Merge pull request #3623 from Machine-Garden-MUD/master
Fix for #3622 - check if attr.strvalue exists
2024-09-29 10:23:03 +02:00
Griatch
24ff5094a1
Merge pull request #3625 from feyrkh/lycanthrophy-fix
Fix lycanthropy tutorial
2024-09-29 10:00:03 +02:00
Griatch
ad720fdc3a
Merge pull request #3588 from InspectorCaracal/at-spawn-hooks
Add post-creation and spawn hooks to DefaultObject
2024-09-29 09:51:26 +02:00
Griatch
e01f79acc2
Merge pull request #3541 from InspectorCaracal/improve-obj-search
Rework Object searching to behave more consistently
2024-09-29 09:42:49 +02:00
feyrkh
10e4f989f7
Fix alternate misspellings 2024-09-29 02:03:35 -05:00
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
Wendy Wang
3a093e134c Default db_strvalue to None if nonexistent 2024-09-27 23:04:30 +02:00
Wendy Wang
389a212c63 Fix for #3622 - check if attr.strvalue exists 2024-09-23 18:36:50 +02: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
Cal
0444465e5c fix args-validation oversight in clothing contrib CmdRemove 2024-09-06 15:38:23 -06:00
Cal
fdfb2019cf minor cleanup 2024-09-06 15:35:50 -06: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
Cal
0b45e483e2 rename to at_object_post_spawn and add prototype keyword 2024-08-26 17:55:33 -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