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-04-02 22:17:17 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3014909feb
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
e6950aadf2
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
2014-07-06 13:10:03 +02:00
..
migrations
Merge from Kelketek's clone. Added fixes to migrations of Tags. Issues with ContentTypes meaning that this revision is not possible to start.
2013-10-17 23:44:52 +02:00
__init__.py
Changed the way ExitCommands work by adding at_traverse() as a new hook to do the actual moving. This should allow for more flexibility in overloading new Exit typeclasses without having to re-implement the Exit Cmdset functionality more than necessary. By default the same error hooks are called wether the failure is due to a lock or some other error, this is (now) easy to modify as needed.
2012-10-14 13:11:13 +02:00
admin.py
Admin interface greatly improved. Support for editing Attributes added.
2014-06-28 16:30:01 -05:00
manager.py
Updating to make unittests work
2014-05-11 19:41:37 +02:00
models.py
Changed how lazy-loading of handlers work, using a werkzeug recipe. Much more efficient now.
2014-07-06 13:10:03 +02:00
objects.py
Changed default puppet lock to puppet:pperm(Immortals) by default.
Resolves
#521
.
2014-06-28 18:48:54 +02:00