Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
proper named methods
|
|
|
|
|
|
|
|
Players no longer appear in the upper-left corner of the screen and play can actually hault now (ie. the ball can go out of play). The players/ball do not move from their positions yet, but it's a start.
|
|
|
|
|
|
This fixes bug #3292333 - "HOYLE4: Hearts bug"
|
|
This fixes bug #3292332, along with other related issues
|
|
|
|
|
|
|
|
|
|
Floppy Demo #2
|
|
|
|
AUDIO: Cleanup MS IMA handling
|
|
|
|
|
|
|
|
|
|
remaining gfx glitches
|
|
|
|
|
|
|
|
Instead of crashing if the save game isn't writable, popup a
gui message and then skip
|
|
|
|
- Split The Last Express' ADPCM to the engine. Using the MS IMA routine was really a hack.
- Fixed stereo MS IMA ADPCM, the old routine was completely wrong.
|
|
#3291959.
|
|
|
|
|
|
several bugs.
It's now possible to complete scene group 5 despite a couple of glitches in scene 4000 and 4045
|
|
This happens for example if the drascula.dat file is not found.
|
|
|
|
|
|
|
|
|
|
Bug #3291725: "TOON: Crash on the title screen"
|
|
|
|
|
|
|
|
apply same solution as for the sound/smush ARM asm here
|
|
gas from the iphone failchain doesn't know about .equ, and .set is
synonymous with .equ - which it supports
|
|
|
|
|
|
Since displayMessages usualy vsnprintf internally it is not quite safe to pass
any string to it, since it might include a format argument like %n, which is
unsafe.
|
|
|