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
48bcb9d0ba
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Kelketek
48bcb9d0ba
Useful default typeclass for channels added. Handles poses and provides interfaces for external messages and internal alike.
2013-09-29 13:11:10 -05:00
..
default
Useful default typeclass for channels added. Handles poses and provides interfaces for external messages and internal alike.
2013-09-29 13:11:10 -05: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
Changed object.msg() to relay directly to connected session rather than via the player.msg() method.
2013-09-22 11:39:24 +02:00
cmdparser.py
Changed cmdhandler to include Session-level cmdset.
2013-09-08 00:14:06 +02:00
cmdset.py
Changed how the cmdset's errmessage is propagated. Adding failing cmdsets added ErrorCmdsets to the cmdhandler. This was for callback reasons, but it clutters up things for no good reason.
2013-07-02 15:50:42 +02:00
cmdsethandler.py
Changed how the cmdset's errmessage is propagated. Adding failing cmdsets added ErrorCmdsets to the cmdhandler. This was for callback reasons, but it clutters up things for no good reason.
2013-07-02 15:50:42 +02:00
command.py
Cleaned up worst instability. Test suite does validate yet.
2013-09-21 17:33:48 +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