aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2007-02-10Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERAMax Horn
2007-01-28Moved some stuff from CharsetRenderer (back) to ScummEngine, added commentsMax Horn
2007-01-24Patch from bug report #1615417: SCUMM (v6): Cursor isn't updated after hotspo...Max Horn
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
2006-11-13cleanupMax Horn
2006-11-13Moved more SMUSH/Insane code from ScummEngine_v6 to ScummEngine_v7Max Horn
2006-11-04SCUMM cleanupMax Horn
2006-10-20SCUMM: ArrayHeader related cleanupMax Horn
2006-10-10now SmushPlayer is class created once same as SmushMixer while scumm engine c...Paweł Kołodziejski
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin...Max Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...Max Horn
2006-09-09Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounterMax Horn
2006-06-21Add cyx's patch for bug #1035739 - SCUMM/SMUSH: Ugly palette change when vide...Travis Howell
2006-06-21Revert back to original method used for scrollEffect(), fixes regressions.Travis Howell
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
2006-06-19Fix screen scrolling glitch when looking at the top of closet in parents room...Travis Howell
2006-04-29* Renamed several methods in favor of a somewhat more uniform naming scheme: ...Max Horn
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-12Fixing mismatch between format strings and data on some systemsMax Horn
2006-04-12sizeof(void *) != sizeof(int) for a large number of systems.Jonathan Gray
2006-03-19Remove unused cases of getKeyState(), checked against scripts of FT, Dig and ...Travis Howell
2006-03-18The camera position is always set by loadRoomWithEgo opcode in HE games, thro...Travis Howell
2006-03-10o6_setObjectName is never used by HE72+ gamesTravis Howell
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
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-25Replaced MKID by MID_BE in most places in the SCUMM engineMax Horn
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-12Actor room is only checked in SCUMM 7+Travis Howell
2006-02-11Moved engines to the new engines/ directoryMax Horn