aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
AgeCommit message (Expand)Author
2015-07-19SCUMM: Get rid of unused Audio::mixer referencesMax Horn
2015-06-10SCUMM: Fix bug #6592 SCUMM: ZAK - Read Ticket is too fast to read.Kirben
2015-02-07SCUMM: Fix detection of the DoTT Maniac Mansion easter egg targetTorbjörn Andersson
2014-12-30SCUMM: Add secret "easter_egg" config keyTorbjörn Andersson
2014-12-30SCUMM: Add a "chained games manager"Torbjörn Andersson
2014-12-30SCUMM: Enable Day of the Tentacle easter eggTorbjörn Andersson
2014-12-08SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' arrayRobert Crossfield
2014-08-20SCUMM: Add support for quit script in HE90+ games.Kirben
2014-07-05SCUMM: Simplify index file handling for Steam versions.Johannes Schickel
2014-07-03SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and DigFilippos Karapetis
2014-05-13SCUMM: Remove "level" command from debugger. Replaced by "debuglevel".D G Turner
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-17Merge pull request #366 from clone2727/he-saves-target-nameclone2727
2013-11-01SCUMM: More renaming for playersFilippos Karapetis
2013-11-01SCUMM: Move all players to a separate "player" directoryFilippos Karapetis
2013-10-05SCUMM: Make all HE saves prepend the target nameMatthew Hoops
2013-07-24SCUMM: Implement original AD AdLib output.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-05-01SCUMM: Change NUM_SCRIPT_LOCALS to NUM_SCRIPT_LOCALTorbjörn Andersson
2013-04-30SCUMM: Use correct array size when calling initializeLocals()Torbjörn Andersson
2012-12-14Merge pull request #291 from eriktorbjorn/mac-mi-music-finalJohannes Schickel
2012-11-14SCUMM: Move Mac player initialization to its own functionTorbjörn Andersson
2012-11-13SCUMM: Add support for Mac Loom music and soundTorbjörn Andersson
2012-11-11SCUMM: Added support for Macintosh music in Monkey Island 1Torbjörn Andersson
2012-10-01AUDIO: Add support for Sam&Max's OPL3 output in our SCUMM AdLib driver.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-20SCUMM: Restrict the Mac m68k v5 driver to MI2/Indy4Matthew Hoops
2012-09-20SCUMM: Add support for Indy4 Mac 68k soundMatthew Hoops
2012-09-20SCUMM: Always use the Mac sound output for MI2 Mac.Johannes Schickel
2012-09-20SCUMM: Implement support for Monkey Island 2 Mac music.Johannes Schickel
2012-05-31SCUMM: Backyard Baseball 2003 uses a unique variable for the subtitle setting...Travis Howell
2012-02-11SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver...Tobias Gunkel
2012-02-11SCUMM: _currentLights is v0 onlyTobias Gunkel
2012-02-11SCUMM: 2nd try to fix dungeon door timingTobias Gunkel
2012-02-11SCUMM: merge _activeObjectNr/_activeObjectType and _cmdObjectNr/_cmdObjectTypeTobias Gunkel
2012-02-11SCUMM: fix verb and script handlingTobias Gunkel
2012-02-11SCUMM: use command stack and SentenceTab in mm c64Tobias Gunkel
2012-02-11SCUMM: replace verb, prep and currentMode values with symbolic constantsTobias Gunkel
2012-02-11SCUMM: start handling object type and id correctly in mm c64Tobias Gunkel
2012-02-11SCUMM: changed handling of _activeInventory/_activeActor to _activeObject(2)/...Tobias Gunkel
2011-12-26SCUMM: Add a difficulty selection dialog for Loom FM-Towns.Johannes Schickel
2011-12-24SCUMM: Rename player_appleII.* -> player_apple2.* to have the filenames lower...Tobias Gunkel
2011-12-22SCUMM: Add initial support for AppleII sound playerTobias Gunkel
2011-11-01SCUMM: Further clean up loopWillem Jan Palenstijn
2011-11-01SCUMM: Clean up loopWillem Jan Palenstijn
2011-08-26SCUMM: Implement proper Indy4 Amiga palette handling.Johannes Schickel
2011-08-17SCUMM: Split HE logic classes to their own filesMatthew Hoops
2011-08-06SCUMM: Fix compilationEugene Sandulenko
2011-08-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-08-05SCUMM: Fix up CMS player implementation.Johannes Schickel