evennia/src/typeclasses
2012-06-20 23:22:26 +02: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
managers.py Further cleanup of source; making class methods _private for clarity in the API. 2012-03-31 15:09:22 +02:00
models.py Fixed a minor typo in docstring for ObjectDB.__db_get: To view all Attributes one uses obj.db.all, not obj.db.all(). 2012-06-20 23:22:26 +02:00
typeclass.py Further caching and optimization, making some operations noticeable faster in the end. 2012-04-26 17:47:25 +02:00