evennia/apps
2007-07-17 14:39:10 +00:00
..
config Moving the game port selection to settings.py for simplicity and security. 2007-05-27 22:06:12 +00:00
genperms Big commit. We now have a respectable command table with built in permission checking. I've commented this pretty well, so see cmdtable.py and cmdhandler.py for more details. There is also some assorted cleanup and an unrelated fix or two resulting from the new Twisted back-end. Note that for the permissions, you will eventually be able to override the codebase's permissions via the web interface for each command. 2007-05-22 15:11:56 +00:00
helpsys Possible MySQL fix. 2007-05-27 20:45:40 +00:00
news Some more work towards having a working news module. This isn't anywhere near ready yet! 2007-06-12 03:37:22 +00:00
objects Move the presentation part of the 'look' command out to the new scripting system. You can now make different scripted objects appear vastly different by overriding basicobject's return_appearance (or any of its submethods). Also fixed word wrapping, and we are now wrapping descriptions to 78 characters by default. We'll see how gracefully it handles this, and we might eventually apply it to all output. 2007-07-17 14:39:10 +00:00
website The default front webpage now has some good examples on how to add in custom functionality. You'll obviously want to customize this for your game, but it'll be a good start. 2007-06-12 02:35:37 +00:00
__init__.py Re-organization. 2007-04-03 13:42:51 +00:00