evennia/evennia
2017-01-26 09:22:47 +01:00
..
commands Run migrations! Another update to the tag structure, the previous migration did not correctly handle all tags, leaving some to get the wrong db_object fields. Also cleaned up the api for many of the Tag-related manager methods that now determins the db_model themselves without needing to give it as an argument. This resolves an issue with Permissions not being set correctly on the character level. 2017-01-25 22:06:54 +01:00
comms Refactor some names to make api cleaner to read. 2017-01-14 22:21:12 +01:00
contrib Add 'ambiguous' gender to gendersub contrib, using 'them'/'their' etc to denote ambuguous gender. Keep 'it' as the neutral gender type. Closes #1146. 2017-01-24 23:27:21 +01:00
game_template as discussed, removed docker-related components from game_template directory 2017-01-24 22:31:11 +01:00
help Add ability to add aliases to help entries via the command and create_helpentry utility. 2016-12-17 17:15:50 +01:00
locale Remove broken and un-maintained IMC2 support. 2016-10-28 22:53:43 -07:00
locks Make lockwarning log file name settable; turn off if not set. Resolves #1161. 2017-01-11 21:37:32 +01:00
objects Refactor some names to make api cleaner to read. 2017-01-14 22:21:12 +01:00
players Bots use inputfunc 2017-01-18 12:26:42 +11:00
scripts Fix error in MonitorHandler recovering a saved Session across a reload. This probably affected the TickerHandler as well. Add a new hook to the server object that gets called once the portal has synced, and run the monitorhandler/tickerhandler restores there. Also some changes to the serialization of Sessions. Resolves #1164. 2017-01-15 19:55:51 +01:00
server Set another factory to not be noisy 2017-01-24 16:45:10 +01:00
typeclasses Update previous migration, updating the uniqueness parameters. To re-run the previous migration, first do evennia migrate --fake 0006, then run evennia migrate again. 2017-01-26 09:22:47 +01:00
utils Remove mention of long-dead contrib/menusystem from evmenu docstring. 2017-01-25 00:08:47 +01:00
web Send an OOB message to the client once a player logs in. 2017-01-10 22:40:45 +01:00
__init__.py Refactor some names to make api cleaner to read. 2017-01-14 22:21:12 +01:00
settings_default.py Make lockwarning log file name settable; turn off if not set. Resolves #1161. 2017-01-11 21:37:32 +01:00
VERSION.txt Webclient branch merge. Upped Evennia version to 0.6. 2016-05-22 20:54:59 +02:00