aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/help.cpp
AgeCommit message (Collapse)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 ↵Strangerke
bound) line
2014-03-04AVALANCHE: Fix parentheses in Help::handleMouse().uruk
2014-03-04AVALANCHE: Implement MainMenu::option().uruk
Rework and implement a lot of connected functions.
2014-02-25AVALANCHE: Rework use of Common::Rect.uruk
Now the right and bottom coordinates of the rectangles aren't included in them.
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
It was unnecessary to paint the whole screen black, we can just draw the first screen of Help immediately instead of that.
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
The comments I introduced earlier (previusly case labels) have been changed to avoid non-ASCII characters. The descriptions were taken from an ISO 8859-1 manual page.
2014-02-12AVALANCHE: Silence GCC warningsTorbjörn Andersson
Mainly, GCC complained about case labels having a value less than the minimum value for the type. Probably because character literals may be signed or unsigned, while _trigger is always unsigned.
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
The drawing of the buttons are still missing.
2014-02-11AVALANCHE: Implement Help::run().uruk
2014-02-09AVALANCHE: Repair comment formatting.uruk
2014-02-09AVALANCHE: Add Help's skeleton.uruk