evennia/game/gamesrc
2011-11-06 21:32:00 +01:00
..
commands Added an error_check_python_modules function to evennia.py. This basically imports a host of critical modules and quits with tracebacks if there are problems. This catches pure python-syntax errors (i.e. cases where the source-file itself is malformed), something which is hard to properly handle in the running server (where there's also an issue as to how to best report it). Best they fail out already at an early stage. 2011-11-06 21:32:00 +01:00
objects Contrib: Added a new, alternative login system, using menus. Also edited the ways unlogged commands are started by the engine, by using a standardized system command name (it does not need to be "look" anymore). 2011-11-06 18:53:10 +01:00
scripts Removed persistence from test script bodyfunctions. 2011-10-01 13:23:23 +02:00
world Fixed some bugs, added an example connection screen for the menu-login system. 2011-11-06 19:16:34 +01:00
__init__.py Things should be working again, minus the web stuff. 2008-12-15 04:35:00 +00:00