Age | Commit message (Expand) | Author |
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 |
2010-06-26 | SCI: set _driver to 0 in MidiParser_SCI destructor to stop the MidiParser des... | Martin Kiewitz |
2010-06-26 | SCI: removing fixme (issue got already solved) | Martin Kiewitz |
2010-06-25 | SCI: only send new volume to currently mapped channels, fixes assert in sq1 b... | Martin Kiewitz |
2010-06-21 | SCI: instead of queueing inside midiparser, we are queueing now globally in S... | Martin Kiewitz |
2010-06-21 | SCI: added fixme about r50110/r50073 | Martin Kiewitz |
2010-06-21 | SCI: fix regression of r50073, allNotesOff() now directly sends to driver aga... | Martin Kiewitz |
2010-06-20 | SCI: storing all manual midi commands now and actually sending them to driver... | Martin Kiewitz |
2010-06-19 | SCI: fixing last uninitialized variable issue in MidiParser_SCI (hopefully) | Martin Kiewitz |
2010-06-19 | SCI: fixing another uninitialized variable usage issue - also limiting reset ... | Martin Kiewitz |
2010-06-19 | SCI: stopping scripts from sending to unused channels manually (fixes sq1vga) | Martin Kiewitz |
2010-06-19 | SCI: reverting r50058 - we can't actually send to the channels at that time, ... | Martin Kiewitz |
2010-06-19 | SCI: move setVolume down inside loadMusic so that it actually affects the use... | Martin Kiewitz |
2010-06-19 | SCI: fixing uninitialized usage in MidiParser_SCI | Martin Kiewitz |
2010-06-18 | SCI: implementing fading for sci1 only for used channels of the object, fixes... | Martin Kiewitz |
2010-06-18 | Added information regarding a FIXME | Filippos Karapetis |
2010-06-18 | Changed an assert into a warning with a FIXME (happens in SQ1) | Filippos Karapetis |
2010-06-17 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with... | Martin Kiewitz |
2010-06-17 | SCI: fixes regressions of r49905 (thx to digitall) - first we now find out wh... | Martin Kiewitz |
2010-06-17 | Fix another valgrind warning, thanks to digitall for spotting. | Matthew Hoops |
2010-06-16 | SCI: fix debug command "show_instruments", got broken by r49905 on purpose | Martin Kiewitz |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-14 | SCI: Added a version of allNotesOff() which sends messages only to the channe... | Filippos Karapetis |
2010-06-12 | Added debug output to kDoAudio and some music commands. Also added a warning ... | Filippos Karapetis |
2010-06-11 | - Added a new debug command, verify_midi, which can be used to check all the ... | Filippos Karapetis |
2010-06-10 | SCI: adding current delta to tick position when getting the setsignalloop com... | Martin Kiewitz |
2010-06-04 | Some more work on channel remapping: Moved the remapping code to the music lo... | Filippos Karapetis |
2010-06-03 | Added channel remapping to MidiParser_SCI (currently unused) | Filippos Karapetis |
2010-01-29 | Don't cripple setVolume(), but throw a warning when receiving invalid volumes... | Filippos Karapetis |