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
9478177e55
evennia
/
evennia
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
2743f98fb0
Removed SEARCH_AT_MULTIMATCH_INPUT and SEARCH_AT_MULTIMATCH_CMD settings and connected functions - these are no longer individually overloadable. SEARCH_AT_RESULT function now handles all error reporting. Also added SEARCH_MULTIMATCH_SEPARATOR to make it easy to replace the character used to separate multi-matches (1-box, 2-box is using '-' by default), in response to
#795
. Also moved the default SEARCH_AT_RESULT function from the cmdparser to evennia.utils.utils.
2015-09-27 13:05:29 +02:00
..
default
Made some cleanup of docstrings to clarify hook load order.
2015-09-05 21:49:54 +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
Removed SEARCH_AT_MULTIMATCH_INPUT and SEARCH_AT_MULTIMATCH_CMD settings and connected functions - these are no longer individually overloadable. SEARCH_AT_RESULT function now handles all error reporting. Also added SEARCH_MULTIMATCH_SEPARATOR to make it easy to replace the character used to separate multi-matches (1-box, 2-box is using '-' by default), in response to
#795
. Also moved the default SEARCH_AT_RESULT function from the cmdparser to evennia.utils.utils.
2015-09-27 13:05:29 +02:00
cmdparser.py
Removed SEARCH_AT_MULTIMATCH_INPUT and SEARCH_AT_MULTIMATCH_CMD settings and connected functions - these are no longer individually overloadable. SEARCH_AT_RESULT function now handles all error reporting. Also added SEARCH_MULTIMATCH_SEPARATOR to make it easy to replace the character used to separate multi-matches (1-box, 2-box is using '-' by default), in response to
#795
. Also moved the default SEARCH_AT_RESULT function from the cmdparser to evennia.utils.utils.
2015-09-27 13:05:29 +02:00
cmdset.py
Made a change to the cmdset comparison algorithm to make sure all commands are compared both by alias and key by use of a set-intersection operation. Before one side of the comparison used key and the other used key+aliases, which led to inconsistent results in some situations, especially when combining system commands with aliases.
2015-06-28 17:58:42 +02:00
cmdsethandler.py
Reworked the fix of
#769
to be cleaner and using a full import mechanism rather than the pre-module lookup that messed up the unittests.
2015-07-07 15:29:28 +02:00
command.py
Removed SEARCH_AT_MULTIMATCH_INPUT and SEARCH_AT_MULTIMATCH_CMD settings and connected functions - these are no longer individually overloadable. SEARCH_AT_RESULT function now handles all error reporting. Also added SEARCH_MULTIMATCH_SEPARATOR to make it easy to replace the character used to separate multi-matches (1-box, 2-box is using '-' by default), in response to
#795
. Also moved the default SEARCH_AT_RESULT function from the cmdparser to evennia.utils.utils.
2015-09-27 13:05:29 +02:00
connection_screen.py
Updated commands to use new evennia path.
2015-01-07 14:31:35 +01:00