evennia/evennia
2016-02-06 21:56:26 +01:00
..
commands Changed to properly exit when not giving a rhs to the options command 2016-02-06 12:57:26 +01:00
comms Have every class inherit from object. 2015-11-09 10:11:34 +01:00
contrib Further fixes to the tag lockfunc as well as handling of the changes to at_look to not include calling execute_cmd(look) but to use the at_look hook. This should finally resolve #889. 2015-12-15 20:17:41 +01:00
game_template Removed at_before_traverse hook completely since it was not used and also makes no sense to use due to how exits works. Overload at_traverse if wanting to tweak how traversal happens. Resolves #902. 2016-01-20 18:58:41 +01:00
help Have every class inherit from object. 2015-11-09 10:11:34 +01:00
locale Updated portugese locales, courtesy of Nerun. 2015-12-17 00:19:14 +01:00
locks Further fixes to the tag lockfunc as well as handling of the changes to at_look to not include calling execute_cmd(look) but to use the at_look hook. This should finally resolve #889. 2015-12-15 20:17:41 +01:00
objects Removed at_before_traverse hook completely since it was not used and also makes no sense to use due to how exits works. Overload at_traverse if wanting to tweak how traversal happens. Resolves #902. 2016-01-20 18:58:41 +01:00
players fixed login error for multisession_mode = 2 2015-12-22 10:45:00 -06:00
scripts return 0 in case of ObjectDoesNotExist in DefaultScript.stop instead of pass. 2016-02-02 22:16:33 +01:00
server Fixed an issue where the IDLE_TIMEOUT was triggered even though one had been active in the interval. 2016-01-27 21:21:37 +01:00
typeclasses Added to TypedObject's get() manager method, since without it, Q-objects didn't work correctly. 2015-12-01 12:24:09 +01:00
utils Fixed dbserialize pickle processor typo 2016-02-06 21:56:26 +01:00
web Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
__init__.py Import python3 compatible object. 2015-11-02 00:19:04 +01:00
settings_default.py Fixed some errors in crop inlinefunction. Coloration does not work in nested inlinefunc outside of escaped strings ... not sure if this something worth to try to resolve or if an escaped string is just the right way to have them. 2015-11-28 18:25:05 +01:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00