evennia/src
2013-06-06 12:45:39 +02:00
..
commands Merge from Kelketek clone. 2013-06-03 16:28:38 +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 Fixed an issue with setting location. Still errors with creating new objects. 2013-06-05 18:47:41 +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 Removed extra caching for fields (this slowed things down over normal django field caching). Considering reworking Attribute storage in order to make use of those caches as well. 2013-06-06 12:45:39 +02:00
typeclasses Removed extra caching for fields (this slowed things down over normal django field caching). Considering reworking Attribute storage in order to make use of those caches as well. 2013-06-06 12:45:39 +02:00
utils Removed extra caching for fields (this slowed things down over normal django field caching). Considering reworking Attribute storage in order to make use of those caches as well. 2013-06-06 12:45:39 +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 Merge. 2013-06-03 17:09:14 +02:00