evennia/src/commands/default
2013-08-10 18:09:42 +02:00
..
__init__.py Updated ReST documentation. 2012-05-01 17:37:37 +02:00
admin.py Removed some references to get_profile(), fixed some spelling errors, fixed post_clear signal. 2013-07-27 18:59:39 -05: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 Added signalhandler in test suite, still issues. 2013-07-13 15:39:16 +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 perm lockfunc to primarily use the Player-level permission and added the @quell command for managing permission downgrading. 2013-05-12 13:45:46 +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 Made aliases work with the new handler. The location.contents updated is not working yet - this causes locational information to not be available until objects and manually initialized (e.g. by calling examine #dbref) 2013-07-12 20:21:52 +02:00
general.py Added signalhandler in test suite, still issues. 2013-07-13 15:39:16 +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 Made aliases work with the new handler. The location.contents updated is not working yet - this causes locational information to not be available until objects and manually initialized (e.g. by calling examine #dbref) 2013-07-12 20:21:52 +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 Reverting metaclass wrapper for db_key, will have to look into why it behaves strangely. 2013-07-12 23:58:22 +02:00
tests.py Added signalhandler in test suite, still issues. 2013-07-13 15:39:16 +02:00
unloggedin.py Merged. Still need to update some migrations. 2013-07-11 19:11:27 +02:00