evennia/evennia/utils
Tim Chaplin 9923a0763d Make more commands honor settings.COMMAND_DEFAULT_CLASS
As suggested in mygame\commands\command.py, I'm overriding COMMAND_DEFAULT_CLASS in settings.py to try to make sweeping changes. Having certain commands inherit directly from the base Command class thwarts this.

The only difference between Command and MuxCommand is that MuxCommand defines some custom parsing, but that's overridden by these commands anyway, so there should be no practical difference.

The import change in game_template/commands/command.py was required to fix an exception on server reload caused by the channelhandler.py change (I guess something to do with import order?)
2020-12-27 11:45:25 -05:00
..
idmapper Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
tests Fix an inconsistency in category-refresh for empty string, related to #2236 2020-11-12 20:46:53 +01:00
__init__.py Run 2to3. 2017-10-29 13:40:30 -04:00
ansi.py Changing tab characters for webclient. Resolve #2239. 2020-11-01 19:10:00 +01:00
batchprocessors.py Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00
containers.py Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
create.py Fix an inconsistency in category-refresh for empty string, related to #2236 2020-11-12 20:46:53 +01:00
dbserialize.py Optimize _Saverdict.update that caused issues for webclient option update (#2224) 2020-11-01 11:19:14 +01:00
eveditor.py Make more commands honor settings.COMMAND_DEFAULT_CLASS 2020-12-27 11:45:25 -05:00
evennia-mode.el Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
evform.py Fix ANSIString parsing on partial slice from start/end of string. Resolve #2205. 2020-10-26 21:45:14 +01:00
evmenu.py Ran black on sources 2020-10-21 21:11:04 +02:00
evmore.py Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00
evtable.py Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00
gametime.py Make scripts/objects lists use EvMore. Change EvMore to not justify by default. 2020-01-11 15:49:12 +01:00
inlinefuncs.py Fixed all links 2020-10-11 19:31:05 +02:00
logger.py Minor fix for logging 2020-11-13 22:52:50 +01:00
optionclasses.py Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00
optionhandler.py Make options accept default kwarg, add new raise_exception. Fix datetime validatorfunc accoring to spec. Resolves #1967. 2020-01-20 23:20:05 +01:00
picklefield.py Run black on sources; add black config 2020-07-27 21:12:06 +02:00
search.py Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00
test_resources.py Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00
text2html.py Fix profunc parse and html tabs. Resolve #2246 2020-11-11 00:41:58 +01:00
utils.py Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00
validatorfuncs.py Update docstrings to pass autodoc parsing 2020-10-11 17:15:30 +02:00