aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/music.cpp
AgeCommit message (Expand)Author
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