evennia/src/objects
2012-09-20 00:47:28 +02:00
..
migrations Fixed a too-inclusive .hgignore file as well as some other fixes. 2012-09-07 19:31:51 +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 Minor typo cleanups. 2012-09-17 22:16:18 +02:00
models.py Various speed optimizations in various places, following further profiling. 2012-09-20 00:47:28 +02:00
objects.py Various speed optimizations in various places, following further profiling. 2012-09-20 00:47:28 +02:00
tests.py Cleaning some unnecessary whitespace, overall cleanup of various source codes. 2012-03-30 23:47:22 +02:00