aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2014-01-27SCI: Fix breakage from f92df4c6Alyssa Milburn
2014-01-06SCI: Fix memory leakWillem Jan Palenstijn
2013-12-31SCI: Remove no longer necessary hackWillem Jan Palenstijn
2013-12-31SCI: Rewrite MIDI channel remappingWillem Jan Palenstijn
2013-11-23SCI: Make fade signal version check more preciseWillem Jan Palenstijn
2013-11-23SCI: Fix SCI1late fade complete signalWillem Jan Palenstijn
2013-09-22SCI: revert fix music start codeMartin Kiewitz
2013-09-22SCI: fix music start code fixes eq2 bug #3037267Martin Kiewitz
2013-09-21Merge branch 'master' into sci_midiparserWillem Jan Palenstijn
2013-09-21SCI: fix dataInc signalling fixes bug #3035159m-kiewitz
2013-09-21SCI: Handle !fireEvents in processEventWillem Jan Palenstijn
2013-09-21SCI: abbrev. ffs to FE and priority check fixm-kiewitz
2013-09-21SCI: sfx/music priority int16 fixes bug #3615038m-kiewitz
2013-09-21AUDIO: Simplify SCI inFastForward flag by moving it to MidiParserWillem Jan Palenstijn
2013-09-21SCI: Move MIDI event processing out of parseNextEventWillem Jan Palenstijn
2013-09-19SCI: Fix too strict assert triggering in LSL5Willem Jan Palenstijn
2013-09-16SCI: longbow intro night rider fix (with help of wjp) - seems to fix bug 3489094m-kiewitz
2013-09-15SCI: fix tabs in last commitm-kiewitz
2013-09-15SCI: disable signals when resuming music, so that debugger will work properly...m-kiewitz
2013-07-19SCI: Add FIXMEWillem Jan Palenstijn
2013-07-08SCI: Rewrite the song loop comments in commit 6fa668e to make more senseFilippos Karapetis
2013-07-08SCI: Add some comments a possible TODO regarding song loopingFilippos Karapetis
2013-07-07SCI: Fix bug #3614566 - "LSL6: ScummVM locks up at Electro-Shock room"Filippos Karapetis
2013-06-19SCI: Implement the 4-param version of kDoSoundSendMidi - bug #3614447Filippos Karapetis
2013-06-18SCI: Add note about LSL1vga DoSoundSendMidiWillem Jan Palenstijn
2013-05-01SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, 10...Filippos Karapetis
2013-04-28SCI: Change wording for a function referenceFilippos Karapetis
2013-04-27SCI: Change wording for bug/further info referencesFilippos Karapetis
2013-04-20SCI: Report sound stream loading errorsWillem Jan Palenstijn
2013-04-19SCI: Replace workaround for bug #3605269 by script patchWillem Jan Palenstijn
2013-04-17SCI: Fix confusing use of strncpyWillem Jan Palenstijn
2013-04-16SCI: Don't suppress loop delta in SCI1 midiWillem Jan Palenstijn
2013-04-16SCI: Don't suppress end-of-track delta in SCI0 midiWillem Jan Palenstijn
2013-04-07SCI: Add signal/fade related CHECKMEWillem Jan Palenstijn
2013-04-06SCI: Minor cleanupWillem Jan Palenstijn
2013-04-06SCI: Further clarify commentWillem Jan Palenstijn
2013-04-06SCI: Clarify commentWillem Jan Palenstijn
2013-04-06SCI: Revert "Fixed fading-related bugs #3267956 and #3041738"Willem Jan Palenstijn
2013-04-06SCI: Re-initialize more of MusicEntry on playWillem Jan Palenstijn
2013-04-06SCI: Notify scripts of completed fade when aborting itWillem Jan Palenstijn
2013-04-06SCI: Revert "Added a more specific workaround for bug #3267956.[...]"Willem Jan Palenstijn
2013-04-06SCI: Revert "Clarify comment from rev 5654e12 further"Willem Jan Palenstijn
2013-04-06SCI: Revert "Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze""Willem Jan Palenstijn
2013-04-06SCI: Revert "Properly fix bugs #3267956 and #3605377"Willem Jan Palenstijn
2013-04-06SCI: Revert "Add a hack to fix bug #3596335"Willem Jan Palenstijn
2013-04-05SCI: Revert "Add a more generic solution for the problem found in bug #3605269"Willem Jan Palenstijn
2013-04-04SCI: Add a hack to fix bug #3596335Filippos Karapetis
2013-04-04Properly fix bugs #3267956 and #3605377Filippos Karapetis
2013-04-02SCI: Add a more generic solution for the problem found in bug #3605269Filippos Karapetis
2013-04-01SCI: Set the song's sound queue signal to -1 when stopping a sound, like SSCI...Filippos Karapetis