evennia/src/scripts
2013-10-17 23:44:52 +02:00
..
migrations Merge from Kelketek's clone. Added fixes to migrations of Tags. Issues with ContentTypes meaning that this revision is not possible to start. 2013-10-17 23:44:52 +02: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 Optimized Scripts admin page. Fixed related name for objects on attributes. 2013-07-21 09:44:34 -05:00
manager.py Fixed bug where user scripts filter on login uses typeclass instead of dbobj and crashes. 2013-09-29 13:35:39 -05:00
models.py Moved all relevant wrappers into being managed by the metaclass. Noting that there are many inconsistent features into the comm system; m2m fields should be moved into handlers rather than what is now used. Some of the non-typeclassed models also really don't need to be idmapped - will probably not change this before merge. 2013-09-23 23:34:47 +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