Revision: 116
Author:
ty...@tysdomain.comDate: Tue Sep 20 11:37:53 2011
Log: Fixed an error in Menu; sometimes the attach variable was not
initialized to false.
Made the removal of a help entry check the SeeAlso list on other help
entries to see if it was part of them and remove itself from there too.
This is a kind of a lengthy process since it checks every file, but keeping
a pointer/name of every file that the entry was referenced by seemed a bit
costly, since removals shouldn't be that often.
Started work on the help OLC, accessed by hedit. You can add and remove
topics, the next commit should be the actual editing of the help entry.
http://code.google.com/p/aspenmud/source/detail?r=116
Modified:
/trunk/src/help/HelpEntry.h
/trunk/src/help/HelpTable.cpp
/trunk/src/help/help.cpp
/trunk/src/help/help.h
/trunk/src/menu.cpp
/trunk/src/menu.h