evennia/src/commands
2012-04-28 15:26:52 +02:00
..
default 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
__init__.py Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced. 2008-06-15 19:38:39 +00:00
cmdhandler.py Further caching and optimization, making some operations noticeable faster in the end. 2012-04-26 17:47:25 +02:00
cmdparser.py Further caching and optimization, making some operations noticeable faster in the end. 2012-04-26 17:47:25 +02:00
cmdset.py Minor tweak to how cmdsets are matched with the "in" operator. 2012-04-26 19:31:03 +02:00
cmdsethandler.py Continuing to make more methods _private to simplify API. 2012-03-31 16:09:48 +02:00
command.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
connection_screen.py Cleaning some unnecessary whitespace, overall cleanup of various source codes. 2012-03-30 23:47:22 +02:00