aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/imuse_digi
AgeCommit message (Expand)Author
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
2006-04-23Change some uses of ScummFile to the more generic BaseScummFileMax Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-03-03Turn _file member of BundleMgr into a pointerMax Horn
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-19added experimental hook handle on 8,9 sub opcode musicPaweł Kołodziejski
2006-02-16added more asserts into imuse digi codePaweł Kołodziejski
2006-02-11Moved engines to the new engines/ directoryMax Horn