evennia/src
2013-05-30 00:49:47 +02:00
..
commands Fixed a logical error in obj.manager causing it to fail to find arbitrary db_>fieldname>. Resolves Issue 373. 2013-05-21 14:29:50 +02:00
comms Removed traces of db_index on db_header and db_title for comms. Turned db_header into textfield. 2013-05-15 06:33:04 -05:00
help A couple more straggling lock fields. Should be all of them now. I hope. 2013-02-03 10:01:07 -06:00
locks Fixed issue with lock replacements not committing. 2013-05-18 19:57:47 -05:00
objects Changed propcache back to a simple dict. Working on content cache, not working yet. 2013-05-30 00:49:47 +02:00
players Moved attr_cache to new caching system, activated all attribute updating signals. 2013-05-29 18:47:51 +02:00
scripts Moved attr_cache to new caching system, activated all attribute updating signals. 2013-05-29 18:47:51 +02:00
server Changed propcache back to a simple dict. Working on content cache, not working yet. 2013-05-30 00:49:47 +02:00
typeclasses Changed propcache back to a simple dict. Working on content cache, not working yet. 2013-05-30 00:49:47 +02:00
utils Activated propcache with new cache system. Still not functioning correctly, also the content cache needs to be handled. 2013-05-29 23:07:44 +02:00
web Moved webserver to Server and set up the webclient to work as a stand-alone program on the Portal side. The website link to the webclient is currently pointing to the wrong process, some way to direct that transparently to the Portal-side is needed. 2013-05-23 00:02:25 +02:00
__init__.py Added cache-resyncing to ProcPool. This makes sure to update all affected object caches 2012-09-03 01:11:14 +02:00
settings_default.py Changed cache system to use Django's cache mechanism. Changed field caches to make use of Django signalling instead of custom caching calls (this should make the system consistent also when called from the webserver). Created a wrapper system for easily wrapping fields with a default wrapper (so as to not have to explicitly define the properties (such as objdb.key) which all just do the same thing - load from the field and make sure to call save(). 2013-05-29 16:16:28 +02:00