Commit graph

7670 commits

Author SHA1 Message Date
Griatch
b059fa91e9 Fix typo in default lockstring 2022-03-02 23:12:41 +01:00
Griatch
42c7079013 Handle None input to ansi parser. Resolve #2580 2022-03-01 23:56:32 +01:00
Griatch
a460551314 Add default edit-perms for chars. Resolve #2575. 2022-03-01 23:49:39 +01:00
Griatch
8c93a6bca2 Make text2html properly handle lone initial space. Resolve #2485 2022-03-01 21:47:21 +01:00
Griatch
23c3d3b03e Fix strattr regression. Resolve #2660. 2022-03-01 20:46:51 +01:00
Griatch
c3ba290733 Tests for is_ooc lockfunc 2022-03-01 20:20:44 +01:00
Griatch
b407a8542c Better handle partial search matches. Resolve #2579 2022-03-01 18:51:24 +01:00
Griatch
82fdcf06f9 Fix typo in cooldown contrib README 2022-02-24 10:12:36 +01:00
Griatch
4473aab19d Tweak of coding style doc 2022-02-22 23:24:30 +01:00
Griatch
ead1561b26 Merge branch 'develop' of https://github.com/telimektar3/evennia into telimektar3-develop 2022-02-22 23:16:08 +01:00
Griatch
8ea578c75f Add is_ooc lockfunc, because why not 2022-02-22 23:01:53 +01:00
Griatch
98c20ffa21 Fix web client invisible-double space error. Resolve #2532 2022-02-15 23:23:26 +01:00
telimektar3
35e8481348 Grammar changes in docs 2022-02-14 10:25:16 -05:00
telimektar3
4129ef2dcc Made spelling and grammar corrections. 2022-02-14 10:13:57 -05:00
Griatch
2e645c58ba Fix remaining bug in defaultdict Attribute support 2022-02-14 09:17:24 +01:00
Griatch
4c9f6bf530 Further improvement of log conditional 2022-02-14 00:34:13 +01:00
Griatch
235a84d739 Make type/force update rather than reset. Resolve #2504 2022-02-14 00:04:58 +01:00
Griatch
856f4c0eac Fix of server/portal log upstart condition 2022-02-13 23:26:39 +01:00
Griatch
17f0ce8245 Update logger.py to use new Twisted log api. No change in evennia-side usage 2022-02-13 22:52:11 +01:00
Griatch
7aad2b9d10 Better handle error on webserver startup. Resolve #2057 2022-02-13 12:35:33 +01:00
Griatch
53724cbc95 Handle AMP issue. Resolve #2053. 2022-02-13 11:57:28 +01:00
Griatch
1d2de8bf62 Remove spurious init file. Resolve #2612 2022-02-12 20:54:48 +01:00
Griatch
970f067a6f Avoid inf recursion when deleting script from at_stop. Resolve #2642 2022-02-12 20:19:35 +01:00
Griatch
c4a005e64a Protect against standing in the wrong folder when running makemessages or compilemessages i18n commands. Resolve #2582 2022-02-12 18:59:00 +01:00
Griatch
570dbc7da6 Add run_in_main_thread as helper for those wanting to run server code from web view. Resolve #2457 2022-02-12 18:44:38 +01:00
Griatch
2a20523fae Clean up the last part of the beginner tutorial part 1 2022-02-12 17:14:40 +01:00
Griatch
0d9f767bf7 Update unit test to pass 2022-02-12 14:55:26 +01:00
Griatch
036700a24a Update CHANGELOG 2022-02-12 14:16:41 +01:00
Griatch
5c1d1fd71b Merge branch 'develop' of https://github.com/owllex/evennia into owllex-develop 2022-02-12 14:15:25 +01:00
Griatch
a57766743e Update changelog 2022-02-12 14:11:26 +01:00
Griatch
a6a9b82aa9 Merge branch 'develop' of https://github.com/aMiss-aWry/evennia into aMiss-aWry-develop 2022-02-12 14:04:13 +01:00
Tim Goode
5f2316b6c8 Update docs for latest version 2022-02-12 14:03:19 +01:00
Owllex
3afedbc018 Add deserialize() shortcut on _SaverMutable.
Fix a bug in deserialize for _SavedOrderedDict as it uses non-standard
initialization.
2022-02-11 12:56:17 -08:00
Griatch
7417ae1c48 Add say/who to the Lunr exception list. Add setting to extend the list from gamedir. 2022-02-09 23:03:08 +01:00
Griatch
bcc0b06994 Fix dep-warning message on persistent cmdset.add kwarg 2022-02-09 19:38:52 +01:00
Wendy Wang
38489e7cfd
Logger error typo fix.
announce_move_from() exception currently claims to be at_announce_move(). No longer, with this change!
2022-02-09 14:31:49 +01:00
Wendy Wang
025908afc9
Fix for bug #2643: NAttributes on examine.
Non-Persistent Attributes now shown in examine.
2022-02-09 14:28:08 +01:00
Griatch
c2f4f85688 Run black reformatter on code 2022-02-08 13:03:52 +01:00
Griatch
efa8e99d02 Make ContentsHandler retain insert order 2022-02-07 22:50:40 +01:00
Griatch
4637fa815f Make sure Typeclass.at_init() is always called on cache initialization for any typeclass. Resolve #2641 2022-02-07 20:45:48 +01:00
Griatch
6762934641 Correct lineno alignment for docs; fix sidebar displays 2022-02-06 23:31:59 +01:00
Griatch
10d92fadc9 Optimized docs search for more relevant scoring 2022-02-06 22:43:39 +01:00
Griatch
59212cbe46 Refactor 1.0 docs with new toctree structure and inheritance 2022-02-06 19:27:15 +01:00
Griatch
e1241a9b05 Fix Script example. Resolve #2600. 2022-02-05 23:20:05 +01:00
Griatch
3ee7c37971 Correct add instead of set in doc; Resolve #2435. 2022-02-05 23:12:14 +01:00
Griatch
1ce30d50a0 Extended install instructions for gendersub. REsolve #2525. 2022-02-05 23:08:17 +01:00
Griatch
ae4082cfee Fix caller reference in doc. Resolve #2296. 2022-02-05 23:00:45 +01:00
Griatch
3012481cf9 Update doc on requirements 2022-02-05 20:37:27 +01:00
Griatch
9805f1dbbf Fix for further testing 2022-02-05 19:49:50 +01:00
Griatch
4592339fa6 Merge branch 'master' into develop 2022-02-05 19:48:50 +01:00