evennia/src/objects
Griatch 42d502bfc6 OBS - Database schema has changed! If you use south, you need to run manage.py migrate!
This adds db indexing on a set of important database fields, all in the interest of optimization.
2012-02-06 13:18:25 +01:00
..
migrations OBS - Database schema has changed! If you use south, you need to run manage.py migrate! 2012-02-06 13:18:25 +01:00
__init__.py Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch 2010-08-29 18:46:58 +00:00
admin.py Deactivating the creation of object attributes from admin for now, until one can figure out how to handle this. 2011-11-13 18:49:04 +01:00
manager.py Contrib: Added chargen module, showing a simple example of creating a character from inside the game. 2011-11-06 22:28:24 +01:00
models.py OBS - Database schema has changed! If you use south, you need to run manage.py migrate! 2012-02-06 13:18:25 +01:00
objects.py More fixes and cleanup in wake of ic/ooc changes. 2011-11-06 23:55:24 +01:00
tests.py Cleaned up the test suite to pass all tests again. Cleaned up the build command's parse() method. Fixed some minor bugs. 2011-04-19 09:52:49 +00:00