Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The initBackend() function is called later after the command line is
parsed and thus debug() prints can be used, which are much less noisy.
|
|
|
|
Also implement connected functions and add fundamental parts to
ShootEmUp::run() during the process.
|
|
|
|
This moves the static library handling for USE_FREETYPE2 outside a block which
is not executed for the iPhone backend.
|
|
|
|
|
|
ANDROID: Fix a race condition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
This will help avoid bug reports like #6510 - "SDL: Audio delay
in daily builds" in future.
|
|
|
|
|
|
It was unnecessary to paint the whole screen black, we can just draw the
first screen of Help immediately instead of that.
|
|
|
|
|