aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v70he.cpp
AgeCommit message (Expand)Author
2007-01-28Moved some stuff from CharsetRenderer (back) to ScummEngine, added commentsMax Horn
2006-11-24Add findBox opcode for Hebrew version of Freddi Fish 1Travis Howell
2006-10-20SCUMM: ArrayHeader related cleanupMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-09Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounterMax Horn
2006-06-16Fix rects in HE games, when positions are set by scriptsTravis Howell
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-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max 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