Age | Commit message (Collapse) | Author |
|
It's also used as a base offset for TOT strings.
This fixes a crash in the Amiga version of Bargon Attack.
|
|
Draw::_vgaSmallPalette was supposed to be a 16-color VGA
palette / EGA palette, but we've been using the first 16
entries of Draw::_vgaPalette for that for ages now.
The only parts where we didn't were codepaths never
actually taken in the gob games, so for the sake of
clarity (and fixing Coverity issues), this commit removes
those as well.
Fixes Coverity issues 1192648 and 1192649.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can't use the first three characters of the ABI as "mips" is four
characters. Better than this is a separate variable anyway.
|
|
|
|
|
|
|
|
|
|
out-of-bounds read, change the type of a variable to boolean
|
|
|
|
|
|
|
|
|
|
bound) line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LURE: Use the mouse pointer for menus on the Wii
|
|
The host targets for Android ARM builds are changed to "android-arm"
and "android-arm-v7a", from "android" and "android-v7a", and two new
targets are added of "android-mips" for MIPS and "android-x86" for
x86.
The older "android" and "android-v7a" targets are still supported,
but are deprecated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|