This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
09b9784c3f
evennia
/
evennia
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
09b9784c3f
Some refactoring of the cmdsethandler updates. Also took the opportunity to add the in-game-error report while I was at it.
2017-08-13 17:17:27 +02:00
..
default
(PEP8) Whitespace/indent, split lines in help.py
2017-08-02 16:14:55 -04: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
Add the InterruptCommand exception to cleanly interrupt commands
2017-06-15 21:49:20 -07:00
cmdparser.py
Remove setting.SEARCH_MULTIMATCH_SEPARATOR, replacing it with SEARCH_MULTIMATCH_REGEX and SEARCH_MULTIMATCH_TEMPLATE. This allows simple yet powerful control over the error output without needing to overload the parser.
2016-09-11 10:39:47 +02:00
cmdset.py
Refactor code to remove alerts as per lgtm and
#1176
.
2017-01-29 19:02:00 +01:00
cmdsethandler.py
Some refactoring of the cmdsethandler updates. Also took the opportunity to add the in-game-error report while I was at it.
2017-08-13 17:17:27 +02:00
command.py
Add the InterruptCommand exception to cleanly interrupt commands
2017-06-15 21:49:20 -07:00
tests.py
Fix errors caused by the change of the get_and_merge_cmdset callsign. Makes unittests work correctly again.
2017-02-06 20:20:46 +01:00