aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
AgeCommit message (Expand)Author
2019-11-03ENGINES: Stop using 'single id'Bastien Bouclet
2019-11-03ENGINES: Add an engine ID to all the enginesBastien Bouclet
2019-07-09SCI: Move The Dating Pool entries together with the other fanmade gamesFilippos Karapetis
2018-12-10ENGINES: Normalize the getName() result of metaenginesBastien Bouclet
2018-12-05SCI: Use Common::strlcpy instead of custom strlcpy-equivalentColin Snover
2018-12-02SCI: Add support for The Dating Pool (#1403)Kawa
2018-09-01SCI32: Add a game option to double the videos in KQ7 by defaultFilippos Karapetis
2018-08-30SCI32: update the fallback detector for Hoyle5, some cleanupFilippos Karapetis
2018-06-03Merge pull request #1141 from DanielSWolf/larryscaleThierry Crozat
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-04-07ALL: Load savegame thumbnail only when necessaryAdrian Frühwirth
2018-03-16SCI: Add game option for enabling/disabling LarryScale in LSL7Daniel Wolf
2017-09-23SCI: Use reference instead of pointer for required out-data in metadata save ...Colin Snover
2017-09-08SCI32: Toggle Phant2 content censoring from game optionsColin Snover
2017-09-08SCI32: Detect KQ7 2.00b using platform-specific filesColin Snover
2017-07-30SCI32: Fix Phant2 game nameColin Snover
2017-07-06SCI32: Improve kShowMovieWin (AVI) renderingColin Snover
2017-06-10SCI32: Fix detection and loading of localized resources in TorinColin Snover
2017-05-13SCI: Suppress resource warnings when running fallback detectionColin Snover
2017-04-23SCI: Implement fallback detection for SCI3Colin Snover
2017-04-22SCI: Explicitly label slot 0 as the autosave slot in the ScummVM UIColin Snover
2017-04-22SCI32: Fix launcher load for ShiversColin Snover
2017-04-22SCI32: Only activate the Load button in the launcher when it is usableColin Snover
2017-04-22SCI: Clean up unnecessary delayed restore flagsColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2016-12-18SCI32: Disable load button in F5 menu for Phant1 & Hoyle5Colin Snover
2016-12-18SCI: Clarify the SciEngine::canSaveGameStateCurrently situationColin Snover
2016-11-29ALL: Remove comma before the word 'instead'Ben Castricum
2016-10-28SCI: Resolve duplicate resmap.001 checkWillem Jan Palenstijn
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-29SCI32: Start implementing kSave for SCI32Colin Snover
2016-08-19SCI32: Enable multi-disc audio resourcesColin Snover
2016-07-25SCI: Add detection to the Hoyle 5 family of gamesOmer Mor
2016-07-11SCI32: Add detection for Hoyle 5 demoColin Snover
2016-07-10SCI32: Add support for blacklined videoColin Snover
2016-07-06SCI: Add detection for the ImagiNation Network (INN) DemoOmer Mor
2016-03-08SCI: Separate the demos of QFG4, PQ4 and GK1 from their full versionsFilippos Karapetis
2016-03-08ENGINES: Make variable names of ADGameDescription conform to our guidelines.Johannes Schickel
2016-03-08ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines.Johannes Schickel
2016-02-25SCI: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-20SCI: Fix a regression in the fallback detector. Some cleanupFilippos Karapetis
2016-02-05SCI: Blocking ScummVM auto-save slot 0 for savingMartin Kiewitz
2016-01-26SCI: Only request actual save slots in listSaves.Johannes Schickel
2016-01-22SCI: add user option for high resolution graphicsMartin Kiewitz
2016-01-14SCI: Use tick-based timing more consistentlyColin Snover
2015-06-15SCI: rename GAMEOPTION_EGA_UNDITHER name + descMartin Kiewitz
2015-04-26SCI: remove unused code in SciEngine::loadGameState()Martin Kiewitz
2015-04-26SCI: implement delayed restore via ScummVM menuMartin Kiewitz
2015-04-26Revert "SCI: Hopefully fix bug #3565505 - "SCI : crash when loading a savegame""Willem Jan Palenstijn
2014-10-18SCI: Separate the rest of the detection-only functionsFilippos Karapetis