This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-19 22:36:31 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
98d0eb7869
evennia
/
src
/
typeclasses
History
Download ZIP
Download TAR.GZ
Griatch
98d0eb7869
Added __delitem__ support to PackedDict/List, allowing for things like in-place "del obj.db.dict[key]".
2012-11-08 19:16:21 +01: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
Made sure the cmd-classes for 'home' and '@home' were differently named, which messed up their appearance in ev. Resolves Issue 285.
2012-10-14 16:03:02 +02:00
models.py
Added __delitem__ support to PackedDict/List, allowing for things like in-place "del obj.db.dict[key]".
2012-11-08 19:16:21 +01:00
typeclass.py
Some optimizations, cleanup and a few bugfixes. Just changing a spurious property retrieval in the typeclass removed an extra, pointless database query.
2012-09-18 01:03:35 +02:00