evennia/evennia
2016-10-20 08:08:55 +02:00
..
commands Added in missing whitespace that made the unit test fail. 2016-10-20 08:08:55 +02:00
comms Fixed missing variable in formatting of disconnect string in delcom, made display of @channels more legible and display when someone is Muted rather than not subscribed. Refactored the 'who' list for channels to now be a property of the channel that returns a string of all the subscribers separated by commas, with those who are actively listening (not muted) in bold, and made both '@cwho' and 'allcom who' call to it. 2016-10-20 08:08:55 +02:00
contrib Remove gamedir_client backwards compat shim. 2016-10-18 20:57:56 -07: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 Fix caching error in new cmdset merge regime. Removed debug messages. 2016-10-15 23:22:33 +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 get tag from list returned by get_tag 2016-10-19 23:50:30 +02:00
utils Lots of debug messages. 2016-10-15 22:48:38 +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