aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2006-03-02TyposTravis Howell
2006-03-02C64 maniac uses separate bitmasks for actor settings and misc settingsTravis Howell
2006-03-02Fix inventory display in C64 maniacTravis Howell
2006-03-02Add difference in bitVars opcodes in C64 maniacTravis Howell
2006-03-02Fix actor glitches in C64 maniac and minor cleanupTravis Howell
2006-03-02Improve input in C64 maniacTravis Howell
2006-03-01Initialize new SCUMM vars for V1/2Travis Howell
2006-03-01Fix compileTravis Howell
2006-03-01Fix for Symbian to close an open file in the right threadLars Persson
2006-03-01added 2 SCUMM vars for v1/v2.Gregory Montoir
2006-03-01Updated datatypes to resolve ambiguityLars Persson
2006-03-01Remove HE specific string array from SCUMM6 table, since the value is differe...Travis Howell
2006-03-01Update string array tables and use for all possible games and stringsTravis Howell
2006-03-01Update string array table for SCUMM7Travis Howell
2006-02-28Add comment to workaround for music in Sam & Max, based on commit log. And li...Travis Howell
2006-02-28These zakTowns specific changes aren't explained and don't match original cod...Travis Howell
2006-02-28Typo.Travis Howell
2006-02-28Update code and comment for screen savers issue in Sam & Max.Travis Howell
2006-02-27Typo.Travis Howell
2006-02-27Update comment for SO_WAIT_FOR_TURN workaround in The Dig, this is due to scr...Travis Howell
2006-02-27Revert the 'get rid of SO_WAIT_FOR_TURN workaround' commit but keep it specif...Gregory Montoir
2006-02-27Get rid of the SO_WAIT_FOR_TURN hack for TheDig as the original interpreter d...Gregory Montoir
2006-02-27Use _numStrips when checking for foreced sprite redraw, instead of set values.Travis Howell
2006-02-27Charset 0 is loaded on start in original versions of OLD_BUNDLE games tooTravis Howell
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-26Removed deprecated IMUSE_DEBUG #define in favor of debugC calls using the run...Jamieson Christian
2006-02-26CleanupMax Horn
2006-02-26Do not compute the MD5 checksum if an override for it is setMax Horn
2006-02-26Remove roomOps cases which are never used by COMI scriptsTravis Howell
2006-02-26COMI uses a separate setting for the verb charset, verbs use correct charset nowTravis Howell
2006-02-26Camera variables are initialised on startup by COMI tooTravis Howell
2006-02-26Move debug mode setting to initScummVars(), so it is reset when game is resta...Travis Howell
2006-02-26That change shouldn't have been commitedTravis Howell
2006-02-26Change debugInput opcode result to zerod array for now, since it expects inpu...Travis Howell
2006-02-25Remove the dummy index 0 entry from substResFileNameTableMax Horn
2006-02-25Moved the plugin interface code of the SCUMM engine into a separate source fileMax Horn
2006-02-25Fix compiler warning (wrong return type)Max Horn
2006-02-25Moved check for unknown MD5 checksum from ScummEngine::ScummEngine to Engine_...Max Horn
2006-02-25Modified the workaround for bug #1407789 to not depend on MD5 detectionMax Horn
2006-02-25Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa...Max Horn
2006-02-25Cleanup decompress wizImage functions, to help find similar codeTravis Howell
2006-02-25Removed last two uses of MKIDMax Horn
2006-02-25Some more MKID -> MKID_BE changesMax Horn
2006-02-25Replaced some more MKIDs by MKID_BE; this then enabled me to remove ScummEngi...Max Horn
2006-02-25Got rid of the 'tag' parameter for readResTypeList()Max Horn
2006-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
2006-02-25Adjust masking in copyWizImageWithMask() to match ScummVM, wizImages masking ...Travis Howell
2006-02-25More corrections to copyWizImageWithMask() in HE gamesTravis Howell
2006-02-24Add corrections to copyWizImageWithMask() in HE gamesTravis Howell
2006-02-24added TRLE wiz masking (mostly untested)Gregory Montoir