evennia/evennia/commands/default
2015-02-23 15:06:30 +01:00
..
__init__.py Further reworking, naming the library folder 'evennia' instead of lib or src. 2015-01-07 13:36:57 +01:00
admin.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
batchprocess.py Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets. 2015-02-22 17:46:55 +01:00
building.py Added at_init() call in idmapper and made sure to not deprecate it. Fixed bugs in search and continued work on tutorial world. 2015-02-22 17:46:55 +01:00
cmdset_character.py Also added the look command to the cmdset. Now THIS resolves #643. 2015-01-18 12:44:08 +01:00
cmdset_player.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
cmdset_session.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
cmdset_unloggedin.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
comms.py Update channel handlers when creating a channel. 2015-02-19 21:45:03 +01:00
general.py Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets. 2015-02-22 17:46:55 +01:00
help.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
muxcommand.py Fix typo in muxcommand.py. 2015-02-08 17:46:42 +01:00
player.py Moved much of @ic functionality into puppet_object. 2015-02-22 21:12:35 +01:00
syscommands.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00
system.py Fixed some bugs in new oobhandler mechanism to make tests work again, but oobhandler is still not tested. 2015-02-13 08:09:29 +01:00
tests.py Use Mocks to handle test cases. 2015-02-23 15:06:30 +01:00
unloggedin.py Can now log into the server and do basic operations. Not fully tested yet. 2015-01-08 22:58:13 +01:00