evennia/src/scripts
2013-07-20 15:45:16 -05:00
..
migrations Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
__init__.py Adding a new API system to Evennia. This centralizes all access of the evennia driver through a single module "ev". Importing ev one should be able to access (and also importantly, easily explore) Evennia's API much easier. This API goes a long way to "flatten" the structure so that one doesn't need to remember how to find some method in a deeply nested subdirectory. 2012-03-24 23:02:45 +01:00
admin.py Attribute cache is working, lots of other updates, but still not a cleanly updatable system. It seems the Attribute-migrations are not coming through properly. Fixed a misnamed table in the comm app. 2013-07-11 09:51:52 +02:00
manager.py cleaned up script copy method in script manager. 2013-07-02 16:24:47 +02:00
models.py Fixed updates of the contentmanager. Not all command tests run yet. 2013-07-12 22:08:15 +02:00
scripthandler.py Cleaned and updated the i18n strings for various server-core system. Removed i18n for all strings that are only visible on stdout or in logs. Still missing i18n on certain specific things such as model field help and attribute warnings. Updated Swedish translation to match. 2012-06-14 02:43:35 +02:00
scripts.py Moved import of SESSIONS to avoid a circular import situation under i18n. 2013-02-10 11:52:31 +01:00