evennia/src
2013-05-12 14:13:13 +02:00
..
commands First draft of a reworked the unittest framework to handle the new form of chars/players/commands. Not functioning yet. 2013-05-12 14:13:13 +02:00
comms Updated all Player-level commands to properly relay messages using self.msg rather than caller.msg (the former will properly relay to the right sessid without needing any extra arguments). 2013-04-12 14:27:36 +02:00
help A couple more straggling lock fields. Should be all of them now. I hope. 2013-02-03 10:01:07 -06:00
locks 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
objects Updated commands to use the new objectdb.search API. 2013-05-11 23:22:02 +02:00
players Updated commands to use the new objectdb.search API. 2013-05-11 23:22:02 +02:00
scripts Added the last migrations needed to fully convert the Attribute system. Cleaned up the @ooclook command a bit as well as tidied up the who command a bit. 2013-04-14 13:35:25 +02:00
server 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
typeclasses Implemented a modified and cleaned objectdb.search and accompanying object.manager.search_object that also searches globally. The default commands have not yet been converted to use the new call. 2013-05-11 20:01:19 +02:00
utils Implemented a modified and cleaned objectdb.search and accompanying object.manager.search_object that also searches globally. The default commands have not yet been converted to use the new call. 2013-05-11 20:01:19 +02:00
web Added compatibility with Django 1.5. New minimum version is 1.4. 2013-03-23 14:20:41 -05:00
__init__.py Added cache-resyncing to ProcPool. This makes sure to update all affected object caches 2012-09-03 01:11:14 +02:00
settings_default.py Some deprecation fixes for django1.4+. Added the ability to add lists to Attribute-stores lists using e.g. obj.db.mylist + [1,2,3,4] 2013-04-17 19:43:37 +02:00