evennia/evennia/commands
2016-05-22 20:45:42 +02:00
..
default Added a check to avoid creating a duplicate character name with charcreate in MULTISESSION_MODE>1. Resolves 943. 2016-05-22 20:45:42 +02:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
cmdhandler.py Fixed a misplaced comment that hid a traceback on error. 2016-05-22 20:45:41 +02:00
cmdparser.py Fixed a bug with identifying a unique command index (should be 1-N, not 0-(N-1)). 2016-01-19 21:23:51 +01:00
cmdset.py Fixed cmdset.remove() by correcting the __ne__ operator on commands to properly use the matchset to identify disjoint sets. 2016-04-04 09:37:46 +02:00
cmdsethandler.py Added IN_GAME_ERRORS setting for convenient debugging during development (False by default) 2016-05-22 20:45:41 +02:00
command.py Fixed a non-functioning Command.set_aliases method. 2016-05-22 20:45:39 +02:00
connection_screen.py Fix comments about connection_screens.py 2015-10-16 22:23:38 +02:00