evennia/evennia/commands
2015-06-03 23:10:41 +02:00
..
default Fixed a typo for the command. Resolves #755. 2015-06-03 23:10:41 +02:00
__init__.py Added better docstrings to subpackages and cleaned out some places which were unclear. 2015-02-23 17:46:42 +01:00
cmdhandler.py API change: Added no_superuser_bypass kwarg to obj.access, channel.access and player.access methods, to make the call consistent with the full lockhandler.check call. This allows the cmdhandler to use access() to check the 'call' locktype and thus make it available for overloading if so desired. Resolves #752. 2015-06-01 20:32:52 +02:00
cmdparser.py Fixed the loading of the menu_login contrib, doing some cleanup in the error reporting at the same time. Also added evennia to the search path for cmdsets and typeclasses so that one can give the path to e.g contrib when loading. 2015-05-17 00:49:41 +02:00
cmdset.py Converted all docstrings in the commands submodule (not the default commands themselves) to Google style as per #709. 2015-05-15 20:05:37 +02:00
cmdsethandler.py Added a missing update to the database store of cmdsethandler. Resolves #751. 2015-06-01 20:02:53 +02:00
command.py Converted all docstrings in the commands submodule (not the default commands themselves) to Google style as per #709. 2015-05-15 20:05:37 +02:00
connection_screen.py Updated commands to use new evennia path. 2015-01-07 14:31:35 +01:00