evennia/evennia
2016-11-23 19:07:54 +01:00
..
commands Added Command.execute_cmd for use in Player commands requiring session info. Resolves #1123. 2016-11-22 20:33:50 +01:00
comms Using TypedObjectManager on a non-typeclass doesn't cause any harm, near as I can tell from looking at it and trying the different returns_typeclass methods. Should resolve #1114 2016-11-22 09:40:41 +01:00
contrib Fix typo 2016-11-06 03:33:57 -05:00
game_template Update characters.py 2016-10-30 15:55:18 -04:00
help Added inline tags to HelpEntry in django admin 2016-11-22 09:40:41 +01:00
locale Remove broken and un-maintained IMC2 support. 2016-10-28 22:53:43 -07:00
locks Have lockshandler fail gracefully rather than cause a server crash 2016-10-07 10:06:49 +02:00
objects Attributes in django admin now also editable inline, causing them to call the AttributeHandler or NicksHandler of the appropriate object. 2016-11-22 09:40:41 +01:00
players Attributes in django admin now also editable inline, causing them to call the AttributeHandler or NicksHandler of the appropriate object. 2016-11-22 09:40:41 +01:00
scripts Attributes in django admin now also editable inline, causing them to call the AttributeHandler or NicksHandler of the appropriate object. 2016-11-22 09:40:41 +01:00
server Change how evennia stop works under Windows, as per #1100. This introduces the launching of SIGINT-like signals in Windows which unfortunately means the Windows console will show an annoying question about terminating batch jobs (which cannot be removed, apparently). But it should now work consistently with the Linux version when stopping and restarting from the command line. 2016-11-23 19:07:54 +01:00
typeclasses Make API change so TagHandler.all() returns all tag-keys regardless of category; the now single argument return_key_and_category still returns (key, category) tuples. For category-selective returns, use TagHandler.get(). Resolves #1124. 2016-11-22 20:05:05 +01:00
utils Another try. This should resolve the validation errors by having bad values for the forms just go to different default values. 2016-11-22 09:40:41 +01:00
web Make the README file a bit more fextive for the day. 2016-11-19 22:49:49 +01:00
__init__.py Make some docstring updates. 2016-10-02 21:59:19 +02:00
settings_default.py Updated docstring for multimatch config settings. 2016-11-17 12:52:30 +01:00
VERSION.txt Webclient branch merge. Upped Evennia version to 0.6. 2016-05-22 20:54:59 +02:00