aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi
AgeCommit message (Expand)Author
2008-01-01Fix a long standing bug in playComiMusic (no idea whether this caused any bug...Max Horn
2008-01-01experimental change to fade out to 120 ms instead from table for state music ...Paweł Kołodziejski
2008-01-01experimental change to prevent play first region with fade out if jump opcode...Paweł Kołodziejski
2008-01-01Patch #1839861 (Possible workaround for bugs related to cloneToFadeOutTrack):...Max Horn
2007-12-31verified differences in play music code of the dig and comiPaweł Kołodziejski
2007-12-31cleanupMax Horn
2007-12-30Ooops, this was not supposed to be commitedMax Horn
2007-12-30atrib -> attrib; added some FIXME commentsMax Horn
2007-12-30Fix for bug #1635361: COMI: Music fade-out broken for compressed audioMax Horn
2007-12-04remove code duplicationPaweł Kołodziejski
2007-12-04correction based on disassembly Paweł Kołodziejski
2007-12-03remove code duplicationPaweł Kołodziejski
2007-12-02revised mutex handling a bit in dimuse :Gregory Montoir
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-07-30Fixing Full Throttle. If I understand the code correctly, this *should* be co...Sven Hesse
2007-07-27Only set soundMode, if compressed segment exists.Travis Howell
2007-07-27Fix for bug #1761530 - "COMI: iMUSE-related crash on startup"Filippos Karapetis
2007-07-23Add support for FLAC compression of sound bundles in The Dig and COMI.Travis Howell
2007-07-22cleanup (in particular, don't call something 'soundHandle' which is not a Mix...Max Horn
2007-07-21SCUMM/iMuse Digital: Pause sounds after loading themMax Horn
2007-07-15Fixed sound factory messup caused by my previous commitMax Horn
2007-06-02renamed variable in IMuseDigital music codePaweł Kołodziejski
2007-06-01cleanup namesPaweł Kołodziejski
2007-06-01rename some imuse variablesPaweł Kołodziejski
2007-06-01rename some imuse variablesPaweł Kołodziejski
2007-06-01small correction of commentPaweł Kołodziejski
2007-06-01added comments for imuse digital variablesPaweł Kołodziejski
2007-05-30added comment to cloneToFadeOutTrack()Paweł Kołodziejski
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-20Make sure Track::soundHandle is always initialize, and added a FIXME (see als...Max Horn
2007-03-20Change IMuseDigital::stopAllSounds to simply do what it names suggest, i.e. s...Max Horn
2007-03-20Undoing my previous (upon closer review, bogus) change to IMuseDigital::refre...Max Horn
2007-03-20Correct error messageMax Horn
2007-03-20oopsMax Horn
2007-03-20Fix a potential race condition (leading to lockups) in IMuseDigital::refreshS...Max Horn
2007-03-20cleanupMax Horn
2007-03-02Applied my own patch #1672572, after discussing it with Fingolfin. We no longerTorbjörn Andersson
2007-02-28Changed the AppendableAudioStream code to use a queue of buffers, instead of ...Max Horn
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
2007-02-15fix compile errorWillem Jan Palenstijn
2007-02-15not need this hack as smush player is no longer on another threadPaweł Kołodziejski
2007-02-13added missing MKID_BE macrosGregory Montoir
2007-02-03Removed obsolete call to Mixer::isPausedMax Horn
2006-10-21cleanupMax Horn
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin...Max Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-05-18Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. ItTorbjörn Andersson
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn