Age | Commit message (Collapse) | Author |
|
#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.
|
|
|
|
|
|
|
|
Minor correction to use integer value, rather than boolean.
|
|
This fixes bug #3289799.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scene changes
|
|
|
|
|
|
|
|
That unlocks the infamous "Alcohol? Cool, get my daughter!" scene :P
|
|
|
|
|
|
|
|
introduction has played
|
|
|
|
SceneManager::_sceneNumber
|
|
Note that this undoes the recent compilation fix for GCC, since it didn't work. For now, used an explicit void ** conversion as previously suggested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://github.com/scummvm/scummvm/pull/12 for more information.
|