evennia/src/commands
2009-01-24 03:06:18 +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 Work on the comsys. @cwho is working now. 2009-01-22 03:19:40 +00:00
general.py I have imported and dumped the MUX2 help files into a fixture in game/docs/help_files.json. These are now loaded on the first game's run. As we update help files and dumpdata/commit them, game admins may use the new 'update_help' manage.py command to update their copy of help files. For example: python manage.py update_helpfiles. Those with a current checkout of the source may want to do this now. 2009-01-24 03:06:18 +00:00
info.py Things should be working again, minus the web stuff. 2008-12-15 04:35:00 +00:00
objmanip.py Fixed command failure if one of a list of targets does not exist 2009-01-23 17:54:39 +00:00
paging.py Paging with aliases should be good to go once more. 2009-01-15 15:38:07 +00:00
parents.py Moving script_parent to a field on the object model. This is critical enough to warrant it being there instead of in an attribute. Minor changes here and there. 2008-12-16 04:28:57 +00:00
privileged.py Fix channel history to yank the broadcasting of 'last', also added a "To be implemented" notice to @reload. 2009-01-15 04:18:23 +00:00
search.py Flag searching implemented. 2009-01-22 15:05:31 +00:00
unloggedin.py Previously, the global command table was being filled with entries from other tables due to some funky globalization of the ctable instance variable. Fixed that and yanked the conditionals on a few of the logged out commands that check for logged in status. 2009-01-12 18:01:35 +00:00