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-16 21:06:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7a9e738156
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
348ff0b5f4
Added auto-conversion of typeclass to dbobj in ObjectDB.contents_get()
2014-09-30 12:31:44 +02:00
..
migrations
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
2014-09-17 10:49:42 +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
Changed to Django1.7. Django 1.6 no longer supported. To change, upgrade django to 1.7+ and then run manage.py migrate, possibly followed by manage.py migrate --fake for objects and players.
2014-09-17 10:49:42 +02:00
manager.py
Fixed nasty lookup bug when querying for multi-word fuzzy matches using mysql.
Resolves
#527
.
2014-09-15 22:26:25 +02:00
models.py
Added auto-conversion of typeclass to dbobj in ObjectDB.contents_get()
2014-09-30 12:31:44 +02:00
objects.py
Some cleanup and updates of the object.py file.
2014-09-24 15:45:46 +02:00