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
fc4d7c92f9
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
fc4d7c92f9
Cleaned up the drop-command's error messages somewhat.
2012-10-23 20:39:59 +02:00
..
default
Cleaned up the drop-command's error messages somewhat.
2012-10-23 20:39:59 +02:00
__init__.py
Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced.
2008-06-15 19:38:39 +00:00
cmdhandler.py
Various speed optimizations in various places, following further profiling.
2012-09-20 00:47:28 +02:00
cmdparser.py
Cleaned up the drop-command's error messages somewhat.
2012-10-23 20:39:59 +02:00
cmdset.py
Minor adjustment to the __contains__ cache of cmdsets.
2012-09-21 00:15:04 +02:00
cmdsethandler.py
Added checks to avoid the "ErrorCmdset" from being saved permanently in the database in some particular circumstances.
2012-10-20 09:47:02 +02:00
command.py
Fixing the strange edge-case of trying to define a command with the same alias being defined multiple times or aliases being the same as the command key. This is now excluded at the Command metaclass level.
2012-09-29 10:52:31 +02:00
connection_screen.py
Changed default login from email+password to the more familiar username+password.
2012-08-13 20:25:46 +02:00