aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/help.cpp
AgeCommit message (Expand)Author
2014-06-07AVALANCHE: Janitorial - remove trailing spaces and tabsStrangerke
2014-03-15AVALANCHE: Add a safeguard to avoid trying to highlight a dummy (out of bound...Strangerke
2014-03-04AVALANCHE: Fix parentheses in Help::handleMouse().uruk
2014-03-04AVALANCHE: Implement MainMenu::option().uruk
2014-02-25AVALANCHE: Rework use of Common::Rect.uruk
2014-02-20AVALANCHE: Repair out of bound read in Help::handleMouse().uruk
2014-02-18AVALANCHE: Reimplement the rectangle drawing methods.uruk
2014-02-18AVALANCHE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-16AVALANCHE: Janitorial - Remove trailing spacesStrangerke
2014-02-15AVALANCHE: Really use KeyCodes instead of ASCII values in Help.uruk
2014-02-14AVALANCHE: Don't use cctype in Help anymore.uruk
2014-02-14AVALANCHE: Get rid of continueHelp(), fix run().uruk
2014-02-14AVALANCHE: Implement mouse control in Help.uruk
2014-02-14AVALANCHE: Simplify continueHelp(), move keyboard control to it's own function.uruk
2014-02-14AVALANCHE: Use keycodes instead of ASCII values in Help.uruk
2014-02-12AVALANCHE: Implement keyboard control in Help.uruk
2014-02-12AVALANCHE: Made comments ASCII friendlyTorbjörn Andersson
2014-02-12AVALANCHE: Silence GCC warningsTorbjörn Andersson
2014-02-12AVALANCHE: Rename/implement rest of getMe().uruk
2014-02-11AVALANCHE: Move/rename/implement Help::plotButton().uruk
2014-02-11AVALANCHE: Partially implement Help::getMe().uruk
2014-02-11AVALANCHE: Implement Help::run().uruk
2014-02-09AVALANCHE: Repair comment formatting.uruk
2014-02-09AVALANCHE: Add Help's skeleton.uruk