evennia/src/objects
2011-03-19 22:17:00 +00: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
admin.py Fixed some bugs in the access system. Changed the "owner" default permission to "control" instead to more general. Added a new hook for setting locks for objects (the suspicion was that this would give lots of grief to newbies otherwise, now we have a lockdown policy in the absence of lock definitions). 2011-03-17 21:43:18 +00:00
exithandler.py OBS: You'll need to resync/rebuild your database! 2011-03-15 16:08:32 +00:00
manager.py Resolves issue 133. Added the location keyword to the ObjectDB.search() method for easier customizable object searches. 2011-02-27 22:55:42 +00:00
models.py OBS: You'll need to resync/rebuild your database! 2011-03-15 16:08:32 +00:00
object_search_funcs.py OBS: You'll need to resync/rebuild your database! 2011-03-15 16:08:32 +00:00
objects.py Added a check for multiple connected sessions to avoid moving disconnected object more than once. Resolves issue 145. 2011-03-19 22:17:00 +00:00
tests.py OBS: You'll need to resync/rebuild your database! 2011-03-15 16:08:32 +00:00