aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2010-07-18SCI: change to r50995 - better stop fading when stop is calledMartin Kiewitz
2010-07-18SCI: if game starts fading, stops music and later starts music again don't re...Martin Kiewitz
2010-07-18SCI: adding obj in kDoSound debug outputMartin Kiewitz
2010-07-17Remove extra ";" in class declarations.Johannes Schickel
2010-07-16SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs t...Martin Kiewitz
2010-07-14SCI: adding sound version 2.1, to properly add sci2.1 signature for kDoSound(...Martin Kiewitz
2010-07-13SCI: erroring out on unsupported soundversion in midiparserMartin Kiewitz
2010-07-11SCI: changing signature for kDoSound(resume) it seems its called right after ...Martin Kiewitz
2010-07-10SCI: updated debug output from kDoSoundMartin Kiewitz
2010-07-09SCI: fixing regression of r50414 - we set volume to standard levels inside in...Martin Kiewitz
2010-07-09SCI: move comments and change selector for sci0 sound in kDoSoundPause, also ...Martin Kiewitz
2010-07-09SCI: actually all sound-sci0 games used a completely different kDoSoundPause ...Martin Kiewitz
2010-07-09SCI: added currently commented-out pauseSound implementation for some sci0 ga...Martin Kiewitz
2010-07-09SCI: removing unneeded mutex locking inside sci0 update cuesMartin Kiewitz
2010-07-09SCI: fixing regression of r50755 - fixing kDoSoundSendMidiMartin Kiewitz
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-01SCI: Removed duplicate warning for missing audio samplesFilippos Karapetis
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-29SCI: Rewrap yet more commentsMax Horn
2010-06-28SCI: removing ignoring of channel volume change code from r50463, the lsl5 is...Martin Kiewitz
2010-06-28SCI: its lsl5 sound resource 294, not 274 (changed comment only)Martin Kiewitz
2010-06-28SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt...Martin Kiewitz
2010-06-28SCI: remove clipping of volume inside SciMidiParser::setvolumeMartin Kiewitz
2010-06-28SCI: set volume all the time, fixes volume being 0 after fading in sci0Martin Kiewitz
2010-06-28SCI: changed the way setVolume works for sci0 back to the way it was from r50...Martin Kiewitz
2010-06-28SCI: reordering and cleanup, removing debug code from sci0 mix-codeMartin Kiewitz
2010-06-28SCI: implementing real setVolume() support, fixing some fading in sci1 games ...Martin Kiewitz
2010-06-28SCI: regression from implementing channel remapping and r50405 - center pitch...Martin Kiewitz
2010-06-28SCI: fix regression of r50405 - sq1vga right at the beginning - scripts are p...Martin Kiewitz
2010-06-27SCI: tell midiparser that he lost ownership of channels in case we take them ...Martin Kiewitz
2010-06-27Cleanup, remove unused/obsolete codeFilippos Karapetis
2010-06-27SCI: resetting curPos as well when mixing sound resourcesMartin Kiewitz
2010-06-27SCI: filter out set signal commands from midi streams, if they happen at tick...Martin Kiewitz
2010-06-26SCI: fix warningMartin Kiewitz
2010-06-26SCI: do boundary checking when loading sci1 sounds and mixing them together. ...Martin Kiewitz
2010-06-26SCI: reverting r50315 - had the deadlock just again...Martin Kiewitz
2010-06-26SCI: fixing deadlock possiblity on samples (sq3 deadlocked on door opening/wh...Martin Kiewitz
2010-06-26SCI: set _driver to 0 in MidiParser_SCI destructor to stop the MidiParser des...Martin Kiewitz
2010-06-26SCI: removing fixme (issue got already solved)Martin Kiewitz
2010-06-26SCI: dont call midiparser->stop() if paused sound gets stoppedMartin Kiewitz
2010-06-25SCI: set MDT_PREFER_GM instead od MDT_PREFER_MT32Florian Kagerer
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-25SCI: only send new volume to currently mapped channels, fixes assert in sq1 b...Martin Kiewitz
2010-06-24Changed a warning which seems like regular SCI behavior into a debugCFilippos Karapetis
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-22SCI: removing unneeded capacity uint from r50143Martin Kiewitz
2010-06-22Add support for the QFG3 demo audio map and audio resources. Based on a patch...Matthew Hoops
2010-06-22SCI: change midi queue to Common::Array and make it resize itself if needed i...Martin Kiewitz
2010-06-21SCI: fades already send out commands directlyMartin Kiewitz
2010-06-21SCI: instead of queueing inside midiparser, we are queueing now globally in S...Martin Kiewitz