evennia/src
Griatch 8ad4f4a9fc Changed player.search to only search for players explicitly.
Added a MuxCommandOOC class to handle the OOC commands in a more uniform way.
Fixed the @ic/@ooc and page commands. Resolves issue 233. Resolves issue 234.
2012-05-17 19:42:37 +02:00
..
commands Changed player.search to only search for players explicitly. 2012-05-17 19:42:37 +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 Changed player.search to only search for players explicitly. 2012-05-17 19:42:37 +02:00
players Changed player.search to only search for players explicitly. 2012-05-17 19:42:37 +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 Changed player.search to only search for players explicitly. 2012-05-17 19:42:37 +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 Raised Python requirement to 2.6+. Some spurious work on the mdsp support. 2012-05-05 23:52:13 +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 Changed player.search to only search for players explicitly. 2012-05-17 19:42:37 +02:00