aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v72he.cpp
AgeCommit message (Expand)Author
2006-03-26Always use the correct string slot for HE games specific cases in decodeParse...Travis Howell
2006-03-25Move convertFilePath() to ScummEngine_v60he, to allow use by earlier HE gamesTravis Howell
2006-03-25- Implemented case insensitive file reading. Left old system as a fallbackEugene Sandulenko
2006-03-13Confirmed it is safe to remove workaround for Macintosh HE99 version of water.Travis Howell
2006-03-12Unfortunately the workaround for Macintosh version of water is still required.Travis Howell
2006-03-12Use script support for Macintosh versions of HE80+ gamesTravis Howell
2006-03-12Revert mistaken commit of local debug codeTravis Howell
2006-03-12Revert mistaken commit of local debug codeTravis Howell
2006-03-12Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy)Travis Howell
2006-03-10o6_setObjectName is never used by HE72+ gamesTravis Howell
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-03-07Correct order of cases in o72_redimArray()Travis Howell
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
2006-03-03Read array bounds in checkArrayLimits() correctly on all systemsTravis Howell
2006-02-26Change debugInput opcode result to zerod array for now, since it expects inpu...Travis Howell
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-20Disable unchecked use of OSystem::setWindowCaption from SCUMM/HE scripts (thi...Max Horn
2006-02-15o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp andEugene Sandulenko
2006-02-15Moved all he-specific source files to engines/scumm/he/ subdirectoryEugene Sandulenko