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
5f8cc5e3a6
evennia
/
src
/
commands
History
Download ZIP
Download TAR.GZ
Griatch
5f8cc5e3a6
Small fix to batchprocess output.
2012-06-12 21:03:30 +02:00
..
default
Small fix to batchprocess output.
2012-06-12 21:03:30 +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 how cmdsethandler reports syntaxerrors in command modules - this used to lead to rather opaque error messages. Now a dummy cmdset is created instead, with the key _ERROR_CMDSET and holding the error message. This allows the user to see that an error was reported instead of just being left in the blank. Full tracebacks are reported to log as usual.
2012-05-01 16:15:49 +02:00
cmdparser.py
Further caching and optimization, making some operations noticeable faster in the end.
2012-04-26 17:47:25 +02:00
cmdset.py
Minor tweak to how cmdsets are matched with the "in" operator.
2012-04-26 19:31:03 +02:00
cmdsethandler.py
Updated how cmdsethandler reports syntaxerrors in command modules - this used to lead to rather opaque error messages. Now a dummy cmdset is created instead, with the key _ERROR_CMDSET and holding the error message. This allows the user to see that an error was reported instead of just being left in the blank. Full tracebacks are reported to log as usual.
2012-05-01 16:15:49 +02:00
command.py
Added a timeout to the attribute caching; the system will now clean cache at regular intervals once it pass a certain size defined in settings.
2012-04-28 00:37:36 +02:00
connection_screen.py
Cleaning some unnecessary whitespace, overall cleanup of various source codes.
2012-03-30 23:47:22 +02:00