evennia/src/commands
2009-08-28 01:33:15 +00:00
..
__init__.py Even more death and destruction. A lot more stuff moved to src/. A lot more bugs probably introduced. 2008-06-15 19:38:39 +00:00
comsys.py Some code cleanup and clarification in comments. 2009-08-28 01:33:15 +00:00
general.py Re-arrange line breaks for the examine command to match MUX/MUSH. 2009-06-04 02:14:15 +00:00
imc2.py Some code cleanup and clarification in comments. 2009-08-28 01:33:15 +00:00
info.py Adjust some function names in the script parents to be at_ instead of a_. Also re-designed the scheduling system to be a lot more pythonic and easy to use. Utilizes classes to represent events. Much easier to plug in events from within the game directory now as well. 2009-04-06 16:19:07 +00:00
objmanip.py * Updated and expanded the State system; the API changed a bit. You now have to first *create* the state using 2009-08-16 01:18:58 +00:00
paging.py Fix page to use the new return value from get_attribute_value. 2009-04-20 22:29:54 +00:00
parents.py - Made many small bugfixes to the @parent and @create functions as well as their underlying methods. 2009-04-25 20:51:12 +00:00
privileged.py We now have the ability via @service to list, start, and stop Twisted services. In this case, this just lets us start/stop IMC2 right now. As people write more services to plug in in the future, this may expand. 2009-04-28 23:49:49 +00:00
search.py Revamp how commands are loaded. This will now allow for easy addition of custom commands and over-riding existing Evennia-supplied commands. 2009-01-27 15:21:15 +00:00
unloggedin.py Revamp how commands are loaded. This will now allow for easy addition of custom commands and over-riding existing Evennia-supplied commands. 2009-01-27 15:21:15 +00:00