evennia/src/commands
2012-10-14 16:42:04 +02:00
..
default Removed a hard-coded "nicks" alias from CmdNicks for easier overloading. Use nick/list to get the same functionality (or overload func to add it again). Resolves Issue 291. 2012-10-14 16:42:04 +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 Merge commit. Resolvs Issue 273. 2012-09-29 10:05:59 +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 Fixing the strange edge-case of trying to define a command with the same alias being defined multiple times or aliases being the same as the command key. This is now excluded at the Command metaclass level. 2012-09-29 10:52:31 +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