This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9660dd6656
evennia
/
src
History
Download ZIP
Download TAR.GZ
Griatch
9660dd6656
Added caching to some more object properties.
2012-02-26 12:43:16 +01:00
..
commands
Added caching for aliases.
2012-02-25 23:56:31 +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 caching to some more object properties.
2012-02-26 12:43:16 +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
Added aggressive caching for common typeclassed variables.
2012-02-25 23:37:50 +01:00
typeclasses
Added caching to some more object properties.
2012-02-26 12:43:16 +01:00
utils
Fixed a bug with the updating of the caching.
2012-02-26 01:10:20 +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