Age | Commit message (Expand) | Author |
2006-09-23 | Removed CHECK_HEAP | Max Horn |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-09-09 | Turned some sound conversion methods into static functions (cleanup) | Max Horn |
2006-06-20 | Applied my own patch #1508018. I don't know for sure that it's exactly right, | Torbjörn Andersson |
2006-06-18 | Updated comments to correspond with recent Adlib renamings. | Torbjörn Andersson |
2006-06-18 | Added missing (but unimportant) breaks to switch default cases. | 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 | Some more cleanup in class Scumm::Sound | Max Horn |
2006-04-23 | Fix access to .he2 in Sound::openSfxFile, too | Max Horn |
2006-04-23 | Move HE specific stuff from class Sound to its new subclass SoundHE | Max Horn |
2006-04-23 | Change some uses of ScummFile to the more generic BaseScummFile | Max Horn |
2006-04-23 | Modified openFile and openResourceFile to take a Common::String instead of a ... | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko |
2006-03-12 | Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy) | Travis Howell |
2006-03-10 | Adjust talk sound check in CHARSET_1(), since processSfxQueues() doesn't exis... | Travis Howell |
2006-03-05 | Restructured IMuse and IMuseInternal. | Jamieson Christian |
2006-03-04 | Removed unnecessary strcpy calls | Max Horn |
2006-03-04 | Renamed SubstResFileNames::winName and macName to almostGameID / expandedName... | Max Horn |
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn |
2006-02-25 | Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa... | Max Horn |
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn |
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-16 | Use simplier method of checking sound status in HE60/61 games | Travis Howell |
2006-02-16 | Only DOS & Macintosh versions of HE60/61 games require XMIDI support | Travis Howell |
2006-02-16 | Clear sound queue when stopping sound channel in HE games | Travis Howell |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |