evennia/evennia
2017-07-07 22:38:24 +02:00
..
accounts First step with both account+player at the same time, copying player to account. 2017-07-05 08:30:06 +02:00
commands Merge branch 'master' into devel 2017-06-17 22:21:00 +02:00
comms Last point where Player & Account coexist - migrate here first. 2017-07-06 23:17:01 +02:00
contrib Resolve django 1.11 migration errors. 2017-06-17 22:15:00 +02:00
game_template Add secret_settings and mechanisms for managing it. This allows for easier hiding game- and server-specific settings when sharing the game dir with others. 2017-06-04 22:55:28 +02:00
help Add migrations to django 1.11. 2017-06-06 19:34:56 +02:00
locale Markup update 2017-02-19 09:46:44 +01:00
locks Change permission strings so Immortals->Developer, Wizards->Admin, Builders->Builder, PlayerHelper->Helper, Players->Player, Guests->Guest. Made perm() and pperm() lock function accept both the plural and singular form (so both Admin and Admins work). Still lacking a data migration for updating an existing database to the new setup. 2017-02-17 23:25:09 +01:00
objects Correction of the migration sequence both for clean and old databases. 2017-07-07 22:38:24 +02:00
players Resolve django 1.11 migration errors. 2017-06-17 22:15:00 +02:00
scripts Last point where Player & Account coexist - migrate here first. 2017-07-06 23:17:01 +02:00
server Resolve django 1.11 migration errors. 2017-06-17 22:15:00 +02:00
typeclasses Correction of the migration sequence both for clean and old databases. 2017-07-07 22:38:24 +02:00
utils Create parallel Player/Account fields and copy all 2017-07-06 22:37:28 +02:00
web Change the webclient OOB text kwarg to 'type' instead of 'window' to make it more general. 2017-02-05 12:19:17 +01:00
__init__.py Add the InterruptCommand exception to the flat API 2017-06-16 17:56:35 -07:00
settings_default.py Add new accounts app and copy players 1:1 to it. The players app still exists. 2017-07-03 23:05:52 +02:00
VERSION.txt Webclient branch merge. Upped Evennia version to 0.6. 2016-05-22 20:54:59 +02:00