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
99f0fec7cf
evennia
/
evennia
/
commands
History
Download ZIP
Download TAR.GZ
Ahmed Charles
99f0fec7cf
Use comprehension rather than map.
2015-11-01 21:16:41 +01:00
..
default
Use comprehension rather than map.
2015-11-01 21:16:41 +01: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
Merged conflicts.
2015-10-19 23:32:00 +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
Use with_metaclass from future.utils for python3 compat.
2015-11-01 15:11:12 +01:00
cmdsethandler.py
Indent docs properly.
2015-11-01 15:11:12 +01:00
command.py
Use with_metaclass from future.utils for python3 compat.
2015-11-01 15:11:12 +01:00
connection_screen.py
Fix comments about connection_screens.py
2015-10-16 22:23:38 +02:00