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
1
c6580ae953
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Duarte Cordeiro
c6580ae953
=Added /exact switch to @find
2014-09-16 10:07:24 +01:00
..
default
=Added /exact switch to @find
2014-09-16 10:07:24 +01:00
__init__.py
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
2013-11-14 19:31:17 +01:00
cmdhandler.py
Added ability to abort the command chain by returning a true value from cmd.at_pre_cmd().
2014-08-26 09:09:55 +02:00
cmdparser.py
Added quiet keyword to at_search_result handler.
Resolves
#559
.
2014-08-31 09:13:08 +02:00
cmdset.py
Fixed flush protection for instances, memory is successfully made available on an idmapper flush now.
2014-05-17 14:38:43 +02:00
cmdsethandler.py
Fixed annoying traceback bug (the 'e' bug) that masked errors in importing malformed command modules.
2014-08-19 10:20:26 +02:00
command.py
Added ability to abort the command chain by returning a true value from cmd.at_pre_cmd().
2014-08-26 09:09:55 +02:00
connection_screen.py
Changed the default login screen to change with settings.SERVERNAME.
2014-03-08 23:10:26 +01:00