Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Also rename connected function geidaProcs() to follow() and update it's comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is actually the version from Bundle in a Box
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCUMM: Avoid potential issues casting invalid values to enum
|
|
A compiler could in principle decide that a ResType enum can
never equal 0xFF or 0xFFFF, and thus incorrectly optimize
the ScummEngine::saveOrLoad code. So check the value
*before* casting it.
|
|
|
|
ALL: Resolve multiple clang warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes compilation for platforms where libmad isn't present
|
|
This is used in the fanmade games "LockerGnome Quest Redux" and
"Betrayed Alliance"
|
|
|
|
|
|
|