Age | Commit message (Expand) | Author |
2010-09-09 | SCI: Add getLastChannel() function to MidiPlayer class | Walter van Niftrik |
2010-09-08 | SCI: dont remap to channel 9 (fix real mt32) | Martin Kiewitz |
2010-09-06 | SCI: extending comment for prev. commit | Martin Kiewitz |
2010-09-06 | SCI: dont play audio on kDoSound in hoyle4 | Martin Kiewitz |
2010-09-06 | SCI: fix regression of r52569 | Martin Kiewitz |
2010-09-06 | SCI: AdLib: process patch change commands when playswitch is off. | Walter van Niftrik |
2010-09-05 | SCI: ignore kDoSound volume changes on samples | Martin Kiewitz |
2010-09-05 | SCI: sierra sci ignores vol for kDoSound samples | Martin Kiewitz |
2010-09-03 | SCI: Added a warning when using GM with SCI1 games | Filippos Karapetis |
2010-09-03 | SCI: Rewrote the game name IDs of the Mt32MemoryTimbreMaps array to be like t... | Filippos Karapetis |
2010-09-02 | SCI: Show a warning window regarding GM in some games. | Filippos Karapetis |
2010-09-01 | SCI: set master volume correctly | Martin Kiewitz |
2010-08-31 | SCI: renaming fb01-enable to "native_fb01" | Martin Kiewitz |
2010-08-31 | SCI: forgot one rename of "enable_fb01" | Martin Kiewitz |
2010-08-19 | SCI: Added checking for the existence of a GM track, to determine if device I... | Filippos Karapetis |
2010-08-18 | SCI: Only perform queuing of song signals for SCI0, where we handle the updat... | Filippos Karapetis |
2010-08-18 | SCI MIDI: adding some asserts as well as proper initialization for _velocityMap | Filippos Karapetis |
2010-08-18 | SCI: Changed a warning into a debugC | Filippos Karapetis |
2010-08-16 | Merge trunk, from r51777 to r52105 | Alejandro Marzini |
2010-08-12 | SCI: queuing signal, if signal not passed to scripts | Martin Kiewitz |
2010-08-11 | SCI: not pausing kDoSound samples anymore | Martin Kiewitz |
2010-08-06 | Merged from trunk, from r51495 to r51775 | Alejandro Marzini |
2010-08-04 | SCI: Turned a warning into a debugC | Filippos Karapetis |
2010-08-04 | SCI: fix fadeout on workarounds | Martin Kiewitz |
2010-08-03 | SCI: not error()ing out on no free channels | Martin Kiewitz |
2010-08-02 | SCI: Silenced some sound related warnings. Added an empty function for kDoSou... | Filippos Karapetis |
2010-08-01 | SCI: kDoSound(mute) behaviour change | Martin Kiewitz |
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini |
2010-07-29 | SCI: midi hold behaviour fixed | Martin Kiewitz |
2010-07-29 | SCI: Added back debug output to sound commands | Filippos Karapetis |
2010-07-27 | SCI: Fix PCjr sound | Matthew Hoops |
2010-07-26 | SOUND: Move the Mac snd decoder from SCI to /sound | Matthew Hoops |
2010-07-22 | SCI: Cleanup leftovers from the FreeSCI sound code | Filippos Karapetis |
2010-07-20 | SCI: fix regression of r50463 | Martin Kiewitz |
2010-07-20 | SCI: renaming kDoSound(resume) to resumeAfterRestore | Martin Kiewitz |
2010-07-19 | SCI: disabling kDoSound(StopAll) | Martin Kiewitz |
2010-07-19 | SCI: update sample ticker when paused | Martin Kiewitz |
2010-07-19 | SCI: change kDoSound(updateCues) for samples | Martin Kiewitz |
2010-07-18 | SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose. | Matthew Hoops |
2010-07-18 | SCI: Oops, silence gcc warning. | Matthew Hoops |
2010-07-18 | SCI: Add initial support for SCI0 Mac and SCI1 Amiga/Mac sound. | Matthew Hoops |
2010-07-18 | SCI: change to r50995 - better stop fading when stop is called | Martin Kiewitz |
2010-07-18 | SCI: if game starts fading, stops music and later starts music again don't re... | Martin Kiewitz |
2010-07-18 | SCI: adding obj in kDoSound debug output | Martin Kiewitz |
2010-07-17 | Remove extra ";" in class declarations. | Johannes Schickel |
2010-07-16 | SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs t... | 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-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-07-11 | SCI: changing signature for kDoSound(resume) it seems its called right after ... | Martin Kiewitz |