evennia/src/objects
2014-08-04 17:09:16 +02:00
..
migrations Run migrations! First version of MULTISESSION_MODE=3. @ic/@ooc not working yet. 2014-08-04 15:32:48 +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 Tested all multisession modes against unittests. Seems to work. 2014-08-04 17:09:16 +02:00
objects.py Changed default puppet lock to puppet:pperm(Immortals) by default. Resolves #521. 2014-06-28 18:48:54 +02:00