evennia/src/commands
2013-01-04 10:35:29 +01:00
..
default Some further work on the OOBhandler mechanism. 2013-01-04 10:35:29 +01: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 Removed some old and now confusing, unsused variables and added some documenting strings. 2012-12-08 15:39:09 +01:00
cmdparser.py Cleaned up the drop-command's error messages somewhat. 2012-10-23 20:39:59 +02:00
cmdset.py Fixed a bug in telnet protocol that stripped wrong characters at the end. Resolves Issue 318. 2012-10-28 10:37:14 +01: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 Merge. Reworked the added Command.__ne__ operator a bit for a tiny speed optimization (it's after all one of the most called methods in Evennia). 2012-11-03 19:21:19 +01:00
connection_screen.py Changed default login from email+password to the more familiar username+password. 2012-08-13 20:25:46 +02:00