evennia/src
2012-02-22 21:39:27 +01:00
..
commands Added ' as an alias for the "say" command, common in many muds. 2012-02-22 21:39:27 +01:00
comms OBS- need to run migrations! Refactored attributes to use a slightly different internal storage format for faster access. Also set up caching of all attribute data, so subsequent reads of an attribute will not hit the database anymore, and writes will re-cache. 2012-02-14 23:40:16 +01:00
help Worked with admin interface, cleaning up and adding functionality. There are still some strange behaviour that makes e.g. the presence of inlines to auto-create empty database objects for some strange reason. Inlines are turned off at the moment (so there is no convenient way to add attributes from the admin interface at this time). Creating players now work, but one needs to create all three components (User, Player, Character) in one go and tie them together. The User-admin form was changed to also support multi-word usernames (django default didn't allow spaces). 2011-10-02 22:37:07 +02:00
locks Some cleanup in the lockhandler. 2012-02-22 14:46:07 +01:00
objects Added some more error catching to the attr migrations. 2012-02-22 11:40:52 +01:00
players Added some more error catching to the attr migrations. 2012-02-22 11:40:52 +01:00
scripts Added some more error catching to the attr migrations. 2012-02-22 11:40:52 +01:00
server Fixed a webclient issue that caused urls to loose their following whitespace. 2012-02-20 23:25:22 +01:00
typeclasses Made fixes to the migrations. 2012-02-15 14:27:26 +01:00
utils Fixed critical typo in instructions for dummyrunner. 2012-02-22 15:15:32 +01:00
web Merging fixes from clone jeremywosborne-evennia-patch. Closes merge request issue 211. Thanks! 2012-02-21 08:27:30 +01:00
__init__.py Committin a 'working' checkpoint before I break more stuff. 2008-06-15 19:06:31 +00:00
settings_default.py Added RSS feed support to Evennia. This uses the @rss2chan command to tie a feed to an in-game channel. Updates to the feed will henceforth be echoed to the channel. The reader requires the python-feedreader package to be installed. 2012-01-28 20:12:59 +01:00