Age | Commit message (Expand) | Author |
2017-10-04 | SCI: Set default MT-32 reverb before each sound | Ruud Klaver |
2017-06-18 | SCI: Switch SCI2 games to use Audio32 | Colin Snover |
2017-04-23 | SCI32: Fix missing break statement | Colin Snover |
2017-04-16 | SCI: Improve MidiParser_SCI robustness against bad sound resources | Colin Snover |
2017-03-30 | SCI32: Hack around MIDI parser causing stuck harp animation in KQ7 | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2015-02-15 | SCI: Add more audio debugging output | Willem Jan Palenstijn |
2015-02-15 | SCI: Fix version check for MIDI controller 4E | Willem Jan Palenstijn |
2015-02-15 | SCI: Allow channel remapping from audio thread too | Willem Jan Palenstijn |
2015-02-15 | SCI: Add debugging output | Willem Jan Palenstijn |
2015-02-14 | SCI: Initialize voice counts in SCI1+ | Willem Jan Palenstijn |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-27 | SCI: Fix breakage from f92df4c6 | Alyssa Milburn |
2013-12-31 | SCI: Rewrite MIDI channel remapping | Willem Jan Palenstijn |
2013-09-22 | SCI: revert fix music start code | Martin Kiewitz |
2013-09-22 | SCI: fix music start code fixes eq2 bug #3037267 | Martin Kiewitz |
2013-09-21 | Merge branch 'master' into sci_midiparser | Willem Jan Palenstijn |
2013-09-21 | SCI: fix dataInc signalling fixes bug #3035159 | m-kiewitz |
2013-09-21 | SCI: Handle !fireEvents in processEvent | Willem Jan Palenstijn |
2013-09-21 | AUDIO: Simplify SCI inFastForward flag by moving it to MidiParser | Willem Jan Palenstijn |
2013-09-21 | SCI: Move MIDI event processing out of parseNextEvent | Willem Jan Palenstijn |
2013-09-19 | SCI: Fix too strict assert triggering in LSL5 | Willem Jan Palenstijn |
2013-09-16 | SCI: longbow intro night rider fix (with help of wjp) - seems to fix bug 3489094 | m-kiewitz |
2013-09-15 | SCI: fix tabs in last commit | m-kiewitz |
2013-09-15 | SCI: disable signals when resuming music, so that debugger will work properly... | m-kiewitz |
2013-07-19 | SCI: Add FIXME | Willem Jan Palenstijn |
2013-07-08 | SCI: Rewrite the song loop comments in commit 6fa668e to make more sense | Filippos Karapetis |
2013-07-08 | SCI: Add some comments a possible TODO regarding song looping | Filippos Karapetis |
2013-07-07 | SCI: Fix bug #3614566 - "LSL6: ScummVM locks up at Electro-Shock room" | Filippos Karapetis |
2013-04-16 | SCI: Don't suppress loop delta in SCI1 midi | Willem Jan Palenstijn |
2013-04-16 | SCI: Don't suppress end-of-track delta in SCI0 midi | Willem Jan Palenstijn |
2013-04-05 | SCI: Revert "Add a more generic solution for the problem found in bug #3605269" | Willem Jan Palenstijn |
2013-04-02 | SCI: Add a more generic solution for the problem found in bug #3605269 | Filippos Karapetis |
2012-09-07 | JANITORIAL: Remove underscores from MidiParser variable names. | Alyssa Milburn |
2011-11-20 | SCI: Reset parameters for all channels used by a song when it starts | Filippos Karapetis |
2011-08-28 | SCI: Fixed bug #3297883 - "SCI: LB1 (Amiga) - Intro stuck" | Filippos Karapetis |
2011-08-26 | SCI: Fixed bug #3311911 - "SCI: QFG3: Intro music abruptly stops" | Filippos Karapetis |
2011-05-12 | SCI: Added a warning for SCI0 games like in bug #3297881 | md5 |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-11-27 | SCI: Removed bogus warning | Filippos Karapetis |
2010-11-27 | SCI: Fix for bug #3119713 - "PQ2: song-specific reverb changes are ignored" (... | Filippos Karapetis |
2010-11-26 | SCI: Pull reverb default directly from control channel. | Walter van Niftrik |
2010-11-26 | Fixed bug with r54485 | Filippos Karapetis |
2010-11-26 | SCI: set the reverb setting of the current song when a relevant event is fire... | Filippos Karapetis |
2010-11-25 | SCI: Global reverb can't be 127. Some cleanup | Filippos Karapetis |
2010-11-25 | SCI: implemented reverb handling and related functionality | Filippos Karapetis |
2010-11-24 | SCI: Some renaming and added several TODOs concerning reverb | Filippos Karapetis |
2010-11-24 | SCI: Moved handling of special reverb value 127 outside of the MIDI driver | Filippos Karapetis |
2010-11-23 | SCI: Also send a sustain off on a notes off event (patch from bug #3116608) | Filippos Karapetis |