aboutsummaryrefslogtreecommitdiff
path: root/common/advancedDetector.cpp
AgeCommit message (Expand)Author
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
2007-02-13Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or...Max Horn
2007-02-13Some more AdvancedDetector cleanup: Removed kADFlagFilebasedFallback flag (ju...Max Horn
2007-02-13Thanks to the previous changes, we can now cleanup detectGameForEngineCreatio...Max Horn
2007-02-13AdvancedDetector changes:Max Horn
2007-02-13Rename Common::GF_XXX to Common::ADGF_XXXEugene Sandulenko
2007-02-13Renamed generateComplexID to generatePreferredTarget to match my previous commitMax Horn
2007-02-13Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a...Max Horn
2007-02-13Moved detectGameForEngineCreation next to detectBestMatchingGame (somebody sh...Max Horn
2007-02-13Use GF_DEMO flag in the AdvancedDetector to augment the preferredtarget nameMax Horn
2007-02-09cleanupMax Horn
2007-02-05Only do the file based fallback when no matches by MD5s were foundSven Hesse
2007-02-04AdvancedDetector now has built-in fallback detection based on file lists.Eugene Sandulenko
2007-01-30- Fixed bug with single ID detectionEugene Sandulenko
2007-01-29Now AdvancedDetector could use single ID per engine. Also it can suggestEugene Sandulenko
2007-01-25Lots of cleanup in the AdvancedDetectorMax Horn
2007-01-25cleanupMax Horn
2007-01-25Removed getDescription() functionMax Horn
2007-01-25Print out file size for unmatched files. Also alter output slighty.Eugene Sandulenko
2007-01-25Removed class AdvancedDetectorMax Horn
2007-01-25Use file sizes in detection too.Eugene Sandulenko
2007-01-24Hide all AdvacedDetector parameters into a structure for easier maintenanceEugene Sandulenko
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
2006-12-20Stripped some more real_ prefixes from function names; also added a new FIXME...Max Horn