aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2013-10-03SCUMM: Fix unused variable warningsRodrigo Rebello
2013-09-27SCUMM: Add US Windows preview of Humongous Catalog.Kirben
2013-09-12Merge pull request #378 from lordhoto/pluggable-engines-translationsJohannes Schickel
2013-09-12Merge pull request #360 from lordhoto/scumm-adEugene Sandulenko
2013-08-26SCUMM: Fix COMI regression, after commit 84d1d28373d782464bd46b10abd6b092f7eb...Kirben
2013-08-18INSANE: Mark fall through case statement. CID 1003733Eugene Sandulenko
2013-08-18SCUMM: Read the SMAP size, not the SMAP tag itselfTorbjörn Andersson
2013-08-18SCUMM: Remove unnecessary NULL check, CID 1003629Torbjörn Andersson
2013-08-18SCUMM: Remove unnecessary NULL check, CID 1003628Torbjörn Andersson
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-16SCUMM: Add new variables in Nimbus Games version of Putt-Putt Saves the Zoo.Kirben
2013-08-15SCUMM: Add Remastered version of Putt-Putt Saves the Zoo from Nimbus Games.Kirben
2013-08-12I18N: Move specification of engine specific files to enginedir/POTFILES.Johannes Schickel
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-04SCUMM: Add comment about getPixels uses in BaseCostumeRenderer.Johannes Schickel
2013-08-04SCUMM: Fix Loom (and some other graphics regressions).Johannes Schickel
2013-08-03SCUMM: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03SCUMM: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03SCUMM: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-24SCUMM: Implement original AD AdLib output.Johannes Schickel
2013-07-21SCUMM: Fix test before running VAR_SAVELOAD_SCRIPT2 (CID 1004135)Torbjörn Andersson
2013-07-18Merge pull request #345 from countingpine/patch-1Johannes Schickel
2013-07-16SCUMM: Better Player_Mac::durationToSamplescountingpine
2013-07-15INSANE: Fix CID 1003734. Missing break in switchEugene Sandulenko
2013-07-15INSANE: Fix CID 1003733. Missing break in switch.Eugene Sandulenko
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-07-09SCUMM: Add another French Windows version of Pajama Sam 2.Kirben
2013-07-06SCUMM: Fix initGM() buffer overflow (CID 1032513)Torbjörn Andersson
2013-06-23SCUMM: Corrected Russian Full Throttle variant namesEugene Sandulenko
2013-06-22SCUMM: Added another Russian variant of Full ThrottleEugene Sandulenko
2013-06-04SCUMM: Verify sample width in Digital iMUSE callback. CID 1002112Torbjörn Andersson
2013-06-02SCUMM: Remove unused variable _quitTorbjörn Andersson
2013-05-11SCUMM: Clean-up of Roland GS codetcarey
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-05-01SCUMM: Change NUM_SCRIPT_LOCALS to NUM_SCRIPT_LOCALTorbjörn Andersson
2013-05-01SCUMM: Fix out-of-bounds access in runScript() debug messagesTorbjörn Andersson
2013-04-30SCUMM: CleanupTorbjörn Andersson
2013-04-30SCUMM: Use correct array size when calling initializeLocals()Torbjörn Andersson
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-24SCUMM: Fix non-terminated string. CID 1003867Eugene Sandulenko
2013-04-23SCUMM: Fix football2002 field coordinatesMatthew Hoops
2013-04-22SCUMM: Fix a bug in football's nextPoint U32 opcodeMatthew Hoops
2013-04-21INSANE: Fix potential buffer overflow. CID 1003866Eugene Sandulenko
2013-04-18ENGINES: Remove a bunch of unused private member variablesMax Horn