Commit graph

9799 commits

Author SHA1 Message Date
Griatch
6e917d0127
Merge pull request #3592 from Taltanis/main
German localisation revised
2024-09-08 11:34:51 +02: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
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
Griatch
289e9f073d
Merge pull request #3571 from InspectorCaracal/fix-partial-multimatch
Group search multimatches by displayed name
2024-07-13 15:16:30 +02:00
Griatch
783dc46cd3 Update docs, add contrib header for new repor system contrib 2024-07-13 14:24:48 +02:00
Griatch
096100ee55
Merge pull request #3531 from InspectorCaracal/reports-contrib
Contrib for an in-game reports system
2024-07-13 14:20:27 +02:00
Cal
d737e92126 add unit tests for at_search_result 2024-07-10 13:16:45 -06:00
Griatch
69bab720d4 Update Changelog 2024-07-10 19:52:02 +02:00
Griatch
4558237247
Merge pull request #3550 from InspectorCaracal/rpsystem-search-fix
Fix rpsystem contrib searching issues
2024-07-10 19:43:32 +02:00
Griatch
4db4fe8666
Merge pull request #3580 from erratic-pattern/v4.1.1-patched
fix(find/loc): show dbref of target location instead of target
2024-07-10 19:34:59 +02:00
Griatch
427f39ff88
Merge pull request #3586 from 0xDEADFED5/ansi_add
add formatting tags: underline reset tag, italic + reset tag, strikethrough + reset tag
2024-07-10 19:11:05 +02:00
Griatch
148a898532
Merge pull request #3572 from InspectorCaracal/patch-30
Fix typo in Achievements contrib
2024-07-10 19:04:21 +02:00
Griatch
4fc9d9b4c6
Merge pull request #3579 from 0xDEADFED5/main
docs update: fix Understanding Color Tags link, add true color information
2024-07-10 18:54:35 +02:00
Griatch
96973dd3fd Minor typo tweaks 2024-07-10 18:41:27 +02:00
Griatch
73aa5cbeae
Merge pull request #3585 from erratic-pattern/tag-cmd-switch-options-typo
fix: TagCmd.switch_options was misnamed
2024-07-09 20:40:35 +02:00
0xDEADFED5
404e8e7b79 document existing underline tag, add info for underline reset, italic, strikethrough. change bold/highlite description 2024-07-08 16:44:15 -07:00
0xDEADFED5
a42704e642 add underline reset tag, italic + reset tag, strikethrough + reset tag 2024-07-08 16:09:21 -07:00
Adam Curtis
0d066f5d73 fix: TagCmd.switch_options was misnamed 2024-07-08 08:43:11 -04:00