Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also implement connected functions and add fundamental parts to
ShootEmUp::run() during the process.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes, for example, META+d also be ignored and not only CTRL+d etc.
|
|
checked.
hasFlags has the semantics to check whether *all* of the supplied flags are
active. Toon looks like it rather wants to know whether any modifier is
active and thus not use hasFlags.
|
|
|
|
|
|
|
|
It was unnecessary to paint the whole screen black, we can just draw the
first screen of Help immediately instead of that.
|
|
|
|
|
|
|
|
|
|
|