evennia/evennia
2016-10-07 10:06:49 +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 minor typos updated 2016-10-07 10:01:26 +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 Have lockshandler fail gracefully rather than cause a server crash 2016-10-07 10:06:49 +02:00
objects Make sure msg(text=None) means that text should not be used (None must be converted to a string to send). Resolves #1077. 2016-10-02 21:51:15 +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 Make sure msg(text=None) means that text should not be used (None must be converted to a string to send). Resolves #1077. 2016-10-02 21:51:15 +02:00
typeclasses Overload the 'last', 'first', and 'count' queryset methods to work for the TypedObjectManager. 2016-10-07 10:04:20 +02:00
utils Let EvMenu accept arbitrary kwargs as initialization properties (available through caller.ndb._menutree). 2016-10-04 18:16:00 +02:00
web Some minor fixes and cleanups. 2016-09-14 23:27:55 +02:00
__init__.py Make some docstring updates. 2016-10-02 21:59:19 +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