evennia/src
2014-06-28 16:29:57 -05:00
..
commands Fixed page command to properly repage 2014-06-28 18:27:58 +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 Changed default puppet lock to puppet:pperm(Immortals) by default. Resolves #521. 2014-06-28 18:48:54 +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 Restructured web resources to better manage static files. 2014-06-28 16:28:14 -05: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 the tab, space and linebreak ansi characters case-insensitive. Resolves #522. 2014-06-28 18:51:04 +02:00
web Added custom Evennia admin and ability to toggle it. 2014-06-28 16:29:57 -05: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 Added custom Evennia admin and ability to toggle it. 2014-06-28 16:29:57 -05:00