aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-01-01 06:41:52 +0000
committerFilippos Karapetis2010-01-01 06:41:52 +0000
commitafc4bc12959ffa9ac5a611f2f7de4da598b80857 (patch)
treed4aa1b2063a939f0c366937d15251adff9f32c10 /engines/sci/sci.h
parentac7c92c67f3916ef0e5ad09835f161f65a7c3b8b (diff)
downloadscummvm-rg350-afc4bc12959ffa9ac5a611f2f7de4da598b80857.tar.gz
scummvm-rg350-afc4bc12959ffa9ac5a611f2f7de4da598b80857.tar.bz2
scummvm-rg350-afc4bc12959ffa9ac5a611f2f7de4da598b80857.zip
SCI/new music code:
- Resolved a deadlock with the mixer, and added appropriate mutexes (a result of the fact that SCI mixes MIDI and digital audio in the same list) - Fixed sound playing when loading games, by properly resetting the MIDI driver - Reverted savegame version to 14 - the changes in versions 15 and 16 don't have any effect on the currently enabled old music code, and the new music code is disabled by default, and is still prone to changes - Now saving/loading signal, loop and hold for each sound, as well as reverb - Added stub code for setting reverb and channel hold - The signal, loop and hold values of each song are cached, like in SSCI and like what happens in Greg's SCI implementation. This allows a clear separation of the engine code from the rest of the engine. Reverted commits 46792 and 46797 - Removed duplicate song list accessing code - Song cues are now updated in kAnimate for SCI0, like the old music code does, to compensate for the fact that SCI0 didn't poll for music changes via cmdUpdateCues, like what SCI01 and newer do - Cleanup svn-id: r46812
Diffstat (limited to 'engines/sci/sci.h')
0 files changed, 0 insertions, 0 deletions