evennia/src/objects
2012-04-26 17:47:25 +02:00
..
migrations Migrate! Fixes some more objects to the new API. 2012-03-25 21:53:24 +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 Cleaning some unnecessary whitespace, overall cleanup of various source codes. 2012-03-30 23:47:22 +02:00
manager.py Multiple fixes to ev and utils: 2012-04-22 12:23:42 +02:00
models.py Further caching and optimization, making some operations noticeable faster in the end. 2012-04-26 17:47:25 +02:00
objects.py Further caching and optimization, making some operations noticeable faster in the end. 2012-04-26 17:47:25 +02:00
tests.py Cleaning some unnecessary whitespace, overall cleanup of various source codes. 2012-03-30 23:47:22 +02:00