evennia/src/commands
2012-09-27 22:23:05 +02:00
..
default Removed global search for setting @aliases. Resolves Issue 264. 2012-09-27 22:23:05 +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 Various speed optimizations in various places, following further profiling. 2012-09-20 00:47:28 +02:00
cmdparser.py Added a plugin system for server and portal. This allows for plugging in your own services without having to edit any modules in src/server/. Also made some various cleanups and fixes. 2012-09-18 22:52:33 +02:00
cmdset.py Minor adjustment to the __contains__ cache of cmdsets. 2012-09-21 00:15:04 +02:00
cmdsethandler.py Make sure to forward no_channels, no_objs and no_exits flags across cmdset merges. Also changes how system commands are saved across merges. Resolves Issue 243. 2012-06-20 21:16:34 +02:00
command.py Various speed optimizations in various places, following further profiling. 2012-09-20 00:47:28 +02:00
connection_screen.py Changed default login from email+password to the more familiar username+password. 2012-08-13 20:25:46 +02:00