evennia/evennia/scripts
2017-08-19 21:30:42 +02:00
..
migrations Correct migrations to not re-remove fields. 2017-07-09 11:51:47 +02:00
__init__.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02: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 Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
models.py Rename all instances of Player->Account. 2017-07-07 23:47:21 +02: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 Rename all instances of Player->Account. 2017-07-07 23:47:21 +02:00
scripts.py Add **kwargs options to at_* hooks to all typeclasses, for greater flexibility for users. Resolves #1276. 2017-04-20 20:58:35 +02:00
taskhandler.py Fix a minor mistake in the task handler 2017-08-10 11:40:57 +02: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