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
eb598921ac
evennia
/
evennia
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
ea0de32607
Updated the Command class with set_key/set_alias methods to allow for dynamic updating of command key/aliases properties while making sure all optimization recaches are hit.
2015-07-07 16:42:20 +02:00
..
default
Rename display_name and improve docstrings.
2015-06-20 16:31:36 -05: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
Make command ambiguity handler pluggable.
2015-06-20 13:18:50 -05:00
cmdparser.py
Made multi-command-match display on multiple lines
2015-06-20 23:48:09 +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
Updated the Command class with set_key/set_alias methods to allow for dynamic updating of command key/aliases properties while making sure all optimization recaches are hit.
2015-07-07 16:42:20 +02:00
connection_screen.py
Updated commands to use new evennia path.
2015-01-07 14:31:35 +01:00