Commit graph

7795 commits

Author SHA1 Message Date
Griatch
3a28efb7c8 Update FuncParser docs 2022-06-12 00:40:36 +02:00
Griatch
a1e9940538 Merge branch 'funcparser-fix-2737' of https://github.com/ChrisLR/evennia into ChrisLR-funcparser-fix-2737 2022-06-12 00:01:13 +02:00
Griatch
61c32428fa Fix bug in 'Attribute-with-hidden-object' deserializer 2022-06-12 00:00:12 +02:00
ChrisLR
24629f28b4 Changed parser to escape properly using alternating " or ' 2022-06-06 16:23:36 -04:00
Griatch
6edf9064c9 Updated CHANGELOG 2022-06-04 13:24:06 +02:00
Griatch
5521bcef7c Merge branch 'options_formatter' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-options_formatter 2022-06-04 13:21:17 +02:00
Griatch
8c55754822 Update CHANGELOG 2022-06-04 13:15:44 +02:00
Griatch
a1ce78dce3 Ran black on text2html file for PEP8 cleanup 2022-06-04 13:14:37 +02:00
Griatch
912b326254 Merge branch 'text2html_rewrite' of https://github.com/InspectorCaracal/evennia into InspectorCaracal-text2html_rewrite 2022-06-04 13:04:30 +02:00
Griatch
455b272a2f Update CHANGELOG 2022-06-04 13:03:42 +02:00
Griatch
7b15494ac4
Merge pull request #2728 from InspectorCaracal/rpsystem-sdesc
Streamline `rpsystem` sdesc processing
2022-06-04 13:01:34 +02:00
Griatch
3ab962c1f7
Merge pull request #2750 from InspectorCaracal/fix-webclient-server-echo
Fix webclient error on server-side echo
2022-06-02 08:35:05 +02:00
Bruno Briante
2f762fb71e fix google style URL on CODING_STYLE.md 2022-06-02 08:30:53 +02:00
Griatch
3ba143645c Fix doc build for no-db case 2022-06-02 00:10:57 +02:00
Griatch
f33c783311 Update changelog with pickle improvement; update Attribute docs 2022-06-01 22:35:17 +02:00
Griatch
a35949149e Merge branch 'develop' of github.com:evennia/evennia into develop 2022-06-01 22:04:57 +02:00
Griatch
e2e60f0b67 Add custom de/serializer methods for embedded dbobjs in Attribute pickling 2022-06-01 22:04:54 +02:00
InspectorCaracal
c39adcdd8a
check if cmdid has callback 2022-06-01 12:48:18 -06:00
InspectorCaracal
7ef567a810 update and simplify options_formatter 2022-05-31 23:23:59 -06:00
Griatch
f47c723174
Merge pull request #2748 from ChrisLR/bugfix-2747-get-by-tag
Bugfix 2747 get_by_tag category list fails on None
2022-05-31 21:21:26 +02:00
ChrisLR
bef7dce934 Remove sorted from unique categories as the order is not important 2022-05-31 12:08:50 -04:00
ChrisLR
78aaa1df79 Add failing test case about searching with none categories 2022-05-31 12:08:16 -04:00
Griatch
a8ffb62a14
Merge pull request #2745 from InspectorCaracal/schedule-script-fixes
Schedule and Global Script fixes
2022-05-27 10:58:55 +02:00
Griatch
4fb4bd5d3b
Merge pull request #2743 from owllex/dict_merge
Implement dict update operator (|) for _SaverDict
2022-05-27 10:57:09 +02:00
Griatch
37dfa31ebe Update Link page (sync from master pages) 2022-05-27 10:49:46 +02:00
Griatch
c6b51734dd
Merge pull request #2735 from InspectorCaracal/fix_nattr_indent
Fix NAttr indents on examine
2022-05-27 10:45:48 +02:00
InspectorCaracal
4c8c909ad2 start all global scripts 2022-05-25 21:10:53 -06:00
InspectorCaracal
9ce7c0d1ed fix obsolete .restart calls 2022-05-25 21:09:00 -06:00
Owllex
e3ec734ef4 Implement dict update operator (|) for savers. 2022-05-22 00:22:12 -07:00
InspectorCaracal
1bb90e5a71
don't need logger anymore 2022-05-09 16:57:46 -06:00
InspectorCaracal
6a5a17492c
updat text2html tests 2022-05-09 16:22:16 -06:00
InspectorCaracal
efe9c69337
rewrite color/style replacement 2022-05-09 16:20:34 -06:00
InspectorCaracal
f3385395d3
move newline to before indent 2022-05-04 10:36:53 -06:00
InspectorCaracal
e6d5506686
replace % subs on regex strings 2022-04-29 12:43:17 -06:00
InspectorCaracal
6c2ae61a58
add /Me vs /me to case sensitive test 2022-04-29 12:33:27 -06:00
InspectorCaracal
9bac4587b7
add test for .get_sdesc 2022-04-29 12:26:00 -06:00
InspectorCaracal
316f8f18bd
fixes 2022-04-29 12:11:29 -06:00
InspectorCaracal
17245b86b3
update docstring module paths 2022-04-28 18:50:09 -06:00
InspectorCaracal
1926c8c676
first pass on switching to format/fstring 2022-04-28 13:58:05 -06:00
InspectorCaracal
0a7dca4a93
remove unnecessary declaration 2022-04-26 16:20:42 -06:00
InspectorCaracal
3d48696974
update character display name too 2022-04-26 16:12:53 -06:00
InspectorCaracal
2c447b53c6
implement get_posed_sdesc 2022-04-26 16:07:44 -06:00
InspectorCaracal
66d1dcd065
fix typo, add comment 2022-04-25 12:58:49 -06:00
InspectorCaracal
bb13178241
correct .get_sdesc docstring 2022-04-25 11:56:08 -06:00
InspectorCaracal
155de4fcac
update RecogHandler.get docstring 2022-04-25 11:52:13 -06:00
InspectorCaracal
7ff4cfdedf
added more comments, cleaned up a couple lines 2022-04-25 11:43:07 -06:00
Griatch
7f4769bd9d
Merge pull request #2727 from InspectorCaracal/tickerhandler-clear
Fix `tickerhandler.clear`
2022-04-23 14:39:12 +02:00
Griatch
ac07a59bc7
Merge pull request #2726 from owllex/attributeproperty
Only initialize AttributeProperty and TagProperty in init_evennia_properties
2022-04-23 14:30:55 +02:00
Griatch
35e580b5ea
Merge pull request #2725 from ChrisLR/component-signals
[Components Contrib] Component signals
2022-04-23 14:28:53 +02:00
InspectorCaracal
df9792efe1
Update rpsystem.py 2022-04-22 11:40:47 -06:00