evennia/src/objects
2012-06-20 21:16:34 +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 Changed player.search to only search for players explicitly. 2012-05-17 19:42:37 +02:00
models.py Some more i18n strings added; also updated swedish translation. 2012-06-14 08:56:57 +02:00
objects.py Make sure to forward no_channels, no_objs and no_exits flags across cmdset merges. Also changes how system commands are saved across merges. Resolves Issue 243. 2012-06-20 21:16:34 +02:00
tests.py Cleaning some unnecessary whitespace, overall cleanup of various source codes. 2012-03-30 23:47:22 +02:00