scummvm/engines/sci/sound
2010-06-27 21:12:38 +00:00
..
drivers Patch #1956501: "GUI/LAUNCHER: Midi device selection" 2010-06-21 21:36:36 +00:00
iterator Patch #1956501: "GUI/LAUNCHER: Midi device selection" 2010-06-21 21:36:36 +00:00
audio.cpp Add support for the QFG3 demo audio map and audio resources. Based on a patch by Walter. 2010-06-22 15:18:55 +00:00
audio.h kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake the pre-loading with a flag that will return 0 if the song has been called with kSciAudioWPlay. Fixes the dream sequence sound in MUMG. 2010-06-10 20:26:59 +00:00
midiparser_sci.cpp SCI: resetting curPos as well when mixing sound resources 2010-06-27 21:12:38 +00:00
midiparser_sci.h SCI: instead of queueing inside midiparser, we are queueing now globally in SciMusic, also some little cleanup 2010-06-21 22:07:03 +00:00
music.cpp SCI: dont call midiparser->stop() if paused sound gets stopped 2010-06-26 10:47:38 +00:00
music.h SCI: reverting r50315 - had the deadlock just again... 2010-06-26 11:48:42 +00:00
soundcmd.cpp Changed a warning which seems like regular SCI behavior into a debugC 2010-06-24 13:44:27 +00:00
soundcmd.h SCI: set signal in SCI0/SCI01 games, when samples have been played only. fixes sq3 guys from andromeda, but also doesn't screw up music in sq3new/kq1 - added comments about this issue 2010-05-03 17:54:47 +00:00