evennia/evennia/commands
2015-03-08 11:20:05 +01:00
..
default Fixed a very silly bug in CmdUnloggedinCreate where the default location was set on the character even though the Player hadn't actually logged in yet. This meant that the Character (in MULTISESSION_MODEs < 2) would pop up in the start location and stay there also if the Player never actually connected to the game. This is most likely the reason for zombie player remnants that have been around for so long and should thus have an impact also on #498. 2015-03-07 22:55:01 +01: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 Implemented contents_cache handler for a speed boost for many situations, as per #620. 2015-02-28 11:29:05 +01:00
cmdparser.py Added more overloading modules and cleaned up the template some more. 2015-01-07 18:21:28 +01:00
cmdset.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
cmdsethandler.py Fixed some formatting to make untittests pass again. 2015-03-08 11:20:05 +01:00
command.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
connection_screen.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00