evennia/src
2014-12-25 18:58:11 +01:00
..
commands Server can be connected to, not yet get to a command line; may need to work on different app_labels. 2014-12-22 23:03:00 +01:00
comms Added Channels to new proxy system. 2014-12-25 17:08:12 +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 Readding some functionality. 2014-10-08 09:16:01 +02:00
objects Moved Players over to the new proxy system, made the start-hook called by the save-signal system into at_first_save() 2014-12-25 14:43:43 +01:00
players Moved Players over to the new proxy system, made the start-hook called by the save-signal system into at_first_save() 2014-12-25 14:43:43 +01:00
scripts Moved Players over to the new proxy system, made the start-hook called by the save-signal system into at_first_save() 2014-12-25 14:43:43 +01:00
server Moved object methods up from ObjectDB and mainly onto the typeclass. In the process of converting players in the same way. 2014-12-24 01:24:26 +01:00
tests Changed at_cmdset_get() hook to at_cmdset_get(**kwargs). This allows for the possibility to control dynamic generation of cmdsets, for example to force Exit cmdsets to be rebuilt. The aliasing command now uses this. Resolves #563. 2014-09-20 10:26:59 +02:00
typeclasses Fixed some errors in channel loading. 2014-12-25 18:58:11 +01:00
utils Fixed some errors in channel loading. 2014-12-25 18:58:11 +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