evennia/src
2014-05-17 14:38:43 +02:00
..
commands Fixed flush protection for instances, memory is successfully made available on an idmapper flush now. 2014-05-17 14:38:43 +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 Fixed flush protection for instances, memory is successfully made available on an idmapper flush now. 2014-05-17 14:38:43 +02:00
players Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
scripts Added /flushmem switch to the server command to incur the idmapper flushing. 2014-05-15 23:08:21 +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 Fixed flush protection for instances, memory is successfully made available on an idmapper flush now. 2014-05-17 14:38:43 +02:00
utils Fixed flush protection for instances, memory is successfully made available on an idmapper flush now. 2014-05-17 14:38:43 +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