evennia/evennia
2015-05-17 21:59:24 +02:00
..
commands Minor format fix post-removal of the %c type colors 2015-05-17 21:59:24 +02:00
comms Converted the comm system folder to use Google style doc strings, as per #709. 2015-05-16 11:04:30 +02:00
contrib Updated contrib to use the Google style docstrings are per #709. Also 2015-05-17 12:43:31 +02:00
game_template Updated static file location for web 2015-03-15 16:41:25 +01:00
help Translated help system to use Google-style docstrings, as per #709. 2015-05-17 12:54:10 +02:00
locale Updated some locale files. 2015-03-08 00:01:12 +01:00
locks Updated lock system to use Google-style syntax as per #709. 2015-05-17 13:14:41 +02:00
objects Made the contents cache mechanism use the idmapper cache directly. This should hopefully avoid isses like #745 in the future. 2015-05-14 17:57:49 +02:00
players Adding migrations for django1.8. 2015-04-04 00:08:51 +02:00
scripts Fixed a kwarg call where Tickerhandler assumed too much about the hook method. 2015-05-14 21:36:43 +02:00
server Added MAX_CONNECTION_RATE, MAX_COMMAND_RATE for throttling various aspects of input as a DoS measure as per #640. 2015-05-15 01:51:09 +02:00
typeclasses Made the contents cache mechanism use the idmapper cache directly. This should hopefully avoid isses like #745 in the future. 2015-05-14 17:57:49 +02:00
utils Removed long deprecated %c-style color syntax as per #683. 2015-05-17 14:42:10 +02:00
web Fixed comment and wording on web templates. 2015-03-01 11:54:22 -06:00
__init__.py Re-added reference to settings in flat API. Resolves #719. 2015-03-19 18:58:22 +01:00
settings_default.py Fixed the loading of the menu_login contrib, doing some cleanup in the error reporting at the same time. Also added evennia to the search path for cmdsets and typeclasses so that one can give the path to e.g contrib when loading. 2015-05-17 00:49:41 +02:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00