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 Changing utils.all_from_module to really only load variables actually 2016-05-22 20:45:05 +02: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 Changes to the input-handling interface, to support function calls; also changing oob system to be inputhandler system, making it all work in the same way (no separation between text and oob anymore). 2016-05-22 20:45:05 +02:00
typeclasses Minor fix to docstring. 2016-03-13 10:37:58 +01:00
utils Changing utils.all_from_module to really only load variables actually 2016-05-22 20:45:05 +02:00
web More work on fixing bugs in the webclient-js interface. 2016-05-22 20:45:05 +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 Changes to the input-handling interface, to support function calls; also changing oob system to be inputhandler system, making it all work in the same way (no separation between text and oob anymore). 2016-05-22 20:45:05 +02:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00