evennia/evennia
2016-05-22 20:45:05 +02:00
..
commands Fixed the unittest for the py command. 2016-04-12 23:51:45 +02:00
comms Added a missing i18n import to channelhandler 2016-03-05 22:00:25 +01:00
contrib EGD renamed to EGI. Backwards compatibility preserved for now. 2016-04-15 19:07:43 -07:00
game_template Added some more missing files to the game template 2016-05-22 20:41:36 +02:00
help Have every class inherit from object. 2015-11-09 10:11:34 +01:00
locale New French translation 2016-03-05 15:21:56 +01:00
locks Further fixes to the tag lockfunc as well as handling of the changes to at_look to not include calling execute_cmd(look) but to use the at_look hook. This should finally resolve #889. 2015-12-15 20:17:41 +01:00
objects Changed the OOB message structure to include sending text data as well; still not working fully. 2016-05-22 20:45:05 +02:00
players Changed the OOB message structure to include sending text data as well; still not working fully. 2016-05-22 20:45:05 +02:00
scripts 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
server Changed the OOB message structure to include sending text data as well; still not working fully. 2016-05-22 20:45:05 +02:00
typeclasses Minor fix to docstring. 2016-03-13 10:37:58 +01:00
utils Fixed a documentation error in string_suggestions 2016-04-05 14:56:42 +02:00
web Fixed the login/out links on the default website. Cleaned up some template lookups. 2016-05-22 20:41:36 +02:00
__init__.py Removed some spurious flat-API namespace pollution introduced by the py3 conversion effort 2016-02-26 12:02:20 +01:00
settings_default.py Cleaned up the web folder to make two separate 'apps'-webclient and website, each with their own static and template dirs. Also merged the prosimii template files into the website template folder. This will make it clearer how to override, since the static/template_override dirs will now look like website/static/... etc rather than using the template names, of which we only ever have used one anyway. 2016-05-22 20:41:36 +02:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00