evennia/src/commands/default
2013-11-11 21:51:41 +01:00
..
__init__.py Updated ReST documentation. 2012-05-01 17:37:37 +02:00
admin.py Fixed an issue with channel-sending crashing when ooc. Resolves Issue 429. 2013-09-27 21:31:47 +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 Added fix to object.contents cache as well as reworked the extent of cache hooks on location modification. 2013-10-21 21:17:32 +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 Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05: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 bug in delcom. 2013-10-21 22:51:16 +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 Fixed an issue with quell not correctly updating its caches in some situations. 2013-11-11 21:51:41 +01:00
syscommands.py Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05:00
system.py Fixed cache and metaclass irregularities as well as the location and contents caches. 2013-09-22 21:48:08 +02:00
tests.py Adding caching to tags and attribute lookups. Leads to a noticeable speed improvement. 2013-10-20 21:02:37 +02:00
unloggedin.py Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05:00