evennia/src/commands
2011-02-21 17:47:02 +00:00
..
default Expanded command test-suite functionality and added basic testing methods for commands in "System" category. 2011-02-21 17:47:02 +00: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 hooks at_pre_cmd() and at_post_cmd() for easy implementation of stuff like prompts. 2011-02-14 17:18:31 +00:00
cmdparser.py Fixed several special cases of handling multiple same-named commands gracefully. Should resolve issue94. 2010-09-01 21:59:13 +00:00
cmdset.py After lots of discussions, default commands where moved from game/gamesrc/commands/default to src/commands/default in order to make it clearer which parts are updated as part of evennia and which can be tweaked at heart's content. New templates where left in gamesrc/commands that should hopefully make it clearer how to extend the command system. Also game/web was moved to src/web - we'll likely extend this from game/gamesrc/web in the future. If you already did extensions you should just have to edit your import paths and make use of the new cmdset template supplied. 2010-11-23 01:24:56 +00:00
cmdsethandler.py Set the default settings file to point to the files in game/gamesrc/commands - these now make for good starts for overriding the default systems. The system now also matches the examples given in the wiki. 2010-11-23 18:10:41 +00:00
command.py Added hooks at_pre_cmd() and at_post_cmd() for easy implementation of stuff like prompts. 2011-02-14 17:18:31 +00:00