evennia/evennia/scripts
2016-05-22 20:45:06 +02:00
..
migrations Adding migrations for django1.8. 2015-04-04 00:08:51 +02:00
__init__.py Made Evennia run with Django 1.9 2016-02-18 10:12:42 +01:00
admin.py Updated players/ directory sources to use Google style docstrings, as per #709. 2015-05-29 20:23:38 +02:00
manager.py Remove commented out print statements. 2015-10-19 23:31:19 +02:00
models.py Have every class inherit from object. 2015-11-09 10:11:34 +01:00
monitorhandler.py Changed inputhandler/oochandler to monitorhandler and made inputhandler_funcs into just inputfuncs.py 2016-05-22 20:45:06 +02:00
scripthandler.py Import python3 compatible object. 2015-11-02 00:19:04 +01:00
scripts.py Upped twisted requirement to 16.0.0. This because of a backwards incompatible change in Twisted's lLoopingCall that Evennia makes use of. This fixes failings with loading the tutorual world (due to loopingcall errors). 2016-03-24 11:50:58 +01:00
tests.py Made unittests work, both for django 1.8 and 1.9. 2016-02-19 22:43:28 +01:00
tickerhandler.py Use list* from future.utils. 2015-11-09 10:23:00 +00:00