Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The vanilla android toolchain even is unhappy when unknown folders are
present in the resources directory, so have moved the ouya specific
resources out to another directory.
|
|
|
|
The aapt throws an "invalid resource directory name" if the
resource directory name is not known to the tools. Unfortunately,
"values-television" is an OUYA specific addition and thus breaks
with the standard vanilla Android toolchain.
|
|
|
|
Basic OUYA support
|
|
SCUMM: Fix unused variable warnings
|
|
Regression from 14cb1f09c0bc2cace830eaa793227f195acb06bc.
This fixes font border drawing.
|
|
|
|
|
|
|
|
opcode is unhandled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Although I did not consult with disassembly, judging from the game
logic _unkEndSeqVar4 is used for switching certain Malcolm frames,
and it is apparent that this should happen only under condition,
not always.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes expose events with the opengl backend.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|