aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2008-09-01Merging more of the GSoC 2008 RTL branch: SCUMMMax Horn
2008-08-30Added a whitespace, just for salty-horse.Torbjörn Andersson
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-06Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne)Max Horn
2008-07-11SCUMM works with new GMM implementationChristopher Page
2008-05-23Fixed PalmOS compilationChris Apers
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-02Fix for bug #896489: "DIG: Missing subtitles when talking to Brink"Eugene Sandulenko
2007-12-31Removed obsolete _insaneRunning flagMax Horn
2007-12-28Patch #1859448: Add OSystem::getTimeAndDate APIEugene Sandulenko
2007-12-20Do not #include time.h globally (ideally, we should provide a localtime clone...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-08Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT...Max Horn
2007-06-23SCUMM: Added three FIXME comments to the _keyDownMap code, and made it use KE...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
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