evennia/evennia
2015-01-18 12:44:08 +01:00
..
commands Also added the look command to the cmdset. Now THIS resolves #643. 2015-01-18 12:44:08 +01:00
comms Fixed how Msgs identify senders, using __dbclass__ rather than the old system using path-lookups. Resolves #639. 2015-01-17 23:42:40 +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 Added readme also to root game_template dir 2015-01-17 00:21:00 +01: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 candidates as a keyword to DefaultObject.search(). Resolves #644. 2015-01-18 10:25:53 +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 Changed how tags are looked up during their creation, makes for a much faster implementation. 2015-01-18 11:30:49 +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