This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-18 22:06:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e094a4d173
evennia
/
game
History
Download ZIP
Download TAR.GZ
Griatch
7ebcefae2e
Adjusted the threaded webserver initialization to properly fit into the daemonization process when starting Evennia in threaded mode. Should behave the same way as interactive mode now. Resolves issue 125.
2011-02-23 21:08:02 +00:00
..
gamesrc
Fixed some hooks to match wiki docs.
2011-02-14 18:31:16 +00: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
Adjusted the threaded webserver initialization to properly fit into the daemonization process when starting Evennia in threaded mode. Should behave the same way as interactive mode now. Resolves issue 125.
2011-02-23 21:08:02 +00:00
manage.py
Fixing the test runner. Unit test fixes pending.
2010-11-22 15:33:28 +00:00
migrate.py
Removed the admin media files from the distribution again. Instead the server will now create the necessary symlink (Linux) or copy (Windows) of the default files in django/contrib/admin/media at initial startup. Currently only tested under Linux. If you don't want to re-run the initialization, copy/link the admin directory to ADMIN_MEDIA_PREFIX yourself. This deals with issue 124.
2011-02-20 22:07:35 +00:00