evennia/src/commands
2014-05-11 19:41:37 +02:00
..
default Updating to make unittests work 2014-05-11 19:41:37 +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 Implemented WeakSharedMemoryModel for Attributes. 2014-05-11 15:23:11 +02:00
cmdparser.py Various fixes and debugging of weak-ref changes 2014-05-10 19:38:23 +02:00
cmdset.py Made examine command more verbose about the cmdset stack and just which cmdsets go into the currently merged set. This meant a change to merged sets where they store their component sets as a variable "merged_from". 2014-01-20 22:46:30 +01:00
cmdsethandler.py Added settings.CMDSET_PATHS to allow to give cmdsets without the full path. 2014-05-10 19:51:46 +02:00
command.py Fixed the Command CmdExample class. 2014-05-10 19:57:59 +02:00
connection_screen.py Changed the default login screen to change with settings.SERVERNAME. 2014-03-08 23:10:26 +01:00