Age | Commit message (Collapse) | Author |
|
|
|
a41db1939cdff632d16aa3849e23b844c46bafef
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Nothing from that framework in specific is used, thus it's not required to
link against it.
|
|
|
|
|
|
|
|
The SoundManager filled the sound handles with zeroes, which made
the mixer confuse them with active sound handle zero. In my case,
this happened to be the intro music, and the music was stopped when
playWavSample() wrongly thought its sound handle was in use.
|
|
|
|
|
|
|