aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/sound.cpp
AgeCommit message (Expand)Author
2018-05-05ALL: Use CLIP to clip volumesAdrian Frühwirth
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13CINE: Ensure openCD() is calledMatthew Hoops
2015-09-13CINE: Correct size of arrays for CD version of Future Wars.Kirben
2015-09-13CINE: Add support for CD music in the CD version of Future Wars.Kirben
2015-07-07AUDIO: Remove all AudioStream access to OPLMatthew Hoops
2015-07-07CINE: Use the built-in OPL timerMatthew Hoops
2015-07-07AUDIO: Remove the sample rate configuration from the OPL codeMatthew Hoops
2015-07-07AUDIO: Remove the legacy OPL APIMatthew Hoops
2014-03-16CINE: Avoid possible string buffer overrun by using strlcpy and strlcatStrangerke
2014-02-18CINE: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-03CINE: Remove unnecessary check. CID 1004117Eugene Sandulenko
2013-10-02CINE: Ensure that Adlib driver callbacks are initialized. CID 1003411.D G Turner
2012-09-11CINE: Implement music fade out for Amiga/AtariST music.Johannes Schickel
2012-09-08CINE: Implement panning for sfx for FW Amiga and AtariST.Johannes Schickel
2012-09-08CINE: Remove unused Sound::update method.Johannes Schickel
2012-09-08CINE: Implement sfx repeat and volume fade for FW Amiga/AtariST.Johannes Schickel
2012-09-08CINE: Skip resource header in loadSpl.Johannes Schickel
2012-09-07CINE: A little bit enforcement of our formatting guidelines.Johannes Schickel
2012-08-11CINE: Fix lockup in Scene 5 when "operate Girl" underwater.D G Turner
2011-12-19CINE: Add some comments to the MT-32 instrument code.Johannes Schickel
2011-12-11CINE: Make findNote behave like in the original.Johannes Schickel
2011-12-11CINE: Fall back to AdLib, in case a user tries to use the MT-32 output with a...Johannes Schickel
2011-12-11CINE: Make PC sound code thread safe, since the MIDI output might run the cal...Johannes Schickel
2011-12-11CINE: Make findNote behave a bit more like the original.Johannes Schickel
2011-12-11CINE: Implement MT-32 output driver.Johannes Schickel
2011-11-02CINE: Fix warningsEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-12-31CINE: Close Memory Leak in PCSoundFxPlayer.David Turner
2010-12-29CINE: Fix Memory Leak in PCSoundFxPlayer.David Turner
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Convert more engines from Mixer::playRaw to Mixer::playInputStreamMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2009-06-20fixed OPL 0xB0 register write. the return value of findNote() already include...Gregory Montoir
2008-08-16Changed AdlibRegisterSoundInstrument's member variables from unsigned 16-bit ...Kari Salminen
2008-08-12Hopefully fixes 'Conditional jump or move depends on uninitialised value(s)' ...Kari Salminen
2008-05-27CINE: Fixed two memory leaks when shutting down the CINE engineChristopher Page
2008-04-07Patch #1913862: "CinE Script system"Eugene Sandulenko
2007-12-13use CLIP template for clipping, made an array static const and renamed MAX_OB...Gregory Montoir
2007-12-13CleanupFilippos Karapetis
2007-12-09- minor screen fix for OSGregory Montoir
2007-12-08reverted parts of commits #29447 and #29446 (caused regressions in ADL music ...Gregory Montoir