evennia/evennia
2016-09-10 11:25:50 +02:00
..
commands Fix edge case with the who command and players with puppets at None locations. Resolves #1050. 2016-09-08 20:49:25 +02:00
comms Added missing access() method to Msg for its lockshandler. 2016-09-05 11:46:47 +02:00
contrib Revert curly braces fix - Griatch did it better 2016-09-10 11:25:50 +02:00
game_template Whitespace removal 2016-08-06 20:56:34 +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 Fix how the lock command returns strings to avoid a malformed AMP send. This (again fixes ##996. 2016-06-15 20:02:32 +02:00
objects Fix so as to not send traverse messages to the traverser. Fixes unittests. 2016-09-09 07:52:48 +02:00
players Run migrations! Adds support for saving Msg entities in an Attribute. Note that recovering Msgs from an Attribute saved *before* this fix can still cause tracebacks. They may not be recoverable since dbobjects are not possible to unpickle on their own. 2016-09-05 11:15:14 +02:00
scripts Properly remove pause state data when restartig a script. 2016-09-02 15:02:20 +02:00
server Remove the use of the python executable when calling twistd.exe in the windows twistd batch file. Interestingly, running python on a Windows executable (as opposed to a python script file) works fine for some (Win7?) while causing errors of a non-recognized file type for others (Win10?). 2016-09-02 23:14:14 +02:00
typeclasses Fix caching leftover in attribute cache that lead to a traceback on the first re-login. Resolves #1041. 2016-09-08 20:46:11 +02:00
utils Made some corrections to the if tree. Resolves #1042. 2016-09-07 23:49:30 +02:00
web Added settings.GAME_SLOGAN to global context. 2016-09-07 23:27:00 +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 Remove WEBSOCKET_ENABLED and adjoining vars from settings_default since it doesn't do anything; webclient uses WEBSOCKET_CLIENT_ENABLED etc. 2016-08-20 09:36:30 +02:00
VERSION.txt Webclient branch merge. Upped Evennia version to 0.6. 2016-05-22 20:54:59 +02:00