aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/sound.cpp
AgeCommit message (Expand)Author
2010-06-08Modification to remove false positive "Possible divide by zero" warnings give...David Turner
2010-04-17Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in TinselMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-04Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible.Travis Howell
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-03-02Fix bug #2961530 - Zak/FM-Towns: Game hangs when using monkey wrench.Travis Howell
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-30Use SubLoopingAudioStream instead of makeLoopingAudioStream in SCUMM. (Incorr...Johannes Schickel
2010-01-30Typo.Johannes Schickel
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-30Get rid of Audio::makeRawMemoryStream_OLD.Johannes Schickel
2010-01-28Fix regressions in Let's Explore the Jungle with Buzzy.Travis Howell
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-25Replace some more Adlib uses by AdLib.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Get rid of FLAG_LOOPMax Horn
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-20Fixed a small memory leak. Cppcheck again...Torbjörn Andersson
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::playRaw for goodMax Horn
2010-01-19Remove loop start/end params from Mixer::playRaw; convert some code from Mixe...Max Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2009-12-23fix typoFabio Battaglia
2009-11-23Add patch #2898231 - LOOM: Sound player for PC-Engine.Travis Howell
2009-10-24Correct error in CD music table for PCE version of Loom.Travis Howell
2009-10-24The CD music was hard coded in PCE version of Loom.Travis Howell
2009-10-16Fix bug #2879796 - Reversed Ventriloquists.Travis Howell
2009-08-24Merge with trunkNorbert Lange
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-08-11merged from trunk (Amiga LoK supposedly completeable!)Norbert Lange
2009-08-10Provide a better detection method for Indy3 Mac sound effects. This fixes sou...Matthew Hoops
2009-08-08merge with trunkNorbert Lange
2009-07-29SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be...Max Horn
2009-07-29SCUMM: Enable looping in Indy3Mac sound effectsMax Horn
2009-07-17merge with trunkNorbert Lange
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-06-30engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ...Norbert Lange
2009-06-12Removed alot of the debug-outputNorbert Lange
2009-06-06Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do.Eugene Sandulenko
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-02-07Fix sound noise regression in CD32 version of Simon the Sorcerer 1.Travis Howell
2009-01-11Fix bug #1925322 - DIG: Subtitle speed affects speech when subtitles are off.Travis Howell
2008-12-25Made Engine::_timer protectedMax Horn
2008-06-12SCUMM: Fixed a memory leak in the SCUMM engineChristopher Page
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-04-11Allow mixed Adlib/MIDI mode in VGA version of SOMI.Travis Howell
2008-01-27Removed trailing spaces.Jordi Vilalta Prat