aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v100he.cpp
AgeCommit message (Expand)Author
2013-08-16SCUMM: Always confirm quit when required in HE games.Kirben
2013-04-29SCUMM: Fix o100_videoOps subOp 0Matthew Hoops
2012-06-15SCUMM: Adjust some wiz image ops and flood fill rectsMatthew Hoops
2012-06-09SCUMM: Add HE101 version, for debugInput opcode difference in some HE100 games.Travis Howell
2012-06-01SCUMM: Add debugInput opcode difference in Backyard Basketball.Travis Howell
2011-08-08SCUMM: Update stub in arrayOps for Moonbase Commander.Travis Howell
2011-07-02SCUMM: Don't have MoviePlayer inherit from SmackerDecoderMatthew Hoops
2011-05-14SCUMM: Remove some unused var warnings (see bug #3293800)Max Horn
2011-05-13SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ...Max Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2010-10-23SCUMM: Skip endian conversion on little endian systems (instead of assigning ...Max Horn
2010-10-23SCUMM: Fix buffer overflow, that was causing crashes when saving in Backyard ...Travis Howell
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-17Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...Matthew Hoops
2009-09-11Remove excess spaces.Travis Howell
2009-08-23Fix Moonbase Commander startup.Travis Howell
2009-08-13Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-...Travis Howell
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-23Fix bug #1726909 - HE Games: Glitches after loading saved games, by restircti...Travis Howell
2009-06-23Fix error in Backyard Soccer 2004, when using Season Play.Travis Howell
2009-06-18Merged revisions 41625 via svnmerge from Travis Howell
2009-06-18Correct actor layering method in HE90+ games.Travis Howell
2009-06-06Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-...Travis Howell
2009-06-05Minor cleanup.Travis Howell
2009-06-04Fix the color of Poodles Galore's finger nails in Spy Fox 3.Travis Howell
2009-06-04Add 16bit color support for later HE games.Travis Howell
2009-06-03Cleanup.Travis Howell
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
2008-12-27Add more stubs for MBC.Travis Howell
2008-09-25SCUMM: Moved Actor::drawActorToBackBuf to class ActorHEMax Horn
2008-09-06Add debugInput opcode for HE 100 games.Travis Howell
2008-09-05Use exact case numbers, to avoid unneeded subtractions.Travis Howell
2008-09-04Add missing case in o100_resourceRoutines.Travis Howell
2008-07-11SCUMM works with new GMM implementationChristopher Page
2008-04-17Enable original load/save system in HE100 games.Travis Howell
2007-12-28Move more HE code to HE71, to reduce code size, when using DISABLE_HE option.Travis Howell
2007-12-27Enable Windows version of early HE games by default, to match already enabled...Travis Howell
2007-11-25Add stub for wizImages thickLine code.Travis Howell
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
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