aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi
AgeCommit message (Expand)Author
2010-11-23SCUMM: Replace Common::File uses by SeekableReadStream and SearchManMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-04Fix another mismatching new[] call (note that this needs to be replaced by ma...Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-22SCUMM: Get rid of some redundant enum vals in iMuse digitialMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital emul...Max Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-08Switch SCUMM from AppendableAudioStream to QueuingAudioStreamMax Horn
2010-01-06Adapt digital iMuse to use SeekableAudioStream::seek, instead of ryling on th...Johannes Schickel
2010-01-05- Put the new factories for MP3, Vorbis and FLAC in place.Johannes Schickel
2009-09-23fix for bug #2820389Paweł Kołodziejski
2009-09-23not need continue checks after foundPaweł Kołodziejski
2009-09-11Remove excess spaces.Travis Howell
2009-08-01Added some more information to the "Compressed sound ... invalid" error. MaybeTorbjörn Andersson
2009-07-17Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.Travis Howell
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-26Turned some static tables into static const tables; added some FIXME comments...Max Horn
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
2009-03-29fixed 'if' statement as should be/was.Paweł Kołodziejski
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2009-01-10fixed radio chatter sfxPaweł Kołodziejski
2009-01-10- added initial radio chatter sfx, still not fully correctPaweł Kołodziejski
2008-12-25Made Engine::_timer protectedMax Horn
2008-07-22shutup valgrind warningPaweł Kołodziejski
2008-07-20cleanupMax Horn
2008-07-08Remove reference to kPlainSoundTypeMax Horn
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-02-15revert stateId == 4 part of code to previous ignore action to fix bug #1881415Paweł Kołodziejski
2008-02-05silency ignored, we handle it differentlyPaweł Kołodziejski
2008-01-28Fixed typo in debug message.Torbjörn Andersson
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-25fix for wrong imuse table entry fixes #1879940Paweł Kołodziejski
2008-01-21moved debug logPaweł Kołodziejski
2008-01-21final fix for bug #1757010Paweł Kołodziejski
2008-01-21disabled force restore state music, it seems fix bug #1757010, at least i see...Paweł Kołodziejski
2008-01-21fix debug outputPaweł Kołodziejski
2008-01-21for debug logs for dimusePaweł Kołodziejski
2008-01-20added experimental hack to code to prevent the same start music again if old ...Paweł Kołodziejski
2008-01-20fix/workaround for bug #1624464, as we do not support game playing on two dif...Paweł Kołodziejski
2008-01-20rename to prevent confusionPaweł Kołodziejski
2008-01-19allow force flush fade track, it happen while very fast switching roomsPaweł Kołodziejski
2008-01-19changed warning into error, to be know for sure if it still triggerPaweł Kołodziejski
2008-01-19moved fadeDelayPaweł Kołodziejski
2008-01-19revert code to fade out first region if jump hitPaweł Kołodziejski
2008-01-19missed setting trackId while starSound,Paweł Kołodziejski
2008-01-19fixed support for compressed streams in dimusePaweł Kołodziejski