aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
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
2010-02-17SCI: Rename some members of class ResourceMax Horn
2010-02-15SCI: Remove sound/audio.h include from engine/state.hMax Horn
2010-02-13SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabledMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-06Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games def...Matthew Hoops
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-02-03Fixed the hang with the new music code after the copy protection in Island of...Filippos Karapetis
2010-02-02Use MIDI by default for SCI32. Fixes the GK2 demo.Matthew Hoops
2010-02-02SCI: Abort when sound driver fails to open.Walter van Niftrik