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-17 05:16:31 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8e8d85a4fe
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
0077408d02
Some doc cleanup.
2014-11-02 10:42:29 +01: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
Some doc cleanup.
2014-11-02 10:42:29 +01:00
objects.py
Some doc cleanup.
2014-11-02 10:42:29 +01:00