aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/soundcmd.cpp
AgeCommit message (Expand)Author
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
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-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-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: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-01-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
2010-01-29Reverting incorrect rev. 47675. The actual problem was that SCI0 doesn't clea...Filippos Karapetis
2010-01-29WordingFilippos Karapetis
2010-01-29Don't modify the objects of sound slots that are already stopped, as the asso...Filippos Karapetis
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-27Fixed the demo version of Longbow - speech was not played at all with the new...Filippos Karapetis
2010-01-26Fixed loading of old saved gamesFilippos Karapetis
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Added song manipulation debug commands: songinfo, startsound, togglesound and...Filippos Karapetis
2010-01-21- Fixed pausing of all sounds in the playlistFilippos Karapetis
2010-01-19- Removed the resetDriver() hack. The reason why notes stopped being played s...Filippos Karapetis
2010-01-18SCI: dont set dataInc selector inside updateCues when dataInc is not availableMartin Kiewitz
2010-01-13SCI: DoSound: when setting volume return previous value, fixes KQ6CD intro.Walter van Niftrik
2010-01-12Fix some memory leaks caused by never deleting the objects inside SoundComman...Johannes Schickel
2010-01-12SCI: deleting _music in destructorMartin Kiewitz
2010-01-12SCI: Handle master volume inside music driversWalter van Niftrik
2010-01-11New music code: Implemented sound stopping after fading, and disabled MIDI so...Filippos Karapetis
2010-01-08SCI: fixing sq3 again (state selector wasnt updated anymore)Martin Kiewitz
2010-01-08SCI: updateCues() cleanupMartin Kiewitz
2010-01-07Premiliary adaption of SCI to use LoopingAudioStream. (This could really need...Johannes Schickel
2010-01-05Cleanup, fixed fading of digital sound effectsFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis