evennia/src
2014-07-10 20:29:16 +02:00
..
commands Some cleanup and changing to conform to PEP8 standard. 2014-07-10 20:29:16 +02:00
comms Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now. 2014-07-06 13:10:03 +02:00
help Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now. 2014-07-06 13:10:03 +02:00
locks Made lockhandler write lockwarnings to separate log file 2014-05-18 11:18:00 +02:00
objects Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now. 2014-07-06 13:10:03 +02:00
players Fix for empty character sets 2014-07-07 22:42:24 -04:00
scripts Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now. 2014-07-06 13:10:03 +02:00
server Some cleanup and changing to conform to PEP8 standard. 2014-07-10 20:29:16 +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 clearing in Tags vith tags.clear() 2014-07-08 09:22:49 +02:00
utils Fixed a typo in batchprocessor. Resolves #539. 2014-07-07 22:07:04 +02:00
web Made websocket connection error a little more verbose. 2014-07-08 10:27:02 +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 Some cleanup and changing to conform to PEP8 standard. 2014-07-10 20:29:16 +02:00