evennia/src
2015-01-03 15:08:06 +01:00
..
commands Made unittest suite finish without errors using new proxy system. 2015-01-03 15:08:06 +01:00
comms Made unittest suite finish without errors using new proxy system. 2015-01-03 15:08:06 +01:00
help Refactored the typeclass base, moved Attributes/Tags into separate modules and the django-proxy patch to its on module too. Lots of other cleanups. 2014-12-23 22:25:39 +01:00
locks Removed .typeclass and .dbobj references in codebase. 2015-01-02 20:48:34 +01:00
objects Made unittest suite finish without errors using new proxy system. 2015-01-03 15:08:06 +01:00
players Removed .typeclass and .dbobj references in codebase. 2015-01-02 20:48:34 +01:00
scripts Removed .typeclass and .dbobj references in codebase. 2015-01-02 20:48:34 +01:00
server Removed .typeclass and .dbobj references in codebase. 2015-01-02 20:48:34 +01:00
tests Made unittest suite finish without errors using new proxy system. 2015-01-03 15:08:06 +01:00
typeclasses Made unittest suite finish without errors using new proxy system. 2015-01-03 15:08:06 +01:00
utils Changed .typename to properly handle proxy classes. 2015-01-02 21:41:29 +01:00
web Fixed issue in template where it was pointing to the old logo name. 2014-09-28 13:02:27 -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 Fixed some errors in channel loading. 2014-12-25 18:58:11 +01:00