aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v100he.cpp
AgeCommit message (Expand)Author
2007-04-08Rename setFilePath opcode to createDirectory, in order to reflect the opcodes...Travis Howell
2006-12-15Add code for stopping video playback in HE100 gamesTravis Howell
2006-11-24Add findBox opcode for Hebrew version of Freddi Fish 1Travis Howell
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
2006-11-04SCUMM cleanupMax Horn
2006-11-02Add video code for HE100 gamesTravis Howell
2006-11-01Enable Bink video playback in HE100 gamesTravis Howell
2006-10-20SCUMM: ArrayHeader related cleanupMax Horn
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c...Max Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e...Max Horn
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-10Fix actor glitches in the stomach location of pajama3Travis Howell
2006-07-06Fix off by one, in the stomach of pajama3Travis Howell
2006-06-24Fix warningMax Horn
2006-06-23Convert file path, before playing videos in HE gamesTravis Howell
2006-06-16Fix rects in HE games, when positions are set by scriptsTravis Howell
2006-04-26Replaced _hFileTable by _hInFileTable/_hOutFileTableMax Horn
2006-04-23Move HE specific stuff from class Sound to its new subclass SoundHEMax Horn
2006-04-17Replaced o70_seekFilePos by o60_seekFilePos (both were identical)Max Horn
2006-04-01Always check array bounds are valid in HE games, matching originalTravis Howell
2006-03-31Rename two WizParameters fieldsTravis Howell
2006-03-26Always use the correct string slot for HE games specific cases in decodeParse...Travis 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-02-25Replaced MKID by MID_BE in most places in the SCUMM engineMax 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