aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker
AgeCommit message (Expand)Author
2014-02-10TUCKER: Fix bug #6381 - "TUCKER: In 3rd part, "Use Peg" fails..."dergunov
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-08-03TUCKER: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03TUCKER: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-16TUCKER: Amend fix for bug #3614697 - "Spanish version uncompletable..."D G Turner
2013-07-14TUCKER: Add support for skipping unhandled/invalid instructions.D G Turner
2013-07-14TUCKER: Fix for bug #3614697 - "Spanish version uncompletable..."D G Turner
2013-07-12TUCKER: Fix palette fadesWillem Jan Palenstijn
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2013-04-18ENGINES: Silence clang warning about unused private member _vmMax Horn
2012-09-13TUCKER: Switch to the common PCX decoderFilippos Karapetis
2012-08-12VIDEO: Convert FlicDecoder to the new AdvancedVideoDecoder APIMatthew Hoops
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-12-02TUCKER: remove duplicated logic branches in locations 48 and 66 (checked agai...Gregory Montoir
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-03TUCKER: Added FIXMEs for seemingly superfluous logic branchesFilippos Karapetis
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-09-08TUCKER: Made some static data const.Johannes Schickel
2011-06-14DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()Max Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10TUCKER: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02TUCKER: Replace snprintf() usage with Common::String::format()D G Turner
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-17TUCKER: Give name to RandomSource, to register it with event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-20TUCKER: add missing code for kSupportsLoadingDuringStartupGregory Montoir
2011-03-19TUCKER: Get rid of syncSoundSettings()dhewg
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-19TUCKER: cleanup, removed unused variablesGregory Montoir
2011-02-19TUCKER: fix truncated action string in english versionGregory Montoir
2011-02-19TUCKER: fix #2872348 - walk bug by switching places in museumGregory Montoir
2011-02-18TUCKER: fix #3106714 - Wrong animation after TV offGregory Montoir
2011-02-18TUCKER: cleanupGregory Montoir
2011-02-18TUCKER: fix #3106766 - Bubbles in Plugs Shop too heavyGregory Montoir
2011-02-18TUCKER: fix #3106542 - Ego drawn behind backgroundGregory Montoir
2011-02-18TUCKER: fix #3106536 - Punk stuck (moving in background)Gregory Montoir
2011-02-18TUCKER: fix #3106520 - Prison water drop leaves a lineGregory Montoir
2011-02-18TUCKER: fix #2628056 - Text Dialogue is out of syncGregory Montoir
2011-02-18TUCKER: fix #2627967 - Slow WalkingGregory Montoir
2011-02-14TUCKER: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko