Age | Commit message (Expand) | Author |
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 |
2010-09-01 | SCI: set master volume correctly | Martin Kiewitz |
2010-08-18 | SCI: Only perform queuing of song signals for SCI0, where we handle the updat... | Filippos Karapetis |
2010-08-12 | SCI: queuing signal, if signal not passed to scripts | Martin Kiewitz |
2010-08-03 | SCI: not error()ing out on no free channels | Martin Kiewitz |
2010-07-20 | SCI: fix regression of r50463 | Martin Kiewitz |
2010-07-14 | SCI: adding sound version 2.1, to properly add sci2.1 signature for kDoSound(... | Martin Kiewitz |
2010-07-13 | SCI: erroring out on unsupported soundversion in midiparser | Martin Kiewitz |
2010-06-28 | SCI: removing ignoring of channel volume change code from r50463, the lsl5 is... | Martin Kiewitz |
2010-06-28 | SCI: its lsl5 sound resource 294, not 274 (changed comment only) | Martin Kiewitz |
2010-06-28 | SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt... | Martin Kiewitz |
2010-06-28 | SCI: remove clipping of volume inside SciMidiParser::setvolume | Martin Kiewitz |
2010-06-28 | SCI: set volume all the time, fixes volume being 0 after fading in sci0 | Martin Kiewitz |
2010-06-28 | SCI: changed the way setVolume works for sci0 back to the way it was from r50... | Martin Kiewitz |
2010-06-28 | SCI: reordering and cleanup, removing debug code from sci0 mix-code | Martin Kiewitz |
2010-06-28 | SCI: implementing real setVolume() support, fixing some fading in sci1 games ... | Martin Kiewitz |
2010-06-28 | SCI: regression from implementing channel remapping and r50405 - center pitch... | Martin Kiewitz |
2010-06-28 | SCI: fix regression of r50405 - sq1vga right at the beginning - scripts are p... | Martin Kiewitz |
2010-06-27 | SCI: tell midiparser that he lost ownership of channels in case we take them ... | Martin Kiewitz |
2010-06-27 | SCI: resetting curPos as well when mixing sound resources | Martin Kiewitz |
2010-06-27 | SCI: filter out set signal commands from midi streams, if they happen at tick... | Martin Kiewitz |
2010-06-26 | SCI: fix warning | Martin Kiewitz |
2010-06-26 | SCI: do boundary checking when loading sci1 sounds and mixing them together. ... | Martin Kiewitz |