evennia/evennia
2015-01-16 08:36:46 -06:00
..
commands PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00
comms Added base migrations 2015-01-09 10:15:32 +01:00
contrib Added example bodyfunctions script back to contrib. Fixed the default lookup-paths of scripts. 2015-01-15 21:27:25 +01:00
game_template Move game_template into evennia package. Update setup.py and bin/evennia 2015-01-16 08:36:46 -06:00
help Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
locks Working on bugs with getting system to go through initialization sanely. 2015-01-08 16:54:50 +01:00
objects Added base migrations 2015-01-09 10:15:32 +01:00
players Added base migrations 2015-01-09 10:15:32 +01:00
scripts Added base migrations 2015-01-09 10:15:32 +01:00
server Changed how the server updates the changed typeclasses. Rather than initializing the objects, this fix handles it by writing the new fields to the database directly (which is much faster to boot). This resolves #636, but there are still some cases where it might be dangerous to not replace a faulty typeclass with a default one, so might still need to add that. 2015-01-15 22:49:52 +01:00
tests Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
typeclasses Added base migrations 2015-01-09 10:15:32 +01:00
utils Made more verbose message when not finding a typeclass. 2015-01-15 21:49:05 +01:00
web Changed all src/ and ev references to evennia 2015-01-07 15:36:32 +01:00
__init__.py Added contrib to evennia.__init__ 2015-01-15 20:41:07 +01:00
settings_default.py Fixed web settings. 2015-01-16 08:36:46 -06:00
VERSION.txt PIP packaging with setup.py, and fixes for bugs revealed by this. 2015-01-15 06:20:19 -06:00