evennia/src/commands
Duarte Cordeiro 8ba1509559 Fixed typo in @color ansi help text for newline.
Replaced {\ for {/
2014-09-12 11:35:13 +01:00
..
default Fixed typo in @color ansi help text for newline. 2014-09-12 11:35:13 +01: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 Added ability to abort the command chain by returning a true value from cmd.at_pre_cmd(). 2014-08-26 09:09:55 +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 Fixed annoying traceback bug (the 'e' bug) that masked errors in importing malformed command modules. 2014-08-19 10:20:26 +02:00
command.py Added ability to abort the command chain by returning a true value from cmd.at_pre_cmd(). 2014-08-26 09:09:55 +02:00
connection_screen.py Changed the default login screen to change with settings.SERVERNAME. 2014-03-08 23:10:26 +01:00