evennia/evennia
2015-03-11 00:41:06 +01:00
..
commands Fixed some formatting to make untittests pass again. 2015-03-08 11:20:05 +01:00
comms Made typeclass loading a little more forgiving, adding a multitude of try-levels to fall back to in case of errors. Default is now to fallback to first settings-set default, then to the library default and only as a last resort fall back to the model. Every fallback step is logged. This should make the missing-hook error of #698 go away and report missing typeclasses in a better way. 2015-03-11 00:41:06 +01:00
contrib More docstring 2015-03-09 18:45:17 +01:00
game_template More docstring 2015-03-09 18:45:17 +01:00
help more docstrings... 2015-03-09 13:13:09 +01:00
locale Updated some locale files. 2015-03-08 00:01:12 +01:00
locks Removed a sectioning marker and updated the coding style file to be a little clearer on that. 2015-03-09 08:15:44 +01:00
objects Made typeclass loading a little more forgiving, adding a multitude of try-levels to fall back to in case of errors. Default is now to fallback to first settings-set default, then to the library default and only as a last resort fall back to the model. Every fallback step is logged. This should make the missing-hook error of #698 go away and report missing typeclasses in a better way. 2015-03-11 00:41:06 +01:00
players Made typeclass loading a little more forgiving, adding a multitude of try-levels to fall back to in case of errors. Default is now to fallback to first settings-set default, then to the library default and only as a last resort fall back to the model. Every fallback step is logged. This should make the missing-hook error of #698 go away and report missing typeclasses in a better way. 2015-03-11 00:41:06 +01:00
scripts Made typeclass loading a little more forgiving, adding a multitude of try-levels to fall back to in case of errors. Default is now to fallback to first settings-set default, then to the library default and only as a last resort fall back to the model. Every fallback step is logged. This should make the missing-hook error of #698 go away and report missing typeclasses in a better way. 2015-03-11 00:41:06 +01:00
server Removed debug messages 2015-03-09 15:47:29 +01:00
typeclasses Made typeclass loading a little more forgiving, adding a multitude of try-levels to fall back to in case of errors. Default is now to fallback to first settings-set default, then to the library default and only as a last resort fall back to the model. Every fallback step is logged. This should make the missing-hook error of #698 go away and report missing typeclasses in a better way. 2015-03-11 00:41:06 +01:00
utils Docstrings : another Func documented 2015-03-09 16:04:21 +01:00
web Fixed comment and wording on web templates. 2015-03-01 11:54:22 -06:00
__init__.py added search_tag to flat API. 2015-03-02 23:17:48 +01:00
settings_default.py Added CONN_MAX_AGE setting to 7hrs to avoid 'database has gone away' errors with MySQL default settings. Resolves #619. 2015-03-06 21:21:07 +01:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00