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
0fb078c5ab
evennia
/
evennia
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
626e076d97
Merge pull request
#2849
from CloudKeeper/patch-2
...
Add 'search' lock for obj.search() and obj.get_visible_contents()
2022-09-11 11:25:03 +02:00
..
migrations
Run migrations. Update contrib paths stored in db
2022-01-07 18:11:51 +01:00
__init__.py
Made Evennia run with Django 1.9
2016-02-18 10:12:42 +01:00
manager.py
ObjectDB.objects.get_objs_with_key_or_alias() now uses icontains instead of istartswith for inexact searches against db_key to match behavior with alias.
2022-07-25 15:22:26 -04:00
models.py
Make ContentsHandler retain insert order
2022-02-07 22:50:40 +01:00
objects.py
Merge pull request
#2849
from CloudKeeper/patch-2
2022-09-11 11:25:03 +02:00
tests.py
unit tests for customized attributeproperty getter/setter
2022-07-11 02:16:25 -07:00