aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi
AgeCommit message (Collapse)Author
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
svn-id: r48637
2010-03-04Fix another mismatching new[] call (note that this needs to be replaced by ↵Johannes Schickel
malloc, since else MemoryReadStream will try to use free on an new[] allocated block.) svn-id: r48162
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
- Rename makeFlacStream to makeFLACStream. svn-id: r47846
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵Max Horn
sound/decoders/ svn-id: r47579
2010-01-22SCUMM: Get rid of some redundant enum vals in iMuse digitialMax Horn
svn-id: r47436
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
svn-id: r47395
2010-01-19Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital ↵Max Horn
emulation to reverse stereo again, as it once seems to have been intended svn-id: r47374
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
svn-id: r47334
2010-01-08Switch SCUMM from AppendableAudioStream to QueuingAudioStreamMax Horn
svn-id: r47183
2010-01-06Adapt digital iMuse to use SeekableAudioStream::seek, instead of ryling on ↵Johannes Schickel
the deprecated FLAC, Vorbis and MP3 interface. svn-id: r47064
2010-01-05- Put the new factories for MP3, Vorbis and FLAC in place.Johannes Schickel
- Marked the loop factories with loop related parameters as deprecated. svn-id: r47061
2009-09-23fix for bug #2820389Paweł Kołodziejski
svn-id: r44274
2009-09-23not need continue checks after foundPaweł Kołodziejski
svn-id: r44272
2009-09-11Remove excess spaces.Travis Howell
svn-id: r44029
2009-08-01Added some more information to the "Compressed sound ... invalid" error. MaybeTorbjörn Andersson
this will help in determining what's causing bug #2830364. (It sounds like a bad data file, but who knows...) svn-id: r42974
2009-07-17Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.Travis Howell
svn-id: r42548
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-26Turned some static tables into static const tables; added some FIXME ↵Max Horn
comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) svn-id: r40908
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
svn-id: r39956
2009-03-29fixed 'if' statement as should be/was.Paweł Kołodziejski
svn-id: r39745
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
svn-id: r39567
2009-01-10fixed radio chatter sfxPaweł Kołodziejski
svn-id: r35804
2009-01-10- added initial radio chatter sfx, still not fully correctPaweł Kołodziejski
- remove obsolete mixerStreamRunning track variable svn-id: r35801
2008-12-25Made Engine::_timer protectedMax Horn
svn-id: r35543
2008-07-22shutup valgrind warningPaweł Kołodziejski
svn-id: r33206
2008-07-20cleanupMax Horn
svn-id: r33135
2008-07-08Remove reference to kPlainSoundTypeMax Horn
svn-id: r32960
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-02-15revert stateId == 4 part of code to previous ignore action to fix bug #1881415Paweł Kołodziejski
svn-id: r30868
2008-02-05silency ignored, we handle it differentlyPaweł Kołodziejski
svn-id: r30793
2008-01-28Fixed typo in debug message.Torbjörn Andersson
svn-id: r30691
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-25fix for wrong imuse table entry fixes #1879940Paweł Kołodziejski
svn-id: r30634
2008-01-21moved debug logPaweł Kołodziejski
svn-id: r30605
2008-01-21final fix for bug #1757010Paweł Kołodziejski
svn-id: r30604
2008-01-21disabled force restore state music, it seems fix bug #1757010, at least i ↵Paweł Kołodziejski
see/hear difference :) svn-id: r30596
2008-01-21fix debug outputPaweł Kołodziejski
svn-id: r30595
2008-01-21for debug logs for dimusePaweł Kołodziejski
svn-id: r30594
2008-01-20added experimental hack to code to prevent the same start music again if old ↵Paweł Kołodziejski
one didn't have chance finish. it's fix bug #1861704, it may fix other similiar things when seq is to null. added few changes to debug logs. svn-id: r30590
2008-01-20fix/workaround for bug #1624464, as we do not support game playing on two ↵Paweł Kołodziejski
different CDs svn-id: r30588
2008-01-20rename to prevent confusionPaweł Kołodziejski
svn-id: r30587
2008-01-19allow force flush fade track, it happen while very fast switching roomsPaweł Kołodziejski
svn-id: r30570
2008-01-19changed warning into error, to be know for sure if it still triggerPaweł Kołodziejski
svn-id: r30568
2008-01-19moved fadeDelayPaweł Kołodziejski
svn-id: r30567
2008-01-19revert code to fade out first region if jump hitPaweł Kołodziejski
svn-id: r30566
2008-01-19missed setting trackId while starSound,Paweł Kołodziejski
added more debug output, verification of jump code, it might have regressions svn-id: r30565
2008-01-19fixed support for compressed streams in dimusePaweł Kołodziejski
svn-id: r30564
2008-01-19malloc -> new, free -> delete, added few assertsPaweł Kołodziejski
svn-id: r30561
2008-01-19fixed, it might overflow int32Paweł Kołodziejski
svn-id: r30560