evennia/evennia
2016-05-22 20:45:40 +02:00
..
commands Converted encoding setting to use protocol_flags rather than being stored on-session. Also renamed the 256 COLORS TTYPE setting to XTERM256 which is more accurate (and doesn't have a space) 2016-05-22 20:45:40 +02:00
comms Converted msg-arguments to options 2016-05-22 20:45:06 +02:00
contrib Clarified the batchcommand docstring in contrib/examples. This 2016-05-22 20:45:40 +02:00
game_template Made the default_settings file itself detect GAME_DIR, leading to a lot less cookie cutter in the gamedir/server/conf/settings.py file. Refactored the detection algorithm also in the launcher. 2016-05-22 20:45:39 +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 Made IRC work with new send mechanism, as per #924. 2016-05-22 20:45:39 +02:00
scripts Added monitorhandler to flat API. 2016-05-22 20:45:40 +02:00
server Converted encoding setting to use protocol_flags rather than being stored on-session. Also renamed the 256 COLORS TTYPE setting to XTERM256 which is more accurate (and doesn't have a space) 2016-05-22 20:45:40 +02:00
typeclasses Added non-persistent functinality to the TickerHandler, for specific use with OOB. 2016-05-22 20:45:40 +02:00
utils MonitorHandler implemented as a replacement for the OOBHandler monitor functionality, as per #924. 2016-05-22 20:45:39 +02:00
web Fixed deprecation warnings in urls from django1.9. Switched to new TEMPLATES setting. 2016-05-22 20:45:39 +02:00
__init__.py Added monitorhandler to flat API. 2016-05-22 20:45:40 +02:00
settings_default.py Made the default_settings file itself detect GAME_DIR, leading to a lot less cookie cutter in the gamedir/server/conf/settings.py file. Refactored the detection algorithm also in the launcher. 2016-05-22 20:45:39 +02:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00