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
8720df5b49
evennia
/
src
History
Download ZIP
Download TAR.GZ
Griatch
8720df5b49
Merge.
2013-04-15 00:12:00 +02:00
..
commands
Fixed a traceback in CmdExamine.
2013-04-14 22:57:23 +02:00
comms
Updated all Player-level commands to properly relay messages using self.msg rather than caller.msg (the former will properly relay to the right sessid without needing any extra arguments).
2013-04-12 14:27:36 +02:00
help
A couple more straggling lock fields. Should be all of them now. I hope.
2013-02-03 10:01:07 -06:00
locks
Made superuser able to have a separate "superuser character" in order to be able to have also test-characters without privileges.
2013-03-11 22:01:52 +01:00
objects
Made Attribute value queries also work with database objects by overloading the Attribute manager methods in question. Added procpool support for the new serializer functions and cleaned up some things.
2013-04-14 16:36:44 +02:00
players
Updated a data migration to properly set Attribute _last_puppet. This allows players in MULTISESSION_MODE=0,1 to auto-puppet from the start.
2013-04-14 23:19:27 +02:00
scripts
Added the last migrations needed to fully convert the Attribute system. Cleaned up the @ooclook command a bit as well as tidied up the who command a bit.
2013-04-14 13:35:25 +02:00
server
A first test using PickledObjectField and a rewritten dbserialize module to store Attributes. No migrations set up yet.
2013-04-13 15:15:02 +02:00
typeclasses
Made Attribute value queries also work with database objects by overloading the Attribute manager methods in question. Added procpool support for the new serializer functions and cleaned up some things.
2013-04-14 16:36:44 +02:00
utils
Merge.
2013-04-15 00:12:00 +02:00
web
Added compatibility with Django 1.5. New minimum version is 1.4.
2013-03-23 14:20:41 -05:00
__init__.py
Added cache-resyncing to ProcPool. This makes sure to update all affected object caches
2012-09-03 01:11:14 +02:00
settings_default.py
Merge.
2013-04-15 00:12:00 +02:00