aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2010-06-15Cleanup of the savegame code:Filippos Karapetis
2010-06-14SCI: Added a version of allNotesOff() which sends messages only to the channe...Filippos Karapetis
2010-06-12Added debug output to kDoAudio and some music commands. Also added a warning ...Filippos Karapetis
2010-06-11- Added a new debug command, verify_midi, which can be used to check all the ...Filippos Karapetis
2010-06-10SCI: adding current delta to tick position when getting the setsignalloop com...Martin Kiewitz
2010-06-10kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake ...Matthew Hoops
2010-06-10Add support for AIFF sound in SCI32 Mac games and add support for AIFF/WAVE a...Matthew Hoops
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-06-09SCI: fix multiple playing of the same sound in a row (without using looping) ...Martin Kiewitz
2010-06-08SCI: if song isn't playing, set signal and don't set fadeout/fadein variables...Martin Kiewitz
2010-06-04Some more work on channel remapping: Moved the remapping code to the music lo...Filippos Karapetis
2010-06-03Replace two uses of ::qsort by Common::sort.Johannes Schickel
2010-06-03- Made some methods constJohannes Schickel
2010-06-03A first attempt at channel remapping (currently disabled)Filippos Karapetis
2010-06-03Added channel remapping to MidiParser_SCI (currently unused)Filippos Karapetis
2010-05-31SCI: Silenced warning when no audio decoder is compiled inFilippos Karapetis
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: disabling music fading again, but only for sci32 - drivers seem to have ...Martin Kiewitz
2010-05-27SCI: enabling fading again, issues in pharkas and gk1demo are actually "norma...Martin Kiewitz
2010-05-27SCI: fixing resuming samples - fixes hang when ship is flying away happening ...Martin Kiewitz
2010-05-25SCI: dont lock mutex in pauseAll(), isn't needed anyway - fixes deadlock in sq4Martin Kiewitz
2010-05-24SCI: only remove isQueued status for sound sci0Martin Kiewitz
2010-05-24SCI: remove isQueued status when sound gets stopped - fixes iceman resuming m...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-23SCI: use priority when queuing up music in sound sci0 -> fixes lsl3 jingle is...Martin Kiewitz
2010-05-20SCI: fix regression of r49109 - only queue up midi soundsMartin 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
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-11SCI: remove unneeded _mutex lock to fix deadlock issueMartin Kiewitz
2010-05-10SCI: set signal to SIGNAL_OFFSET, when a music slot is played that doesn't co...Martin Kiewitz
2010-05-03SCI: set signal in SCI0/SCI01 games, when samples have been played only. fixe...Martin Kiewitz
2010-05-03SCI: reverting r48805 - caused regression in sq3new/kq1Martin Kiewitz
2010-05-03SCI: copying over compressed audio (mp3/ogg/flac) buffers, because resourcema...Martin Kiewitz
2010-05-03SCI: calculate sampleLen for WAVEs as wellMartin Kiewitz
2010-05-03SCI: calculate sampleLen for compressed audio (mp3/ogg/flac) as wellMartin Kiewitz
2010-05-01SCI: fix bugs in audio decompression (mp3, ogg, flac)Martin Kiewitz
2010-04-29SCI: audio compression supportMartin Kiewitz
2010-04-26SCI: changing comment slightly about setting signal selector in stopSound for...Martin Kiewitz
2010-04-26SCI: also set signal selector when stopping sounds for SCI0 as well - fixes s...Martin Kiewitz
2010-04-17Fixing some warnings (with gcc 3.3.6)Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-16SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301)Martin Kiewitz
2010-02-17SCI: Reduce header interdependenciesMax Horn