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
5b5328e6ca
evennia
/
game
History
Download ZIP
Download TAR.GZ
Griatch
83fa9397d5
Added a plugin system for server and portal. This allows for plugging in your own services without having to edit any modules in src/server/. Also made some various cleanups and fixes.
2012-09-18 22:52:33 +02:00
..
gamesrc
Added a plugin system for server and portal. This allows for plugging in your own services without having to edit any modules in src/server/. Also made some various cleanups and fixes.
2012-09-18 22:52:33 +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 a plugin system for server and portal. This allows for plugging in your own services without having to edit any modules in src/server/. Also made some various cleanups and fixes.
2012-09-18 22:52:33 +02:00
runner.py
Some minor fixes and cleanups in runner.py.
2012-07-07 01:52:53 +02:00