Griatch
0d8db621c6
Merge pull request #3376 from InspectorCaracal/patch-17
...
fix _get_cmdset return type
2024-01-08 19:50:56 +01:00
Griatch
8f613cb97e
Merge pull request #3375 from chromancer/patch-1
...
Add prefix to CmdTunnel implementation
2024-01-08 19:47:58 +01:00
Griatch
58fad3ddff
Merge pull request #3373 from InspectorCaracal/cmdcreate-bugfix
...
Fix CmdCreate bugs
2024-01-08 19:43:17 +01:00
InspectorCaracal
8a031192e0
fix _get_cmdset return type
2023-12-21 17:47:42 -07:00
dyfed
4fba0fde64
Add prefix to CmdTunnel implementation
...
Should fix issue #3374
2023-12-21 16:27:34 -05:00
Cal
e143f47edd
fix CmdCreate bugs
2023-12-21 13:07:27 -07:00
Griatch
7a7416b084
Some fixes to doc versioning list, changelog
2023-12-20 23:43:41 +01:00
Griatch
dadc1de6e1
Evennia 3.0.0 major release
2023-12-20 23:02:49 +01:00
Griatch
60b56e6ea6
Merge pull request #3365 from InspectorCaracal/emote-prefix
...
Add a reference prefix setting to rpsystem
2023-12-20 22:49:19 +01:00
Griatch
833fe5a543
Merge pull request #3353 from InspectorCaracal/webclient-uid
...
Add a unique ID to each webclient instance
2023-12-20 22:46:27 +01:00
Griatch
c346755d35
Fix typo in legacy doc generator
2023-12-20 20:06:30 +01:00
Griatch
5729fb7c5b
Try to fix links to legacy docs
2023-12-20 19:54:15 +01:00
Cal
610e6ad12f
cleanup from rebase nightmare
2023-12-20 11:53:50 -07:00
Cal
a0b3b9649b
tidy up variable names
2023-12-20 11:22:49 -07:00
InspectorCaracal
96baa05f1d
identify cuid in websocket
2023-12-20 11:18:16 -07:00
InspectorCaracal
9a35b269cd
make webclient pages unique
2023-12-20 11:18:11 -07:00
Griatch
bbae01d937
Restructure doc versions
2023-12-20 19:13:39 +01:00
Cal
ce04e79d58
fix docstring/help
2023-12-20 10:44:37 -07:00
Griatch
efafbb6342
Update doc version to use "latest"
2023-12-20 18:36:20 +01:00
Griatch
cc82b4659d
Update doc release procedure
2023-12-20 17:56:32 +01:00
Griatch
85a0b0940d
Add 'building' help-category to building-menu contrib. Resolve #3355
2023-12-20 00:51:22 +01:00
Griatch
255655dffe
Use a different base testing class in EvAdventure tutorial. Resolve
2023-12-20 00:44:27 +01:00
Griatch
3727a91c98
Fix web tutorial, outdated mentions of static/template_overrides dir.
...
Resolve #3368
2023-12-20 00:41:31 +01:00
Griatch
97d908ec55
Fix typo in learnind-typeclasses tutorial. Resolve #3369
2023-12-20 00:23:51 +01:00
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
db3dd5b831
embed actual prefix into CmdEmote
2023-12-12 15:13:05 -07:00
InspectorCaracal
92a3e04756
make prefix a setting
2023-12-12 14:45:52 -07: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