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
17d7ad9b37
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
17d7ad9b37
Fixed a traceback in CmdExamine.
2013-04-14 22:57:23 +02:00
..
default
Fixed a traceback in CmdExamine.
2013-04-14 22:57:23 +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
Updated all Player-level commands to properly relay messages using self.msg rather than caller.msg (the former will properly relay to the right sessid without needing any extra arguments).
2013-04-12 14:27:36 +02:00
cmdparser.py
Cleaned up the drop-command's error messages somewhat.
2012-10-23 20:39:59 +02:00
cmdset.py
Fixed a bug in telnet protocol that stripped wrong characters at the end. Resolves Issue 318.
2012-10-28 10:37:14 +01: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
Added more session info to ooclook. Working on a bug that causes superuser to not be recognized now and then - this seems to be related to character.player returning None. This revision contains some printout debug messages since that bug is not yet fixed.
2013-03-11 01:32:17 +01:00
connection_screen.py
Changed default login from email+password to the more familiar username+password.
2012-08-13 20:25:46 +02:00