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
8f914196f4
evennia
/
src
/
typeclasses
History
Download ZIP
Download TAR.GZ
Griatch
8f914196f4
Removed caching of Attribute values, since this caused problems when storing and deleting database objects. There is an overhead from unpickling every call; hopefully not too bad (and if it is, one needs to use strvalue storage instead).
2013-11-12 19:32:24 +01:00
..
migrations
Fixed a migration issue with PostGreSQL.
2013-09-26 09:01:27 +02:00
__init__.py
Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch
2010-08-29 18:46:58 +00:00
managers.py
Turned comms into typeclassed objects.
2013-09-28 22:23:30 -05:00
models.py
Removed caching of Attribute values, since this caused problems when storing and deleting database objects. There is an overhead from unpickling every call; hopefully not too bad (and if it is, one needs to use strvalue storage instead).
2013-11-12 19:32:24 +01:00
typeclass.py
Fixed errors in attributehandler that affected nicks. Test suite not validating yet.
2013-09-22 22:34:22 +02:00