Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As suggested by LordHoto.
|
|
|
|
This also fixes bug #3361925 - "SCI: HOYLE4: Crash in bridge"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replace magic values by constant
|
|
some renaming
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We want the address right after the last element of _fadePaletteMap.
There was probably no actual damage done since _paletteMap[] would
likely be right after in memory, and that's zeroed as well. But it
was still wrong.
|
|
I also reworked a bit how detection work so that both the original
and the improved German translations can be played.
|
|
|
|
|
|
|
|
|
|
|
|
This can be found in the KQ collection
|
|
|
|
For now, no RLE, or anything, but the infrastructure for it
is put in place here.
|
|
|
|
Also detect images with only binary alpha.
|
|
Otherwise there may be both a book video and a flyby video playing
at the same time. Maybe it should only stop videos if there really
is a flyby video, but it already stops all sounds and may play a
blocking sound etc., so it makes sense to me to always do it.
|