evennia/evennia
2016-05-26 16:33:37 +02:00
..
commands Made client_options inputfunc recognize RAW/NOMARKUP and also fixed some other minor errors. 2016-05-25 00:05:20 +02:00
comms Some more cleanup of the ChannelHandler 2016-05-22 20:49:46 +02:00
contrib Added furster fix to avoid a traceback on an already stopped loop. 2016-05-26 16:33:37 +02:00
game_template Cleaned up the game_template directory to match the web layout better. 2016-05-22 20:49:46 +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 Fixed a simple issue if non-text was fed into the msg() call from server-side. Resolves #965. 2016-05-22 20:49:45 +02:00
players Fixed a simple issue if non-text was fed into the msg() call from server-side. Resolves #965. 2016-05-22 20:49:45 +02:00
scripts Fixed old calls to tickerhandler from the tutorial_world. Also added a better error when this happens. This resolves #952. 2016-05-22 20:49:45 +02:00
server Fixed so inlinefuncs are only parses on the outgoing message path. 2016-05-26 14:56:09 +02:00
typeclasses Added non-persistent functinality to the TickerHandler, for specific use with OOB. 2016-05-22 20:45:40 +02:00
utils Made EvCels auto-close colors rather than bleed over. This is necessary to avoid accidental color clashes in tables that fill the cells to a |-border edge (particularly for EvForm. 2016-05-23 23:56:44 +02:00
web Changed the ##send syntax of the webclient_gui to be exactly mirroring the format of the inputcommand. 2016-05-25 00:05:53 +02:00
__init__.py Added the ability to overload the default command parent. Implements #923. 2016-05-22 20:49:46 +02:00
settings_default.py Added the possibility to overload the dynamically created ChannelCommand. Implements #887. 2016-05-22 20:49:46 +02:00
VERSION.txt Webclient branch merge. Upped Evennia version to 0.6. 2016-05-22 20:54:59 +02:00