aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/music.cpp
AgeCommit message (Expand)Author
2009-12-26SCI/newmusic: Removed mutex from onTimer, fixes freeze in sci1 gamesMartin Kiewitz
2009-12-26Some more work on the new music codeFilippos Karapetis
2009-12-25SCI/newmusic: added filter support for kq4early and adlibMartin Kiewitz
2009-12-25- Introduced a new version in the sound version detection routine, as SCI0 ea...Filippos Karapetis
2009-12-25Added mutexes in music functionsFilippos Karapetis
2009-12-25Adjusted volume clippingFilippos Karapetis
2009-12-25Limit volume range to 0 - 255Filippos Karapetis
2009-12-25Fixed variable capitalizationFilippos Karapetis
2009-12-25SCI/newmusic: _signalSet, _signalToSet init, debug output added for signalsMartin Kiewitz
2009-12-25SCI/newmusic: Filter was processing one byte too muchMartin Kiewitz
2009-12-24SCI/newmusic: Set signal after waiting for delta and not immediately (fixes i...Martin Kiewitz
2009-12-24SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel fi...Martin Kiewitz
2009-12-24Silence some gcc warnings.Matthew Hoops
2009-12-24SCI: new music code / signals now almost correctly triggeredMartin Kiewitz
2009-12-24Obtain channel mask from music drivers. Also, added a warning in cmdReverb() ...Filippos Karapetis
2009-12-24SCI: channels are now filtered for sci0 (fixes garbled music)Martin Kiewitz
2009-12-23SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enumFilippos Karapetis
2009-12-23SCI: new music code / variable-names changed to make it more verboseMartin Kiewitz
2009-12-23SCI/new music code: Do not cache the signal selector, as it needs to be alway...Filippos Karapetis
2009-12-22Disabled some currently unused codeFilippos Karapetis
2009-12-22SCI/new music code:Filippos Karapetis
2009-12-22Silenced some warnings to protect DrMcCoy from incoming BorgFilippos Karapetis
2009-12-22Started implementing SCI1.1 digital sound effect playing in the new music codeFilippos Karapetis
2009-12-22The detectMusicDriver() function returns MD_-something, not MDT_-something.Torbjörn Andersson
2009-12-22Fixed looping sounds in the new sound codeFilippos Karapetis
2009-12-22Some bugfixes to the new music codeFilippos Karapetis
2009-12-21Some updates to the new music codeFilippos Karapetis
2009-12-20Directly modify the sound objects, instead of modifying a local copy. Remove ...Filippos Karapetis
2009-12-19Silence some gcc 3.4.5 warnings.Matthew Hoops
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-11-15- Started importing the music code from Greg's SCI engineFilippos Karapetis