Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-25 | AVALANCHE: Rework use of Common::Rect. | uruk | |
Now the right and bottom coordinates of the rectangles aren't included in them. | |||
2014-02-20 | AVALANCHE: Repair out of bound read in Help::handleMouse(). | uruk | |
2014-02-18 | AVALANCHE: Reimplement the rectangle drawing methods. | uruk | |
2014-02-18 | AVALANCHE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-16 | AVALANCHE: Janitorial - Remove trailing spaces | Strangerke | |
2014-02-15 | AVALANCHE: Really use KeyCodes instead of ASCII values in Help. | uruk | |
2014-02-14 | AVALANCHE: Don't use cctype in Help anymore. | uruk | |
2014-02-14 | AVALANCHE: 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-14 | AVALANCHE: Implement mouse control in Help. | uruk | |
2014-02-14 | AVALANCHE: Simplify continueHelp(), move keyboard control to it's own function. | uruk | |
2014-02-14 | AVALANCHE: Use keycodes instead of ASCII values in Help. | uruk | |
2014-02-12 | AVALANCHE: Implement keyboard control in Help. | uruk | |
2014-02-12 | AVALANCHE: Made comments ASCII friendly | Torbjö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-12 | AVALANCHE: Silence GCC warnings | Torbjö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-12 | AVALANCHE: Rename/implement rest of getMe(). | uruk | |
2014-02-11 | AVALANCHE: Move/rename/implement Help::plotButton(). | uruk | |
2014-02-11 | AVALANCHE: Partially implement Help::getMe(). | uruk | |
The drawing of the buttons are still missing. | |||
2014-02-11 | AVALANCHE: Implement Help::run(). | uruk | |
2014-02-09 | AVALANCHE: Repair comment formatting. | uruk | |
2014-02-09 | AVALANCHE: Add Help's skeleton. | uruk | |