aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Expand)Author
2013-08-18SCUMM: Remove unnecessary NULL check, CID 1003627Torbjörn Andersson
2013-08-16SCUMM: Always confirm quit when required in HE games.Kirben
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
2013-08-07Merge pull request #365 from lordhoto/protected-pixelsJohannes Schickel
2013-08-04SCUMM: Fix backwards-in-same-array case of v72he::copyArray.Alyssa Milburn
2013-08-04SCUMM: Add detection/version for Moonbase Commander v1.1.Alyssa Milburn
2013-08-03SCUMM: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03SCUMM: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-06-02SCUMM: Remove unused variable _quitTorbjörn Andersson
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-29SCUMM HE: fix crash introduced in a10ad272a84Eugene Sandulenko
2013-04-29SCUMM: Fix o100_videoOps subOp 0Matthew Hoops
2013-04-28SCUMM HE: Plug memory leak. CID 1003582Eugene Sandulenko
2013-04-23SCUMM: Fix football2002 field coordinatesMatthew Hoops
2013-04-22SCUMM: Fix a bug in football's nextPoint U32 opcodeMatthew Hoops
2013-04-18ENGINES: Remove a bunch of unused private member variablesMax Horn
2013-01-09SCUMM: Cleanup ScummEngine_v80he::createSound()Matthew Hoops
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-26Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-07-25VIDEO: Convert Bink to the new AdvancedVideoDecoder APIMatthew Hoops
2012-07-23VIDEO: Rewrite SmackerDecoder to use the new APIMatthew Hoops
2012-06-24Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-06-17Merge pull request #244 from clone2727/football2002-wdayJohannes Schickel
2012-06-16Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-06-15SCUMM: Fix rect bounds in getPolygonOverlap()Matthew Hoops
2012-06-15SCUMM: Adjust some wiz image ops and flood fill rectsMatthew Hoops
2012-06-11SCUMM: Fix basketball ini nameMatthew Hoops
2012-06-09SCUMM: Implement football2002's getDayOfWeek() u32 functionMatthew Hoops
2012-06-09SCUMM: Add HE101 version, for debugInput opcode difference in some HE100 games.Travis Howell
2012-06-08SCUMM: Implement listing playbook files in football2002Matthew Hoops
2012-06-08SCUMM: Stub off other football2002 u32 opcodesMatthew Hoops
2012-06-08SCUMM: Give football u32 opcodes proper namesMatthew Hoops
2012-06-06SCUMM: Implement football2002 u32 opcode 1028Matthew Hoops
2012-06-01SCUMM: Add debugInput opcode difference in Backyard Basketball.Travis Howell
2012-05-28SCUMM: Fix error in spyfox iOS creditsMatthew Hoops
2012-05-25Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-05-14GRAPHICS: Hide the WinCursor implementationMatthew Hoops
2012-03-20Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-12-12Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2011-12-03SCUMM: Add support for the mustard mac map fileMatthew Hoops
2011-11-27SCUMM: Add support for Putt-Putt Saves the Zoo iOSMatthew Hoops
2011-10-27GRAPHICS: Make drawThickLine take a thickness in both x and y directionsMatthew Hoops
2011-11-06SCUMM: Stream sfx/voice sounds from mouster.sou.Johannes Schickel
2011-10-25SCUMM: Initialize Sprite fields in constructor.Alyssa Milburn
2011-09-08SCUMM: Made some static data const.Johannes Schickel
2011-08-28SCUMM: Add basic support for setOffHeap resource flag in HE90+ games.Travis Howell
2011-08-18SCUMM: Hopefully fix DS compilationSven Hesse