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
a1d818f8aa
evennia
/
src
/
objects
History
Download ZIP
Download TAR.GZ
Griatch
a1d818f8aa
First test with moving Attributes to m2m field. Not working yet.
2013-07-08 18:13:21 +02:00
..
migrations
Merged the dev branch (many-chars-per-player) and made some more error checking in the migrations.
2013-05-12 22:13:05 +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
Webserver move to Server is finished and everything seems to work normally.
2013-05-24 21:10:31 +02:00
manager.py
Fixed a bug with the who command.
2013-05-23 21:38:01 +02:00
models.py
First test with moving Attributes to m2m field. Not working yet.
2013-07-08 18:13:21 +02:00
objects.py
Implemented unittests for all default commands in a new and much faster way.
2013-05-12 19:53:19 +02:00
tests.py
Cleaning some unnecessary whitespace, overall cleanup of various source codes.
2012-03-30 23:47:22 +02:00