aboutsummaryrefslogtreecommitdiff
path: root/engines/advancedDetector.cpp
AgeCommit message (Expand)Author
2019-11-03ENGINES: Change targets to have an 'engine ID'Bastien Bouclet
2019-01-30COMMON: Include hidden files in directory listings by defaultBastien Bouclet
2018-11-11ENGINES: Fix Crash in Fallback Detector Game Title Naming.D G Turner
2018-06-03BASE: Remove temporary targets when they fail to launchBastien Bouclet
2018-05-10ENGINES: Remove usage of C++11 extended initializer listsBastien Bouclet
2018-05-10ENGINES: Cleanup DetectedGame initialization in the ADBastien Bouclet
2018-05-10ENGINES: Merge GameDescriptor and DetectedGameBastien Bouclet
2018-05-10ENGINES: Set the GameDescriptor decription in the constructorBastien Bouclet
2018-05-10ENGINES: Turn GameDescriptor into a simple structBastien Bouclet
2018-05-10ENGINES: Change MetaEngine::listSupportedGames to return plain game descriptorsBastien Bouclet
2018-05-10ENGINES: Change MetaEngine::findGame to return a plain game descriptorBastien Bouclet
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2018-05-10ENGINES: Fix clang-tidy warningsBastien Bouclet
2018-05-01ENGINES: Mark reportCommon string as translateableLothar Serra Mari
2018-04-30Revert "ENGINES: Improve update of the Unknown Game Dialog when the overlay s...Adrian Frühwirth
2018-04-29ENGINES: Improve update of the Unknown Game Dialog when the overlay size changesThierry Crozat
2018-04-29ENGINES: Show the unknown Game dialog only when the detector is launched by t...Lothar Serra Mari
2018-04-29ENGINES: Add a dialog for reporting unknown gamesLothar Serra Mari
2017-11-10ENGINES: Improve output of unknown game variant detectionColin Snover
2017-11-10ENGINES: Continue to check file presence after a hash/size mismatchColin Snover
2017-05-21ENGINES: Allow detection entries to match on full pathsColin Snover
2017-01-13ENGINES: AD: When file has no Mac Resource fork, compute its md5 normallyEugene Sandulenko
2016-11-29ALL: Fix usage of 'etc.'Ben Castricum
2016-11-27ENGINES: Simplify translation for advancedDetector.cpprootfather
2016-03-08ENGINES: Make variable names of PlainGameDescriptor conform to our guidelines.Johannes Schickel
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-03-08ENGINES: Fix formatting.Johannes Schickel
2016-03-07AD: Remove leftover debug messagesEugene Sandulenko
2016-03-07AD: Added new flag for autogenerating game target from extra informationEugene Sandulenko
2014-08-06DETECTOR: Do not show the zero matched size for illegitimate copiesFilippos Karapetis
2014-02-18ENGINES: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-09AD: Introduce ADGF_DROPPLATFORMEugene Sandulenko
2013-07-06ALL: Don't use EventRecorder at all when not compiled inMatthew Hoops
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2012-06-27DETECTOR: Make reportUnknown() available for AdvancedMetaEngine classes to useSven Hesse
2012-06-27DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizesSven Hesse
2012-06-27DETECTOR: Move size reading and MD5 creating into a new method getFilePropert...Sven Hesse
2012-06-27DETECTOR: Move ADFileProperties(Map) into advancedDetector.hSven Hesse
2012-06-27DETECTOR: Rename SizeMD5(Map) to ADFileProperties(Map)Sven Hesse
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-19ENGINES: Implement per-game options caching in AdvancedDetector via GUIO flags.Johannes Schickel
2011-10-23AD: Swtich GUI options to a char array.Eugene Sandulenko
2011-10-08COMMON: Include hidden files in FSDirectory cache and detection.Alyssa Milburn
2011-06-16ENGINES: Warn user about games marked with ADGF_UNSTABLE flagsTarek Soliman
2011-06-14DETECTOR: Change ADFileBasedFallback::desc to ADGameDescription pointerMax Horn
2011-06-14DETECTOR: Remove kADFlagPrintWarningOnFileBasedFallbackMax Horn
2011-06-14DETECTOR: Treat file based fallback like any other fallback methodMax Horn
2011-06-14DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()Max Horn