aboutsummaryrefslogtreecommitdiff
path: root/common/advancedDetector.cpp
AgeCommit message (Expand)Author
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-15Saving some more bytes of binary size in the advanced detectorMax Horn
2008-11-06Simplified AdvancedMetaEngine::fallbackDetect usageMax Horn
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30AdvancedDetector: Do not (ab)use paths to keep track of files, rather, use FS...Max Horn
2008-08-27Removed various uses of scumm_stricmp by the more readable String::equalsIgno...Max Horn
2008-08-02Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file'Max Horn
2008-07-30Simplify/optimize/cleanup detectGameFilebased furtherMax Horn
2008-07-30Simplified advanced detector file sys scanning codeMax Horn
2008-07-30Advanced detector: split out part of detectGame into a new function detectGam...Max Horn
2008-07-29Changed advanced detector to *always* use the FSNode API for detection (i.e. ...Max Horn
2008-06-11No need to specify CaseSensitiveString_Hash explicitly anymoreMax Horn
2008-06-02Implement ADGF_KEEPMATCHEugene Sandulenko
2008-04-10Add way to denote CD versions of games and drop language in augmentedEugene Sandulenko
2008-04-07Advanced detector: Let the user define a language/platform override for games...Max Horn
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...Max Horn
2008-03-22removed dead codeMax Horn
2008-03-15Got rid of EncapsulatedADGameDescMax Horn
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...Max Horn
2008-03-14cleanupMax Horn
2008-03-14Advanced Detector: Changed fallback detector from a callback function pointer...Max Horn
2008-02-03Made some advanced detector stuff internal (for now), as it is only used by A...Max Horn
2007-12-31Add to AdvancedDetector possibility to use field 'extra' in ADGameDescriptionEugene Sandulenko
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-10-28Patch #1814831: "Unify the way to report unknown versions of games"Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-23Merged the FSNode branch with trunk r27031:27680David Corrales
2007-06-15Added a FIXME comment to the adv. detector code regarding (not) using FSNode/...Max Horn
2007-06-15ADV detector: Refactored findGameID() a bit, making it possible to use it out...Max Horn
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
2007-06-11Fix for bug #1719463: "DETECTOR: Launching undefined target adds launcher entry"Eugene Sandulenko
2007-06-06Adv detector: Merged upgradeTargetIfNecessary() into detectGameForEngineCreat...Max Horn
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30AdvDetector changes: made upgradeTargetIfNecessary internal; cleanup to findG...Max Horn
2007-04-26More cleanupMax Horn
2007-04-26cleanupMax Horn
2007-04-26Patch #1697907: Small patches for AdvancedDetectorMax Horn
2007-04-26Remove bogus use of tstr2 (which is empty at this point anyway)Max Horn
2007-04-09Improve report of unknown MD5, to ease copy-pasting to detection codeEugene Sandulenko
2007-03-08added a flag to enable/disable printing a warning when filename based detecti...Gregory Montoir
2007-02-18Improved (I hope) the 'Unknown MD5' messages in our detectors a little bitMax Horn
2007-02-14AdvancedDetector: revamped the file based fallback codeMax Horn
2007-02-14Make use of md5_file_stringMax Horn
2007-02-14Some more cleanup, and that's it for tonightMax Horn
2007-02-14Minor cleanupMax Horn
2007-02-14Added some comments and performed some cleanup in the file based fallback cod...Max Horn
2007-02-14Properly implemented the AD fallback callbackMax Horn
2007-02-13Since detectBestMatchingGame now returns a ADGameDescription pointer, we can ...Max Horn