Age | Commit message (Collapse) | Author |
|
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.
|
|
I also renamed several objects and functions.
|
|
|
|
restarting game
|
|
This was intended to be used to simultaneously support the cheat mode dialog with all the inventory items. But that is going to need to be implemented as a completely separate dialog.
|