aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
AgeCommit message (Expand)Author
2012-03-25GUI: Change the undithering checkbox to be an engine-specific optionFilippos Karapetis
2012-03-25SCI: Rename the sci_originalsavedload option to originalsaveloadFilippos Karapetis
2012-03-19SCI: Add per-game GUI option support.Filippos Karapetis
2012-02-28Revert "SCI: Do not set _singleId in SciMetaEngine"Filippos Karapetis
2012-02-28SCI: Do not set _singleId in SciMetaEngineFilippos Karapetis
2012-01-15SCI: Clean up some memory management and loopsWillem Jan Palenstijn
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-16SCI: Moved the Hi-res description for LSL6 hi-res in the extras fieldFilippos Karapetis
2011-10-16SCI: Updated the description of LSL6 hires to distinguish it betterFilippos Karapetis
2011-09-10SCI: Added handling of cnick-kq and cnick-longbow in the fallback detectorFilippos Karapetis
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-08-07SCI: Simplify allocation of ResourceManager.Christoph Mallon
2011-08-07SCI: Remove unnecessary cast.Christoph Mallon
2011-06-20SCI: Let fallback detector set GUIO_NOSPEECH appropriatelyMax Horn
2011-06-17SCI: Improve 'extra' strings generated by fallback detectorMax Horn
2011-06-17SCI: Improve fallback detection for KQ7Max Horn
2011-06-17SCI: Improve fallback detection for GK2 demoMax Horn
2011-06-17SCI: Change fallback detector to use allFiles hashmapMax Horn
2011-06-17SCI: Use ScopedPtr to handle temporary resMan instance on the heapMax Horn
2011-06-14DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()Max Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10SCI: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-07SCI: The SCI2.1 SVGA version of MUMG is named "Mixed-Up Mother Goose Deluxe"Filippos Karapetis
2011-01-04SCI: Moved the "SCI" bit to the extras field, to preserve the original naming...Filippos Karapetis
2011-01-04SCI: Corrected game description for LSL1 (thanks Raziel)Filippos Karapetis
2011-01-04SCI: Some changes to the naming scheme of some gamesFilippos Karapetis
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-11-09SCI3: Removed detection and any possible support of Shivers 2Filippos Karapetis
2010-11-09SCI: Fixed the fallback detector againFilippos Karapetis
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-18SCI: Some changes to the fallback detector (sync with branch 1.2.0)Filippos Karapetis
2010-09-03SCI: adding mother goose titleMartin Kiewitz
2010-08-24SCI: changing maximum slots from 0-999 to 0-99Martin Kiewitz
2010-08-23SCI: multiple changes for mother goose vgaMartin Kiewitz
2010-08-02SCI: Fix leaks in ResourceManager::listResources caller code.Johannes Schickel
2010-08-02SCI: Add fallback detection for Mac SCI0 gamesMatthew Hoops
2010-08-01SCI: Enabled the "Return to Launcher" feature (needs testing)Filippos Karapetis
2010-07-27SCI: changes for mother goose sci2.1Martin Kiewitz
2010-07-18SCI: adding comments about not enabling ScummVM menu savingMartin Kiewitz
2010-07-18SCI: disabling saving from scummvm menuMartin Kiewitz
2010-07-14SCI: separating qfg1ega and qfg1vga gameidsMartin Kiewitz
2010-07-12SCI: changing gameid of lsl6 sci2.1 into "lsl6hires". We need to keep workaro...Martin Kiewitz
2010-06-25SCI: Introduce SciGameId enumMax Horn