evennia/src
2012-04-29 21:17:14 +02:00
..
commands Edited lockhandler to pre-determine an object's superuser-status instead of re-acquiring it every lock check. This caused a surprisingly large overhead considering how often locks are checked for various reasons. 2012-04-28 15:26:52 +02:00
comms Added more caching to channelhandler as well as players in order to cut back on unnecessary database calls. 2012-04-26 13:38:34 +02:00
help Continuing to make more methods _private to simplify API. 2012-03-31 16:09:48 +02:00
locks Made XTERM256 properly range between 0-5 (it was erroneously capped at 1-5 which mean the darkest values 2012-04-29 01:26:10 +02:00
objects Some minor cleanups here and there. 2012-04-29 12:35:21 +02:00
players Made XTERM256 properly range between 0-5 (it was erroneously capped at 1-5 which mean the darkest values 2012-04-29 01:26:10 +02:00
scripts Changed how the clean-cache script determines the size of the attribute cache. 2012-04-28 17:18:26 +02:00
server Some more cleanups. 2012-04-29 21:17:14 +02:00
typeclasses Changed attribute-caching to use a string as key rather than the attribute-object itself. The latter caused the database to be invoked in order to create the hash over and over. 2012-04-28 14:47:11 +02:00
utils Some minor cleanups here and there. 2012-04-29 12:35:21 +02:00
web Fixed a bug that caused the webclient input line to suddenly reset every three minutes. Thanks to use "lusid" for supplying the hint on fixing this one! Also added a more consistent way of parsing the incoming address. 2012-04-01 22:52:12 +02:00
__init__.py Committin a 'working' checkpoint before I break more stuff. 2008-06-15 19:06:31 +00:00
settings_default.py Added a timeout to the attribute caching; the system will now clean cache at regular intervals once it pass a certain size defined in settings. 2012-04-28 00:37:36 +02:00