evennia/game
Griatch bc34a76173 Changed default login from email+password to the more familiar username+password.
The old system has been moved to contrib/mux-login.py.
This change was done due to the need for an email seems counterintuitive to
many new developers, giving the impression that it is actually required by
django (it is not, rather it was supposedly similar to MUX).
2012-08-13 20:25:46 +02:00
..
gamesrc Changed default login from email+password to the more familiar username+password. 2012-08-13 20:25:46 +02:00
logs Putting the game/logs directory under version control since it seems some users don't auto-create this at server-start. 2012-07-06 10:09:53 +02:00
__init__.py More re-arranging to make things more closely resemble MUX/MUSH directory structure. Reason we're doing this is to begin the emergence of a separation of server code from game-specific stuff (called a driver by some codebases like LPMud). 2008-12-15 03:37:30 +00:00
evennia.py Removed 'with' statement; it's available in Python2.5, but one needs to use the future import to do that, so easiest to remove it. Resolves issue 230. 2012-05-04 10:03:41 +02:00
manage.py Added small warning for using the django test server (which of course knows nothing 2012-08-02 15:21:23 +02:00
runner.py Some minor fixes and cleanups in runner.py. 2012-07-07 01:52:53 +02:00