evennia/evennia
2016-05-22 20:41:36 +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 Update README.md 2016-03-15 12:33:24 +01: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 @find pperm lock to perm, since the player will be checked automatically anyway and this works better with @quell. 2016-03-23 00:44:18 +01:00
players Added support for SSL IRC connections. 2016-03-26 02:44:20 -07: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 Further fix to the irc bot. 2016-04-04 22:15:30 +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 Started getting the webclient in some sort of shape. 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 Fixed some errors in crop inlinefunction. Coloration does not work in nested inlinefunc outside of escaped strings ... not sure if this something worth to try to resolve or if an escaped string is just the right way to have them. 2015-11-28 18:25:05 +01:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00