evennia/evennia
2016-03-13 10:37:58 +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 Added a missing i18n import to channelhandler 2016-03-05 22:00:25 +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 Made a more updated doc string. 2016-02-16 10:12:57 +01:00
help Have every class inherit from object. 2015-11-09 10:11:34 +01:00
locale New French translation 2016-03-05 15:21:56 +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 Added connection_time and idle_time properties to DefaultCharacter class. 2016-03-13 04:59:57 -04:00
players Made Evennia run with Django 1.9 2016-02-18 10:12:42 +01:00
scripts Made unittests work, both for django 1.8 and 1.9. 2016-02-19 22:43:28 +01:00
server Updated Evennia for django 1.9 (1.8 still supported). Run 'pip install --upgrade -e .' in 2016-02-20 09:14:31 +01:00
typeclasses Minor fix to docstring. 2016-03-13 10:37:58 +01:00
utils Removed subfieldbase and use from_db_value as recommended by django deprecation info. 2016-02-19 22:58:52 +01:00
web Run "futurize -1 -w -n ." 2015-10-01 20:00:28 +01:00
__init__.py Removed some spurious flat-API namespace pollution introduced by the py3 conversion effort 2016-02-26 12:02:20 +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