evennia/evennia
2016-10-02 15:54:57 +02:00
..
commands Fix a tracebac in page due to calling Msg.date_sent instead of Msg.date_created. 2016-10-02 14:15:18 +02:00
comms Make channelhandler easier to import at different stages without a circular import problem. 2016-10-02 15:54:57 +02:00
contrib moved msg_contents to DefaultObject 2016-09-20 16:30:31 +02:00
game_template Removed the star-import in the prototypes.py template file; namespace is not working well with inputfunc module loading. 2016-09-14 18:30:20 +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 Removed reference to target after target.at_desc. This allows the target to delete itself in response to being looked at without throwing an error. 2016-10-02 13:40:28 +02:00
players Add typeclass kwarg to player.search; make player.search search all playerdb-derived typeclasses by default. Resolves #1057. 2016-09-15 13:34:17 +02:00
scripts Properly remove pause state data when restartig a script. 2016-09-02 15:02:20 +02:00
server Correct a typo. 2016-09-14 23:44:22 +02:00
typeclasses Correction to make sure the key isn't changed to prevent delcom failure 2016-09-11 10:47:32 +02:00
utils Resolves player confusion with the EvMore display, making it more clear that 'n/next' is used for continuing, makes 'look' repeat the display, and notifies them when they exit. 2016-10-02 13:36:29 +02:00
web Some minor fixes and cleanups. 2016-09-14 23:27:55 +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 PROTOTYPE_MODULES to settings_default, making use of world/prototypes.py already being defined. 2016-09-13 18:03:50 +02:00
VERSION.txt Webclient branch merge. Upped Evennia version to 0.6. 2016-05-22 20:54:59 +02:00