aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v6.cpp
AgeCommit message (Expand)Author
2017-08-17SCUMM: Prevent darkenPallete() in Room 0 in FT, fixes bug #9871Ben Castricum
2016-08-30SCUMM: Correct the raft position for PUTTZOO, fixes bug #6097Ben Castricum
2014-12-30SCUMM: Enable Day of the Tentacle easter eggTorbjörn Andersson
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-18SCUMM: Remove unnecessary NULL check, CID 1003628Torbjörn Andersson
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-13SCUMM: Get rid of the MemBlkHeader hackMax Horn
2011-05-13SCUMM: Refactor how resource (types) are srepresentedMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-01-02JANITORIAL: Suppress some useless includesArnaud Boutonné
2010-12-27SCUMM: Fix bug #3143039 - ACTIVITY: Circus Stormin' crash.Travis Howell
2010-10-23SCUMM: Add workaround to allow saved games to be shared between Macintosh and...Travis Howell
2010-10-20SCUMM: Have o6_getRandomNumber() use the absolute value of the argumentMatthew Hoops
2010-04-04Fix bug #2960022 - PUTTPUTT 1: No Load/Save possible.Travis Howell
2010-03-08Workaround for bug #1878514: COMI: Glitch when turning pages in recipe bookMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-07-24Adjust workaround for bug #2826144, to use hard coded offset, that should be ...Travis Howell
2009-07-24Add workaround for bug #2826144 - SAM: Game hangs when talking to bigfoot guard.Travis Howell
2009-07-15Fix bug #2821215 - DIG: Skipping planetarium animation disables F5 menu.Travis Howell
2009-05-15Fix bug #2791846 - SAMNMAX: Invalid opcode (regression).Travis Howell
2009-05-10Update comment.Travis Howell
2009-05-10Change the work around for sq3.san, so it doesn't alter global smush frame ra...Travis Howell
2009-05-10Correct and move initial SMUSH frame rate value, for the demo version of The ...Travis Howell
2009-04-16SCUMM: Compacted various setupOpcodes() implementations by using the fact tha...Max Horn
2009-04-16SCUMM: Got rid of o6_invalidMax Horn
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2009-01-11Patch from bugreport #1846746: "PUTTMOON 3DO: Play button in Outtro partly cu...Eugene Sandulenko
2009-01-10- added initial radio chatter sfx, still not fully correctPaweł Kołodziejski
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