evennia/src/commands
2012-10-23 23:08:43 +02:00
..
default Fixed a bug in examine when examining Players. 2012-10-23 23:08:43 +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 Cleaned up the drop-command's error messages somewhat. 2012-10-23 20:39:59 +02:00
cmdset.py Minor adjustment to the __contains__ cache of cmdsets. 2012-09-21 00:15:04 +02:00
cmdsethandler.py Added checks to avoid the "ErrorCmdset" from being saved permanently in the database in some particular circumstances. 2012-10-20 09:47:02 +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