Age | Commit message (Expand) | Author |
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-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-11 | SCI: changing signature for kDoSound(resume) it seems its called right after ... | Martin Kiewitz |
2010-07-10 | SCI: updated debug output from kDoSound | Martin Kiewitz |
2010-07-09 | SCI: fixing regression of r50414 - we set volume to standard levels inside in... | Martin Kiewitz |
2010-07-09 | SCI: move comments and change selector for sci0 sound in kDoSoundPause, also ... | Martin Kiewitz |
2010-07-09 | SCI: actually all sound-sci0 games used a completely different kDoSoundPause ... | Martin Kiewitz |
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ga... | Martin Kiewitz |
2010-07-09 | SCI: removing unneeded mutex locking inside sci0 update cues | Martin Kiewitz |
2010-07-09 | SCI: fixing regression of r50755 - fixing kDoSoundSendMidi | Martin Kiewitz |
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz |
2010-07-01 | SCI: Removed duplicate warning for missing audio samples | Filippos Karapetis |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-29 | SCI: Rewrap yet more comments | Max Horn |
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 | Cleanup, remove unused/obsolete code | Filippos Karapetis |
2010-06-27 | SCI: resetting curPos as well when mixing sound resources | Martin Kiewitz |