aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/soundcmd.cpp
AgeCommit message (Expand)Author
2010-09-06SCI: extending comment for prev. commitMartin Kiewitz
2010-09-06SCI: dont play audio on kDoSound in hoyle4Martin Kiewitz
2010-09-06SCI: fix regression of r52569Martin Kiewitz
2010-09-02SCI: Show a warning window regarding GM in some games.Filippos Karapetis
2010-09-01SCI: set master volume correctlyMartin Kiewitz
2010-08-18SCI: Changed a warning into a debugCFilippos Karapetis
2010-08-04SCI: Turned a warning into a debugCFilippos Karapetis
2010-08-04SCI: fix fadeout on workaroundsMartin Kiewitz
2010-08-02SCI: Silenced some sound related warnings. Added an empty function for kDoSou...Filippos Karapetis
2010-08-01SCI: kDoSound(mute) behaviour changeMartin Kiewitz
2010-07-29SCI: Added back debug output to sound commandsFilippos Karapetis
2010-07-22SCI: Cleanup leftovers from the FreeSCI sound codeFilippos Karapetis
2010-07-20SCI: renaming kDoSound(resume) to resumeAfterRestoreMartin Kiewitz
2010-07-19SCI: disabling kDoSound(StopAll)Martin Kiewitz
2010-07-19SCI: update sample ticker when pausedMartin Kiewitz
2010-07-19SCI: change kDoSound(updateCues) for samplesMartin 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-16SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs t...Martin 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: 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-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-29SCI: Rewrap yet more commentsMax Horn
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-18Added several unimplemented kDisplay subops, as well as a new sound command, ...Filippos Karapetis
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-17SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with...Martin Kiewitz
2010-06-17SCI: decreasing channel given to us on cmdSendMidi by one, so mute command no...Martin Kiewitz
2010-06-15Cleanup of the savegame code:Filippos Karapetis
2010-06-12Added debug output to kDoAudio and some music commands. Also added a warning ...Filippos Karapetis
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-06-08SCI: if song isn't playing, set signal and don't set fadeout/fadein variables...Martin Kiewitz
2010-05-30CleanupFilippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-28SCI: read out vol selector on initSound/playSound for sci1early (soundversion...Martin Kiewitz
2010-05-27SCI: fixing resuming samples - fixes hang when ship is flying away happening ...Martin Kiewitz
2010-05-23SCI: reenabling "stopAllSounds" code disabled in r49101 - isn't called anymor...Martin Kiewitz
2010-05-23SCI: fix regression of r49156 - if multiple songs are stored for resume-play,...Martin Kiewitz
2010-05-19SCI: sound code now queues up music in sci0, wip-code: not reacting on priori...Martin Kiewitz
2010-05-19SCI: updated comment on kDoSound(12)Martin Kiewitz
2010-05-19SCI: removed cmdStopAllSounds(), can't be right - added FIXME - fixes iceman ...Martin Kiewitz
2010-05-19SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priorityMartin Kiewitz
2010-05-18SCI: set signal on fadeOut and also set signal when fade is requested but sou...Martin Kiewitz