Strangerke
e8ffcdc09c
AVALANCHE: Janitorial - remove trailing spaces and tabs
2014-06-07 17:12:24 +02:00
Strangerke
531923241d
AVALANCHE: Add a safeguard to avoid trying to highlight a dummy (out of bound) line
2014-03-15 10:52:32 +01:00
uruk
ed392518f5
AVALANCHE: Fix parentheses in Help::handleMouse().
2014-03-04 20:50:25 +01:00
uruk
80e01378d3
AVALANCHE: Implement MainMenu::option().
...
Rework and implement a lot of connected functions.
2014-03-04 20:27:00 +01:00
uruk
e15dafb9e4
AVALANCHE: Rework use of Common::Rect.
...
Now the right and bottom coordinates of the rectangles aren't included in them.
2014-02-25 21:56:32 +01:00
uruk
37b147d950
AVALANCHE: Repair out of bound read in Help::handleMouse().
2014-02-20 14:41:56 +01:00
uruk
589c6ffed2
AVALANCHE: Reimplement the rectangle drawing methods.
2014-02-18 13:56:19 +01:00
Johannes Schickel
854de79c23
AVALANCHE: Make GPL headers consistent in themselves.
2014-02-18 02:39:32 +01:00
Strangerke
7c53ba31a4
AVALANCHE: Janitorial - Remove trailing spaces
2014-02-16 18:21:37 +01:00
uruk
f8cea0ebea
AVALANCHE: Really use KeyCodes instead of ASCII values in Help.
2014-02-15 15:17:27 +01:00
uruk
370e5969b5
AVALANCHE: Don't use cctype in Help anymore.
2014-02-14 05:09:34 +01:00
uruk
b46224ef3d
AVALANCHE: Get rid of continueHelp(), fix run().
...
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 05:01:12 +01:00
uruk
5dbe676011
AVALANCHE: Implement mouse control in Help.
2014-02-14 04:55:36 +01:00
uruk
c57e98ce8d
AVALANCHE: Simplify continueHelp(), move keyboard control to it's own function.
2014-02-14 03:18:11 +01:00
uruk
3d528b512f
AVALANCHE: Use keycodes instead of ASCII values in Help.
2014-02-14 02:43:49 +01:00
uruk
d734e8fc41
AVALANCHE: Implement keyboard control in Help.
2014-02-12 23:40:17 +01:00
Torbjörn Andersson
e5281bc0db
AVALANCHE: Made comments ASCII friendly
...
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 22:58:58 +01:00
Torbjörn Andersson
243bb0dea7
AVALANCHE: Silence GCC warnings
...
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 22:15:28 +01:00
uruk
cb2b1d5ca1
AVALANCHE: Rename/implement rest of getMe().
2014-02-12 21:39:38 +01:00
uruk
6ffbbc8ab2
AVALANCHE: Move/rename/implement Help::plotButton().
2014-02-11 23:10:16 +01:00
uruk
db2baa6f06
AVALANCHE: Partially implement Help::getMe().
...
The drawing of the buttons are still missing.
2014-02-11 22:34:27 +01:00
uruk
62ad697c9a
AVALANCHE: Implement Help::run().
2014-02-11 19:59:05 +01:00
uruk
d0c5911481
AVALANCHE: Repair comment formatting.
2014-02-09 15:35:20 +01:00
uruk
da4d459812
AVALANCHE: Add Help's skeleton.
2014-02-09 15:21:24 +01:00