evennia/src
2014-05-15 21:27:30 +02:00
..
commands Updating to make unittests work 2014-05-11 19:41:37 +02:00
comms Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
help Added lazy-loading of on-model handlers. 2014-05-10 13:31:50 +02:00
locks Changed lockhandler.add/replace to use LockExceptions instead of log_obj, which should also work more flexibly for handling lock errors for players. Resolves #410. 2014-04-21 00:24:33 +02:00
objects Made flush_cache work correctly on idmapper; added _idmapper_cache_flush_safe variable for 'securing' objects from cache cleanups. Nothing using this system yet. 2014-05-15 09:51:24 +02:00
players Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
scripts Added lazy-loading of on-model handlers. 2014-05-10 13:31:50 +02:00
server Some cleanup of the server command. 2014-05-11 19:03:45 +02:00
tests Merge pull request #511 from asechrest/myfixes 2014-05-07 11:10:06 +02:00
typeclasses Implemented and tested set_recache_protection() on all idmapped objects, to avoid them getting recached. Added successfully to nattribute handler. 2014-05-15 10:05:41 +02:00
utils Added deepsize function for size evaluation of object and its referends 2014-05-15 21:27:30 +02:00
web Fixed some default website links that still pointed to google code. 2014-04-19 13:06:04 +02:00
__init__.py Changed contrib/procpool's PROC_MODIFIED_OBJS list to sit in src.utils.idmapper.base as well as be a WeakValueDictionary instead of a normal list. This removes unnecessary reference counts to objects. 2014-05-14 20:07:59 +02:00
settings_default.py Various fixes and debugging of weak-ref changes 2014-05-10 19:38:23 +02:00