evennia/game/gamesrc/conf/examples
2013-01-04 10:35:29 +01:00
..
__init__.py Removed the conf/ modules, putting them into conf/examples instead, in line with other API changes. The gamesrc/ folder is now completely empty and all new modules have to be added explicitly. 2012-03-25 19:52:51 +02:00
at_initial_setup.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
at_server_startstop.py Added new start/stop hooks to server. These are read differently depending on if the server is reloaded or reset/shutdown. OBS: If you have already implemented your own version of AT_STARTSTOP_MODULE, you need to add stubs for new hooks. You can find the required hooks in gamesrc/conf/examples/at_startstop.py. 2012-10-28 22:02:22 +01:00
connection_screens.py Changed default login from email+password to the more familiar username+password. 2012-08-13 20:25:46 +02:00
lockfuncs.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
mssp.py More whitespace cleanup. 2012-03-30 23:57:04 +02:00
oobfuncs.py Some further work on the OOBhandler mechanism. 2013-01-04 10:35:29 +01:00
portal_services_plugin.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
server_services_plugin.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