evennia/src/commands
2011-09-20 13:44:26 +02:00
..
default Fixed an issue with the locks not getting properly set on rooms. 2011-09-20 13:44:26 +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 Updated docstring for cmdhandler to better reflect the current functionality. 2011-09-08 11:59:19 +00:00
cmdparser.py Minor cleaup of multiple-match return for commands. 2011-08-11 21:58:03 +00:00
cmdset.py Multiple fixes and cleanups - command parser excludes inaccessible commands already at parse level now. Fixed the functionality of a few of the lock functions to be more intuitive. Added functionality to the examine command to better show the commands available to an object. 2011-06-26 14:35:02 +00:00
cmdsethandler.py fixed typo 2011-08-15 20:57:08 +00:00
command.py Multiple fixes and cleanups - command parser excludes inaccessible commands already at parse level now. Fixed the functionality of a few of the lock functions to be more intuitive. Added functionality to the examine command to better show the commands available to an object. 2011-06-26 14:35:02 +00: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