evennia/src/commands/default
2013-09-22 11:39:24 +02:00
..
__init__.py Updated ReST documentation. 2012-05-01 17:37:37 +02:00
admin.py Cleaned up worst instability. Test suite does validate yet. 2013-09-21 17:33:48 +02:00
batchprocess.py Implemented unittests for all default commands in a new and much faster way. 2013-05-12 19:53:19 +02:00
building.py Changed cmdhandler to include Session-level cmdset. 2013-09-08 00:14:06 +02:00
cmdset_character.py Fixing a bug in @ic if trying to puppet while already puppeting. Added sessid keyword to at_post_login hook in order to correctly relay login text only to the correct session. Removed the src.utils.debug module as well as the CmdDebug command which has not been supported for a good while. 2013-04-18 09:13:31 +02:00
cmdset_player.py Changed cmdhandler to include Session-level cmdset. 2013-09-08 00:14:06 +02:00
cmdset_session.py Changed cmdhandler to include Session-level cmdset. 2013-09-08 00:14:06 +02:00
cmdset_unloggedin.py Renamed cmdset_ooc -> cmdset_player and settings.CMDSET_OOC -> settings.CMDSET_PLAYER. Also split most of the player-specific commands to a new module player. 2013-04-11 01:02:05 +02:00
comms.py Fixed a bug in amp that made reloading not work. 2013-09-21 22:00:46 +02:00
general.py Moved permissions into a the tag system as a separate handler. Permissions still don't work quite right yet. 2013-08-24 23:57:44 +02:00
help.py Updated commands to use the new objectdb.search API. 2013-05-11 23:22:02 +02:00
muxcommand.py changed cmdset_default -> cmdset_character and changed the class names to match. Added migrations to properly update default-set cmdset_stores to the new positions (objects created from custom types are not migrated, these should see errors and need to re-point their imports to the new defaults) 2013-04-12 13:01:20 +02:00
player.py Cleaned up worst instability. Test suite does validate yet. 2013-09-21 17:33:48 +02:00
syscommands.py Removed some references to get_profile(), fixed some spelling errors, fixed post_clear signal. 2013-07-27 18:59:39 -05:00
system.py Changed object.msg() to relay directly to connected session rather than via the player.msg() method. 2013-09-22 11:39:24 +02:00
tests.py Fixed a bug in amp that made reloading not work. 2013-09-21 22:00:46 +02:00
unloggedin.py Merged. Still need to update some migrations. 2013-07-11 19:11:27 +02:00