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
91874f5339
evennia
/
evennia
/
objects
History
Download ZIP
Download TAR.GZ
Trent Robbins
91874f5339
Removed reference to target after target.at_desc. This allows the target to delete itself in response to being looked at without throwing an error.
2016-10-02 13:40:28 +02:00
..
migrations
Adding migrations for django1.8.
2015-04-04 00:08:51 +02:00
__init__.py
Made Evennia run with Django 1.9
2016-02-18 10:12:42 +01:00
admin.py
Have every class inherit from object.
2015-11-09 10:11:34 +01:00
manager.py
Remove setting.SEARCH_MULTIMATCH_SEPARATOR, replacing it with SEARCH_MULTIMATCH_REGEX and SEARCH_MULTIMATCH_TEMPLATE. This allows simple yet powerful control over the error output without needing to overload the parser.
2016-09-11 10:39:47 +02:00
models.py
Made the move_to error report a little more verbose.
Resolves
#964
.
2016-05-22 20:49:45 +02:00
objects.py
Removed reference to target after target.at_desc. This allows the target to delete itself in response to being looked at without throwing an error.
2016-10-02 13:40:28 +02:00