aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-04-23Fix for HE games which use the generic HE variants (d'oh)Max Horn
2006-04-23Detect (and error out) if readMAXS failsMax Horn
2006-04-23Fix access to .he2 in Sound::openSfxFile, tooMax Horn
2006-04-23Fix access to .he3/.he4 filesMax Horn
2006-04-23Added a comment regarding COMI disc changingMax Horn
2006-04-23Moved _heTimers to ScummEngine_v60heMax Horn
2006-04-23Move HE specific stuff from class Sound to its new subclass SoundHEMax Horn
2006-04-23Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ...Max Horn
2006-04-23Change some uses of ScummFile to the more generic BaseScummFileMax Horn
2006-04-23Modified openFile and openResourceFile to take a Common::String instead of a ...Max Horn
2006-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-04-23Implemented volume and panning for FF sound effects. I hope my mapping fromTorbjörn Andersson
2006-04-23Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...Oystein Eftevaag
2006-04-23Fixed MD5 entry for mac version of MI1Max Horn
2006-04-23Fix 'comparison between signed and unsigned integer' warningMax Horn
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
2006-04-23Read and use frame rate setting for videosTravis Howell
2006-04-23Fix audio and video sync. in videos of FFTravis Howell
2006-04-23Replaced _demoMode by GF_DEMOMax Horn
2006-04-22Non-void functions always must return somethingMax Horn
2006-04-22Enable MS ADPCM WAV format decoder for all sound in Macintosh version of FF a...Travis Howell
2006-04-22- Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it isEugene Sandulenko
2006-04-22Cleanup use of different filenames in different versionsTravis Howell
2006-04-21Changed loadVGAFile dstSize datatype from uint to uint32 so it matches the da...Lars Persson
2006-04-21Adjust buffer sizes for conversation options, even for sprite id 1. ThisTorbjörn Andersson
2006-04-21Fixed silly bug in --save-slot handling: Don't try to restore a savegame unlessTorbjörn Andersson
2006-04-21Add FF differences in chance script opcodeTravis Howell
2006-04-21Split bitArrays into three separate arrays, like original. Also fixing load/s...Travis Howell
2006-04-21Move _variableArrayPtr changes to match original code, in case it is triggere...Travis Howell
2006-04-21Add animate sprites by Y function for FFTravis Howell
2006-04-21Add back debug functionTravis Howell
2006-04-21Add some code for PanEvent in FF and cleanupTravis Howell
2006-04-20Add F9 key in FF, which toggles hitbox namesTravis Howell
2006-04-20Revert that delay change when scrolling inventory in FF, causes glitchesTravis Howell
2006-04-20Enable virtual keyboard, when entering saved game name in FFTravis Howell
2006-04-20Fix constant scrolling in oracle in FF, when mouse button is pressedTravis Howell
2006-04-20getPathPosn script opcode needs to use int16 to get correct position, fixes e...Travis Howell
2006-04-20Add timer difference in FFTravis Howell
2006-04-20Fix typo in switchVoiceFile() for FFTravis Howell
2006-04-20Fix mistake in vertical scrolling in FFTravis Howell
2006-04-20_rejectCount should only be incremented in checkNoOverWrite()Travis Howell
2006-04-20Update resource managment, missed several changes from FFTravis Howell
2006-04-20Fix freeze that can occur when scrolling inventory in oracle of FFTravis Howell
2006-04-20CleanupTravis Howell
2006-04-20Add support for compressed speech files in PC verisons of FFTravis Howell
2006-04-20Minor cleanupTravis Howell
2006-04-20Update resource managment for FF, this method is more efficent for Simon 1/2 tooTravis Howell
2006-04-19The next offset is only adjusted in renderString, when sprite id isn't 1Travis Howell