Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This is by no means complete, but it's a good start. It is based on an
earlier discussion on the subject, and it allows us to use the highest
two bits from the segment for offset addresses
|
|
This fixes the regressions caused by refactoring in SCI32. Thanks to
Timo Korvola for tracking down the issue and providing an initial
patch in bug #6452
|
|
Apparently, the original does the same. Fixes bug #6535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This situation was only caused by a buildbot issue, and the relevant
information has been added to the FAQ on the ScummVM web site.
|
|
|
|
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.
|
|
|