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-24 16:56:32 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8799a0fd55
evennia
/
game
History
Download ZIP
Download TAR.GZ
Griatch
8799a0fd55
Added example of how to handle event errors gracefully without them taking down the server with with unhandled exceptions (this should be handled somewhere above exception too, but it's hard to tell when to do it since twisted is raising them). /Starkiel
2009-04-30 08:23:54 +00:00
..
docs
Forgot to update the @cpattr help file with a minor syntax fix.
2009-01-24 20:48:57 +00:00
gamesrc
Added example of how to handle event errors gracefully without them taking down the server with with unhandled exceptions (this should be handled somewhere above exception too, but it's hard to tell when to do it since twisted is raising them). /Starkiel
2009-04-30 08:23:54 +00:00
web
Ah heck, why not one more?
2009-01-30 06:45:18 +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
As of Twisted 8.2, win32api is required for Windows. Try to import win32api before evennia.py hits Twisted and causes an un-friendly looking exception. If win32api isn't found, show an error message with the download URL.
2009-01-24 02:56:53 +00:00
manage.py
This may actually knock out our settings problem for good.
2009-01-15 15:03:18 +00:00