Commit graph

10266 commits

Author SHA1 Message Date
Griatch
40765867b7
Merge pull request #3862 from jaborsh/patch-1
fix: Fix TraitHandler bugs
2026-02-15 18:03:09 +01:00
Griatch
5e23764cd5
Merge pull request #3863 from jaborsh/patch-2
xyzgrid: Replace nested look with dict lookup & short list filter
2026-02-15 17:58:01 +01:00
Griatch
09acb446fa Update CHANGELOG 2026-02-15 17:49:58 +01:00
Griatch
45c350ffa0
Merge pull request #3864 from jaborsh/patch-3
xyzgrid: Return Dijkstra solution
2026-02-15 17:48:12 +01:00
Griatch
addf7247d0 Fix regressions in yes_no_handler helper 2026-02-15 15:48:10 +01:00
Jake
7c6bad3b42
xyzgrid: Return Dijkstra solution
When loading the Dijkstra solution, results are stored but recalculated anyway. This should be returned instead.
2026-02-15 06:07:42 -08:00
Jake
49e2066446
xyzgrid: Replace nested look with dict lookup & short list filter
Upstream is O(n^2) time complexity due to nested loop. Diff includes O(1) dict look up with short filter. Symbol_map is already built during `XYMap.parse()`.
2026-02-15 05:56:18 -08:00
Griatch
cb821229c4 Use if |/ in EvTable stripped padding. Resolve #3693 2026-02-15 14:04:27 +01:00
Griatch
0c13cb3a9d Fix broken Evtable formatting with MXP links. Resolve 3082 2026-02-15 14:03:03 +01:00
Griatch
172d5162f0 Fix formatting of nested inner evtables. Resolve #3193 2026-02-15 13:32:23 +01:00
Griatch
6fea92196d Make persistent EvMenus not create extra cmdsets. Resolve #3154 2026-02-15 13:18:33 +01:00
Griatch
ff283072ec Add extra validation of monitor/monitored input funcs. Resolve #3312 2026-02-15 13:09:40 +01:00
Griatch
1d43bd8bbb Make AUDIT_LOGS customizable from settings. Resolve #2627 2026-02-15 12:47:00 +01:00
Jake
4a52d1f7f2
fix: Fix TraitHandler bugs
1. `__name___` triple-underscore typo.
2. Broken f-string in `Trait.__init__`. `type(trait_data)` is literal text, not interpolated.
3. `type() in (float, int)` rejects subclasses of int/float. `isinstance(value, (int, float))` is safer.
2026-02-15 03:17:09 -08:00
Griatch
67bac94aa9 Fix evennia connection line break issue. Resolve #2775 2026-02-15 12:14:04 +01:00
Griatch
8b21527a8c Fix inconsistent filtering on AttributeProperties across typeclasses. Resolve #3194 2026-02-15 12:05:02 +01:00
Griatch
0dd2b595a0 Make CmdSet.add respect allow_duplicates=True. Resolve #3601 2026-02-15 11:49:55 +01:00
Griatch
cc25051e8f Fix evadventure QuestHandler initialization. Resolve #3560 2026-02-15 11:40:54 +01:00
Griatch
36ee67ef16 Add regression test for AttributeProperty mixin. Closes #3155 2026-02-15 10:37:17 +01:00
Griatch
cd0d896620 Fix :j / utils.justify wiping empty lines. Resolve #3649 2026-02-15 10:13:59 +01:00
Griatch
ff76bd2388 Add regression test for AttributeHandler. Resolve #3225 2026-02-15 09:44:45 +01:00
Griatch
e5e1e38f3e Make OnDemandHandler safer against pickle errors. Resolve #3513 2026-02-15 09:27:36 +01:00
Griatch
59258ca7cf CI: Update Dockerimage. 2026-02-15 00:42:28 +01:00
Griatch
c609e79dde CI: Try to reduce PostgreSQL overhead on XYZgrid multiple table merge (slowing Postgres CI runs) 2026-02-14 23:54:24 +01:00
Griatch
bd162b0923 CI: Testing fuzzy regex postgres exception. 2026-02-14 22:56:50 +01:00
Griatch
7e1c5aabb2 CI: More tweaking to speed up PostgreSQL ci test runs 2026-02-14 22:10:47 +01:00
Griatch
c4d92a9125 Update Changelog 2026-02-14 21:23:28 +01:00
Griatch
082e355bd4 CI: Fix failing test, extending postgres testing timeout 2026-02-14 21:20:43 +01:00
Griatch
4f9383ee33 CI: PostgreSQL fails unless tag integers are always strings 2026-02-14 20:33:31 +01:00
Griatch
d72a46ef4b CI: Remove diagnostic step 2026-02-14 20:24:29 +01:00
Griatch
9c018b0e3c CI: More PostgreSQL fixing 2026-02-14 19:52:15 +01:00
Griatch
3a8be92acc CI: Trying to analyze Psql CI fails 2026-02-14 19:39:12 +01:00
Griatch
d6c7c197bc Update to Django 6.0.2 2026-02-14 17:59:38 +01:00
Griatch
4ab0fdeee8 Fix unit tests for scipy1.17, python3.14 2026-02-14 17:23:05 +01:00
Griatch
aa82f2f692 Add Python3.14 support, Increase minimum to Python3.12 2026-02-14 16:31:05 +01:00
Griatch
c3b01d0aec Fix verbose import warning for debugpy contrib 2026-02-14 10:38:43 +01:00
Griatch
abcb3d1cc3 Use utf8mb3 for MySQL (same as existing release) to fix CI 2026-02-14 09:38:39 +01:00
Griatch
7480772404 Fix parsing issues in dice contrib. Resolve #3858 2026-02-14 09:15:04 +01:00
Griatch
661615a844 Update CHANGELOG 2026-02-14 08:09:24 +01:00
Griatch
d8808ba370
Merge pull request #3733 from InspectorCaracal/setattr-get-fix
Fix viewing attributes with `CmdSetAttribute`
2026-02-14 08:04:50 +01:00
Cal
2c8581bd41 add unit test 2026-01-17 12:22:54 -07:00
Griatch
b49438a819 Adding better exit statement for deploying docs with mismatched commits 2026-01-12 17:40:31 +01:00
Griatch
97060f86c1 Update changelog docs 2026-01-12 17:21:39 +01:00
Griatch
e098a57cce Minor tweak to installation instructions, to rebuild docs 2026-01-12 16:15:32 +01:00
Griatch
6073e56e3f CI: Fixing dynamic mysql syntax 2026-01-07 12:49:39 +01:00
Griatch
2742515241 CI: More testing to get mysql/psql CI tests to work 2026-01-07 12:35:07 +01:00
Griatch
99229c7de8 CI: Test setting mysql dynamic row format via django 2025-12-22 10:33:09 +01:00
Griatch
e846707461 CI: mysql 8.0 doesn't support innodb_large_prefix anymore (again) 2025-12-22 10:25:48 +01:00
Griatch
c1b43f742f CI: mysql 8.0 doesn't support innodb_large_prefix anymore (again) 2025-12-22 10:01:09 +01:00
Griatch
a253ef618a CI: mysql 8.0 doesn't support innodb_large_prefix anymore 2025-12-22 09:52:30 +01:00