Age | Commit message (Expand) | Author |
2010-11-25 | SCI: implemented reverb handling and related functionality | Filippos Karapetis |
2010-09-01 | SCI: set master volume correctly | Martin Kiewitz |
2010-06-28 | SCI: implementing real setVolume() support, fixing some fading in sci1 games ... | Martin Kiewitz |
2010-06-27 | SCI: tell midiparser that he lost ownership of channels in case we take them ... | Martin Kiewitz |
2010-06-21 | SCI: instead of queueing inside midiparser, we are queueing now globally in S... | 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 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-18 | SCI: implementing fading for sci1 only for used channels of the object, fixes... | Martin Kiewitz |
2010-06-17 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with... | 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-11 | - Added a new debug command, verify_midi, which can be used to check all the ... | Filippos Karapetis |
2010-06-04 | Some more work on channel remapping: Moved the remapping code to the music lo... | Filippos Karapetis |
2010-06-03 | - Made some methods const | Johannes Schickel |
2010-06-03 | Added channel remapping to MidiParser_SCI (currently unused) | Filippos Karapetis |
2010-01-22 | - The reverb value is now obtained from the music driver | Filippos Karapetis |
2010-01-21 | SCI: fixing iceman intro again (dont set datainc immediately but after delta) | Martin Kiewitz |
2010-01-15 | When unloading a song, only reset the channels that it actually used, not all... | Filippos Karapetis |
2010-01-13 | Documented MidiParser_SCI, mentioning that it's an extension to the MidiParse... | Filippos Karapetis |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-05 | Cleanup, fixed fading of digital sound effects | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |