evennia/src/commands
2012-03-25 22:30:51 +02:00
..
default Fixed a bug since CmdCreate changed name to CmdUnloggedinCreate (to avoid name clashes in API) 2012-03-25 19:59:53 +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 Added more yields to cmdhandler, removed unnecessary callback to return. 2012-02-22 16:00:41 +01:00
cmdparser.py Adding more lenient checks of TTYPE to avoid a visible traceback. The error with TTYPE utf-8 tracebacks seems to be in an older version of tintin++, newer versions don't show this behaviour. Older versions of tintin++ will display one Huh? (with logged traceback) after which everything will work. This is reported in issue 219. 2012-03-21 19:56:04 +01:00
cmdset.py Went over the Command class' basic methods, cleaning up and optimizing while still trying to keep things clean, such as using cleverer loops and try...except instead of if statements. Also cleaned up the way attributes are retrieved. Results in roughly a halving of the time that the code spends in the command.py module. 2012-02-06 00:59:41 +01:00
cmdsethandler.py Killing a bug that caused issues with migrations. 2012-03-25 22:30:51 +02:00
command.py Added auto_help as a class property on Commands. This allows to turn on/off auto-help generation on a per-command basis (default is on). 2012-03-13 22:07:51 +01:00
connection_screen.py Added the @tunnel command as a wrapper for @dig, for easy building in commonly used directions (n,sw, up, down, in, out etc) 2011-05-31 15:33:37 +00:00