Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fixes toilet noises.
|
|
Windows)
|
|
known to be missing in the original
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of choosing Windows as platform, users can now also simply
click this option for Gabriel Knight 1 + King's Quest 6
Defaults to high resolution graphics
|
|
|
|
|
|
|
|
check curInstrument pointer inside midiNoteOff
also improving readability a bit by cleanup
|
|
|
|
According to Apple IIgs emulator and recorded music on Apple IIgs,
it seems that stereo was reversed. Melody in games seems to be
playing on left channel and not on the right one.
|
|
|
|
fixes several crash possibilities
including uninitialized .chn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to lskovlun for his help
|
|
|
|
|
|
Added a TODO for rhis, for now
|
|
|
|
SCI32: kPalVary, kPalette fade support, kPalette findColor support, improvements to game time management
|
|
|
|
It seems that findColor is used only by kPalette, and matchColor is
used only by Remap.
|
|
do not check _priorityTop. Sierra never did it (I checked all sorts
of SCI versions, kq4 early, kq5, kq6, etc.) and checking it will
cause at least a priority issue in lsl2 in room 54 (airplane that
is taking off will be drawn using priority 1 instead of 0)
|
|
This means tick-based times are saved to save games, as in SCI32
engine, instead of seconds, which are not accurate enough. It
also means places in SCI engine that need to access game ticks
should do so through g_sci instead of g_system or g_engine.
|