evennia/evennia
BlauFeuer adf215e855 CmdOption session option msg to session only
Since session options can be different between sessions, only show output from option commands to the session using them.
2016-03-21 10:32:38 +01:00
..
commands CmdOption session option msg to session only 2016-03-21 10:32:38 +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 Update README.md 2016-03-15 12:33:24 +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