aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
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
2010-02-02SCI: Fix bug in keyshift handling in midi driver.Walter van Niftrik
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-30SCI: Do not prefer MIDI drivers, as MT-32 to GM mapping is still lacking.Walter van Niftrik
2010-01-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
2010-01-29Don't cripple setVolume(), but throw a warning when receiving invalid volumes...Filippos Karapetis
2010-01-29Disabled the MIDI volume changing code till we figure out why it's getting vo...Filippos Karapetis
2010-01-29Reverting incorrect rev. 47675. The actual problem was that SCI0 doesn't clea...Filippos Karapetis
2010-01-29Always prefer MIDI drivers over the other onesFilippos 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-29SCI: Fix out-of-bounds error in MT-32 patch reading in GM mode.Walter van Niftrik
2010-01-28Always try and load the associated digital track if the requested MIDI track ...Filippos Karapetis
2010-01-27Fixed the demo version of Longbow - speech was not played at all with the new...Filippos Karapetis
2010-01-27The two unknown fields point to the beginning and end of the sound sampleFilippos Karapetis
2010-01-27SCI2.1 and onwards uses the 'new' DPCM8 which differs only by order. This fix...Matthew Hoops
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-26Fixed loading of old saved gamesFilippos Karapetis
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-26Removed the unnecessary fadeVolume variableFilippos Karapetis
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-25Change some comments to use "AdLib" instead of "adlib".Johannes Schickel
2010-01-25Replace some more Adlib uses by AdLib.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Amiga SCI1 games had signed sound data. Fixes PQ3 AmigaFilippos Karapetis
2010-01-23Added song manipulation debug commands: songinfo, startsound, togglesound and...Filippos Karapetis
2010-01-22Reset the value of _resetOnPause when a song is loaded/unloadedFilippos Karapetis
2010-01-22- The reverb value is now obtained from the music driverFilippos Karapetis
2010-01-22SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translationWalter van Niftrik
2010-01-21SCI: fixing iceman intro again (dont set datainc immediately but after delta)Martin Kiewitz
2010-01-21- Fixed pausing of all sounds in the playlistFilippos Karapetis
2010-01-21SCI: CleanupWalter van Niftrik
2010-01-21SCI: Renamed softseq/ to drivers/Walter van Niftrik
2010-01-21SCI: Removed seq/ directoryWalter van Niftrik
2010-01-21SCI: Add MT-32 to GM mappingWalter van Niftrik
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn