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
06411f298f
evennia
/
evennia
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
b59340784c
Made some cleanup of docstrings to clarify hook load order.
2015-09-05 21:49:54 +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
Make command ambiguity handler pluggable.
2015-06-20 13:18:50 -05:00
cmdparser.py
Changed cmdparser to properly convert to unicode before length measuring, which was causing unexpected behavior with non-ASCII charsets.
2015-09-04 21:11:01 +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
Changed cmdparser to properly convert to unicode before length measuring, which was causing unexpected behavior with non-ASCII charsets.
2015-09-04 21:11:01 +02:00
connection_screen.py
Updated commands to use new evennia path.
2015-01-07 14:31:35 +01:00