evennia/src/commands
2014-10-22 23:47:59 +02:00
..
default Changed @about command to reflect new requirements 2014-09-25 15:51:41 +02:00
__init__.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
cmdhandler.py Removed cleanups of on-command properties after command conclusion to allow for post-command referencing (e.g. by the lineeditor contrib). Resolves #562. 2014-09-24 15:39:33 +02:00
cmdparser.py Added quiet keyword to at_search_result handler. Resolves #559. 2014-08-31 09:13:08 +02:00
cmdset.py Fixed flush protection for instances, memory is successfully made available on an idmapper flush now. 2014-05-17 14:38:43 +02:00
cmdsethandler.py Added more verbose error logging to cmdset loading. 2014-10-22 23:47:59 +02:00
command.py Fixed arg_regex inheritance across child commands. Resolves #601. 2014-10-17 18:28:53 +02:00
connection_screen.py Changed the default login screen to change with settings.SERVERNAME. 2014-03-08 23:10:26 +01:00