Age | Commit message (Expand) | Author |
2007-07-30 | Fixing Full Throttle. If I understand the code correctly, this *should* be co... | Sven Hesse |
2007-07-27 | Only set soundMode, if compressed segment exists. | Travis Howell |
2007-07-27 | Fix for bug #1761530 - "COMI: iMUSE-related crash on startup" | Filippos Karapetis |
2007-07-23 | Add support for FLAC compression of sound bundles in The Dig and COMI. | Travis Howell |
2007-07-22 | cleanup (in particular, don't call something 'soundHandle' which is not a Mix... | Max Horn |
2007-07-21 | SCUMM/iMuse Digital: Pause sounds after loading them | Max Horn |
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn |
2007-06-02 | renamed variable in IMuseDigital music code | Paweł Kołodziejski |
2007-06-01 | cleanup names | Paweł Kołodziejski |
2007-06-01 | rename some imuse variables | Paweł Kołodziejski |
2007-06-01 | rename some imuse variables | Paweł Kołodziejski |
2007-06-01 | small correction of comment | Paweł Kołodziejski |
2007-06-01 | added comments for imuse digital variables | Paweł Kołodziejski |
2007-05-30 | added comment to cloneToFadeOutTrack() | Paweł Kołodziejski |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-03-20 | Make sure Track::soundHandle is always initialize, and added a FIXME (see als... | Max Horn |
2007-03-20 | Change IMuseDigital::stopAllSounds to simply do what it names suggest, i.e. s... | Max Horn |
2007-03-20 | Undoing my previous (upon closer review, bogus) change to IMuseDigital::refre... | Max Horn |
2007-03-20 | Correct error message | Max Horn |
2007-03-20 | oops | Max Horn |
2007-03-20 | Fix a potential race condition (leading to lockups) in IMuseDigital::refreshS... | Max Horn |
2007-03-20 | cleanup | Max Horn |
2007-03-02 | Applied my own patch #1672572, after discussing it with Fingolfin. We no longer | Torbjörn Andersson |
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ... | Max Horn |
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson |
2007-02-15 | fix compile error | Willem Jan Palenstijn |
2007-02-15 | not need this hack as smush player is no longer on another thread | Paweł Kołodziejski |
2007-02-13 | added missing MKID_BE macros | Gregory Montoir |
2007-02-03 | Removed obsolete call to Mixer::isPaused | Max Horn |
2006-10-21 | cleanup | Max Horn |
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin... | Max Horn |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson |
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) subc... | Max Horn |
2006-04-23 | Change some uses of ScummFile to the more generic BaseScummFile | Max Horn |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn |
2006-03-03 | Turn _file member of BundleMgr into a pointer | Max Horn |
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-19 | added experimental hook handle on 8,9 sub opcode music | Paweł Kołodziejski |
2006-02-16 | added more asserts into imuse digi code | Paweł Kołodziejski |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |