Commit graph

9306 commits

Author SHA1 Message Date
Griatch
cd3c5db324 Update CHANGELOG 2023-12-19 23:47:52 +01:00
Griatch
5307a6c547
Merge pull request #3347 from volundmush/generate_default_locks
Improved lock-setting logic
2023-12-19 23:21:59 +01:00
Griatch
51f994a832 More tests with default homes in CI unit tests 2023-12-19 21:46:33 +01:00
Griatch
ea5cd64533 Another test with non-parallel CI unit test builds 2023-12-19 21:40:18 +01:00
Griatch
6d66260aa7 Test with only mysql 2023-12-19 07:39:32 +01:00
Griatch
d34332cd1b Revert CI build changes for more testing 2023-12-19 07:16:02 +01:00
Griatch
20061e9e5c CI build: Different mysql testing db 2023-12-19 00:16:05 +01:00
Griatch
00f70b1eb9 CI build: Different mysql testing db 2023-12-19 00:05:44 +01:00
Griatch
694fe8468d Testing to build an empty mysql db 2023-12-18 23:48:24 +01:00
Griatch
5d580c4c17 More CI testing 2023-12-18 23:34:05 +01:00
Griatch
1a687969c6 Another CI unit test run with no db reuse 2023-12-18 23:07:26 +01:00
Griatch
5d3046942f Test running CI unit tests without parallel running 2023-12-18 21:54:10 +01:00
Griatch
2bed8bdb53 Test with fresh unit test db 2023-12-18 20:51:57 +01:00
Andrew Bastien
b3f4962f7e Added tests for new lock features. 2023-12-16 17:30:44 -05:00
Griatch
9ed810d8ad
Merge pull request #3363 from InspectorCaracal/patch-14
Fix typo in new default AJAX setting
2023-12-16 13:52:28 +01:00
Griatch
268c96130c Fix wrong default path to AJAX client 2023-12-16 13:48:57 +01:00
InspectorCaracal
c3b35efabb
fix typo in new default setting 2023-12-11 16:51:00 -07:00
Griatch
6e096fa3cb Update CHANGELOG 2023-12-11 19:53:38 +01:00
Griatch
dc6be34371
Merge pull request #3361 from scyfris/fix_3307
Fix issue with helper func _on_monitor_change
2023-12-11 19:51:42 +01:00
scyfris
830350b457 Fix issue with helper func _on_monitor_change
This changes causes _on_monitor_change to first separate out the
category from the attribute field name in order to properly reference
the attribute on the object.  This fixes errors such as:

  File "C:\Users\Scyfris\Projects\norn\evennia\evennia\scripts\monitorhandler.py", line 118, in at_update
    callback(obj=obj, fieldname=fieldname, **kwargs)
  File "C:\Users\Scyfris\Projects\norn\evennia\evennia\server\inputfuncs.py", line 425, in _on_monitor_change
    callsign = {outputfunc_name: {"name": name, "value": _GA(obj, fieldname)}}
AttributeError: 'Attribute' object has no attribute 'db_value[base]'
2023-12-11 10:30:53 -06:00
Griatch
b6d9282594 Further tests with non-sqlite unit tests 2023-12-10 23:56:50 +01:00
Griatch
3e70507730 More tests for non-sqlite unit tests 2023-12-10 21:43:59 +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
c37dde248e Update CHANGELOG, some refining of docs 2023-12-10 19:59:24 +01:00
Griatch
e544b50866 Fix load error with the new overridable ajax webclient 2023-12-10 19:58:57 +01:00
Griatch
5cd58f4ef8
Merge pull request #3359 from InspectorCaracal/gendersub-patch
Fix gendersub contrib's gender sourcing
2023-12-10 17:49:39 +01:00
Griatch
1d889e4841
Merge pull request #3358 from InspectorCaracal/patch-13
Reset portal's `server_restart_mode` on server start
2023-12-10 17:48:08 +01:00
Griatch
73b71fdb56
Merge pull request #3357 from homeofpoe/patch-23
Update characters.py
2023-12-10 17:44:37 +01:00
Griatch
cd5b0de5b1
Merge pull request #3348 from volundmush/customizable_ajax
Ajax client classes are now customizable.
2023-12-10 17:41:12 +01:00
Griatch
3062a31363
Merge pull request #3346 from volundmush/cmdhandler_refactor
Streamlined cmdhandler to support more extension.
2023-12-10 17:34:01 +01:00
Cal
e8aafa0dae better handling of non-gendered source objects 2023-12-08 11:55:19 -07:00
Cal
f9deefa15c reference from_obj for gender 2023-12-08 11:21:46 -07:00
Griatch
87360833e4 Add custom Evennia chatGPT link to Links docs 2023-12-07 09:55:02 +01:00
Griatch
c2f3ff5b00 Fix extended room unit test 2023-12-06 10:13:37 +01:00
InspectorCaracal
b932df274c
reset server_restart_mode 2023-12-05 18:36:14 -07:00
homeofpoe
dfb8d89855
Update characters.py
Weild to wield
2023-12-05 15:32:42 -08:00
Griatch
3e6ea6a8bf Fix preposition for seasonal names in extended room prefix 2023-12-04 15:26:01 +01:00
Andrew Bastien
7685ce9623 Renaming things and cleaning them up a bit. 2023-12-03 01:17:19 -05:00
Andrew Bastien
a0907ec94d Improved lock-setting logic to handle empty locks, and allow customizing locks via .create()'s new generate_default_locks 2023-12-02 20:01:05 -05:00
Andrew Bastien
1cfee2352b Renaming things to be more Evennia'ish. 2023-12-02 19:56:48 -05:00
Andrew Bastien
97c73d133d Cleaned up refactor to support more extension. 2023-12-02 19:37:25 -05:00
Andrew Bastien
d825994230 Ajax client classes are now customizable. 2023-12-02 19:12:21 -05:00
Griatch
e2a7c54e24 Up CI postgres version to 12 2023-12-03 00:02:14 +01:00
Griatch
f4e78d4552 Depend Twisted >=23.10,<24, Django 4.0-4.2 <4.3 2023-12-02 23:31:24 +01:00
Griatch
18a72c09e6 Further fixes to tests 2023-12-02 22:19:19 +01:00
Griatch
ca35b323ae Make erroring LLM unit test more stringent 2023-12-02 22:03:45 +01:00
Griatch
a56852d38d Fix link to twitch-combat batch script in docs. Resolve #3332 2023-12-02 21:56:57 +01:00
Griatch
0f39677b46 More work with cleanup of unit tests 2023-12-02 21:46:04 +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