aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/sound.cpp
AgeCommit message (Expand)Author
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-17SCUMM: Add missing imuse featureathrxx
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ...Max Horn
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-13SCUMM: Refactor how resource (types) are srepresentedMax Horn
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-02SCUMM: Add support for an alternate version of The Dig's demoMatthew Hoops
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-05SCUMM: CleanupMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-10-07SCUMM/FM-TOWNS: improved sfx support for indy4 and monkey2Florian Kagerer
2010-09-18SCUMM: Fix bug #3070077 - MMC64: No music when Syd plays the piano.Travis Howell
2010-08-22SCUMM: fix CD audio regression in Monkey Island 1 DOS/CDFlorian Kagerer
2010-08-18SCUMM/FM-TOWNS: start rewriting audio codeFlorian Kagerer
2010-08-16Merge trunk, from r51777 to r52105Alejandro Marzini
2010-08-15SCUMM: Fix bug #3024173 - LOOM-PCE: Music stops prematurelyTorbjörn Andersson
2010-08-11SCUMM: Re-enable PCjr music for Indy 3Torbjörn Andersson
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
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