evennia/evennia/scripts
Vincent Le Goff c18bfe7388 Update the time-sensitive script
Since the game time doesn't drift much anymore, the script doesn't
need to restart on startup.  The restart on repeat is kept, small
drifts could accumulate otherwise.
2017-02-15 23:43:49 +01: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 Fix django admin for other typeclasses. ChannelDB still requires subscribers to validate. Changed PickleField's clean method to prevent attribute errors for attributes added during basetype setup. 2016-12-06 07:06:46 -05:00
manager.py Fix error in MonitorHandler recovering a saved Session across a reload. This probably affected the TickerHandler as well. Add a new hook to the server object that gets called once the portal has synced, and run the monitorhandler/tickerhandler restores there. Also some changes to the serialization of Sessions. Resolves #1164. 2017-01-15 19:55:51 +01:00
models.py Refactor code for readability and compatibility. 2017-01-27 00:19:27 +01:00
monitorhandler.py Fix error in MonitorHandler recovering a saved Session across a reload. This probably affected the TickerHandler as well. Add a new hook to the server object that gets called once the portal has synced, and run the monitorhandler/tickerhandler restores there. Also some changes to the serialization of Sessions. Resolves #1164. 2017-01-15 19:55:51 +01:00
scripthandler.py Refactor code for readability and compatibility. 2017-01-27 00:19:27 +01:00
scripts.py Update the time-sensitive script 2017-02-15 23:43:49 +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 Refactor code to remove alerts as per lgtm and #1176. 2017-01-29 19:02:00 +01:00