evennia/src
2014-05-11 01:05:59 +02:00
..
commands Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
comms Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
help Added lazy-loading of on-model handlers. 2014-05-10 13:31:50 +02:00
locks Changed lockhandler.add/replace to use LockExceptions instead of log_obj, which should also work more flexibly for handling lock errors for players. Resolves #410. 2014-04-21 00:24:33 +02:00
objects Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
players Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
scripts Added lazy-loading of on-model handlers. 2014-05-10 13:31:50 +02:00
server Added weak reverse references from all handlers. 2014-05-10 17:12:49 +02:00
tests Merge pull request #511 from asechrest/myfixes 2014-05-07 11:10:06 +02:00
typeclasses Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
utils Continued with weakref and lazyloading fixes. 2014-05-11 01:05:59 +02:00
web Fixed some default website links that still pointed to google code. 2014-04-19 13:06:04 +02:00
__init__.py PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
settings_default.py Various fixes and debugging of weak-ref changes 2014-05-10 19:38:23 +02:00