Python MUD/MUX/MUSH/MU* development system http://www.evennia.com
Find a file
Greg Taylor aabce6e7e3 This is a rather big update, encompassing quite a few areas that will lead to what I hope will be a very easy to modify yet flexible codebase. New stuff includes:
* A simple command parser that supports MUX/MUSH-style switches.
* Global command alias support. Aliases can be edited via web interface or SQL.
* A new SQL-based configuration system that can be edited directly or via a Django web interface.
* The listen port is now configurable via aforementioned config system instead of hard-wired as it was previously. Yick :)
2006-11-26 23:11:11 +00:00
evennia/trunk This is a rather big update, encompassing quite a few areas that will lead to what I hope will be a very easy to modify yet flexible codebase. New stuff includes: 2006-11-26 23:11:11 +00:00