evennia/evennia
2016-08-10 23:02:01 +02:00
..
commands Make set command report modified/created. Resolves #1013. 2016-08-07 14:44:42 +02:00
comms Removed some debug output. 2016-06-26 09:46:58 +02:00
contrib Clarified the multidescer docstring a little. 2016-06-26 18:32:35 +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 Change move_to behavior when moving from None location. Before, this would force a source location (usually home) but this hides the actual source location, and a None-location has been handled by the announce hooks for some time. Resolves #1011. 2016-08-07 19:57:13 +02:00
players Fixed OOC display regression for non-superusers in MULTISESSION_MODEs 2,3. Also made the ic command able to correctly handle trying to puppet one of multiple same-named objects. 2016-08-06 20:52:01 +02:00
scripts Resolves problems in storing/restoring tickerhandler keys. Resolves #997. 2016-06-24 18:15:01 +02:00
server Fix and clean up some help text in the evennia launcher. 2016-08-10 23:02:01 +02:00
typeclasses Add migration - run evennia migrate! This adds data migrations for new nick format. 2016-06-26 01:27:37 +02:00
utils Added desc kwarg to create_script to allow setting of desc at runtime. 2016-08-07 12:23:57 +02:00
web Add webclient support for blink, underline and inverse ANSI tags. The inverse tag will produce a dotted outline in the webclient; for now this seems to be no obvious way to inverse the background in a way similar to the terminal inverse. Resolves #976. 2016-06-24 23:22:38 +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 Add a plugin mechanism for the webserver with settings.WEB_PLUGIN_MODULE. 2016-06-12 18:00:28 +02:00
VERSION.txt Webclient branch merge. Upped Evennia version to 0.6. 2016-05-22 20:54:59 +02:00