evennia/src
2014-06-28 18:10:20 +02:00
..
commands Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
comms Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
help Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
locks Made lockhandler write lockwarnings to separate log file 2014-05-18 11:18:00 +02:00
objects Fixed and refactored OOB system and tested with new websocket client 2014-06-28 18:10:20 +02:00
players Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
scripts Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
server Fixed and refactored OOB system and tested with new websocket client 2014-06-28 18:10:20 +02:00
tests Fixed code to pass unittests. Change script's is_valid method to correctly catch if it is checked on an object which is already deleted, as per #509. 2014-06-15 13:19:38 +02:00
typeclasses Fixed and refactored OOB system and tested with new websocket client 2014-06-28 18:10:20 +02:00
utils Made objects clear more handlers on deletion, also scramble some methods and all database access wrappers to avoid an object memory instance being accessed after it has been deleted. See #509. 2014-06-15 12:27:48 +02:00
web Fixed and refactored OOB system and tested with new websocket client 2014-06-28 18:10:20 +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 Working on the OOB system, somewhat unstable at the moment. 2014-06-28 18:10:20 +02:00