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
0ed692c19c
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
0ed692c19c
Fixed a bug that prevented objects inside the room designated as "default home" from escaping when deleting that room. Objects will now be dumped to a null location (and warnings be given) instead of being deleted with the room.
...
Also noticed that large parts of the server is not covered by i18n.
2011-11-05 21:19:57 +01:00
..
migrations
Database schema has changed. Run migrations if you use South. Started work on tidying up admin interface.
2011-09-14 22:34:10 +02:00
__init__.py
Trunk: Merged the Devel-branch (branches/griatch) into /trunk. This constitutes a major refactoring of Evennia. Development will now continue in trunk. See the wiki and the past posts to the mailing list for info. /Griatch
2010-08-29 18:46:58 +00:00
admin.py
Added inlines and fixed admin interface to not allow editing User once a Player is created.
2011-10-04 21:14:41 +02:00
manager.py
Fixes, cleanups and bugfixes in various systems.
2011-06-26 22:03:09 +00:00
models.py
Fixed a bug that prevented objects inside the room designated as "default home" from escaping when deleting that room. Objects will now be dumped to a null location (and warnings be given) instead of being deleted with the room.
2011-11-05 21:19:57 +01:00
objects.py
Fixed hook method descriptions.
2011-10-01 22:36:55 +02:00
tests.py
Cleaned up the test suite to pass all tests again. Cleaned up the build command's parse() method. Fixed some minor bugs.
2011-04-19 09:52:49 +00:00