Age | Commit message (Expand) | Author |
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | Max Horn |
2008-09-17 | Moved base/game.* to engines/game.* | Max Horn |
2008-07-30 | Advanced detector: split out part of detectGame into a new function detectGam... | Max Horn |
2008-06-02 | Implement ADGF_KEEPMATCH | Eugene Sandulenko |
2008-05-26 | Made fallbackDetect to allow subclasses to override it | Jordi Vilalta Prat |
2008-04-10 | Add way to denote CD versions of games and drop language in augmented | Eugene Sandulenko |
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD... | Max Horn |
2008-03-15 | Got rid of EncapsulatedADGameDesc | Max Horn |
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG... | Max Horn |
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function pointer... | Max Horn |
2008-02-03 | Made some advanced detector stuff internal (for now), as it is only used by A... | Max Horn |
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn |
2008-02-02 | Converted the remaining engines to use MetaEngine | Jordi Vilalta Prat |
2008-02-02 | New MetaEngine class (work in progress to replace the current Engine plugin A... | Max Horn |
2007-12-31 | Add to AdvancedDetector possibility to use field 'extra' in ADGameDescription | Eugene Sandulenko |
2007-11-21 | remove _ADVANCED_DETECTOR_DEFINE_PLUGIN_HEAD | Gregory Montoir |
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko |
2007-10-28 | Patch #1814831: "Unify the way to report unknown versions of games" | Eugene Sandulenko |
2007-08-13 | Add possibility to serve engines with complex Engine class instantiation | Eugene Sandulenko |
2007-06-15 | ADV detector: Refactored findGameID() a bit, making it possible to use it out... | Max Horn |
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-30 | AdvDetector changes: made upgradeTargetIfNecessary internal; cleanup to findG... | Max Horn |
2007-03-08 | removed kADFlagFilebasedFallback, this flag is never used (and filename based... | Gregory Montoir |
2007-03-08 | added a flag to enable/disable printing a warning when filename based detecti... | Gregory Montoir |
2007-02-14 | AdvancedDetector: revamped the file based fallback code | Max Horn |
2007-02-14 | Properly implemented the AD fallback callback | Max Horn |
2007-02-13 | Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or... | Max Horn |
2007-02-13 | Some more AdvancedDetector cleanup: Removed kADFlagFilebasedFallback flag (ju... | Max Horn |
2007-02-13 | Kill MSVC warning: | Eugene Sandulenko |
2007-02-13 | AdvancedDetector changes: | Max Horn |
2007-02-13 | Rename Common::GF_XXX to Common::ADGF_XXX | Eugene Sandulenko |
2007-02-13 | Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a... | Max Horn |
2007-02-13 | (re)added flags field to ADGameDescription, with currently only one value (GF... | Max Horn |
2007-02-04 | AdvancedDetector now has built-in fallback detection based on file lists. | Eugene Sandulenko |
2007-01-30 | warnings | Gregory Montoir |
2007-01-29 | Now AdvancedDetector could use single ID per engine. Also it can suggest | Eugene Sandulenko |
2007-01-28 | Gregory's patch for bug #1645653 ("MSVC71 BUILD: Latest SVN doesn't compile"). | Johannes Schickel |
2007-01-28 | Add more paramteres to AdvancedDetector. Not used yet. | Eugene Sandulenko |
2007-01-25 | Lots of cleanup in the AdvancedDetector | Max Horn |
2007-01-25 | At this time, ADVANCED_DETECTOR_DEFINE_PLUGIN doesn't take a factory function... | Max Horn |
2007-01-25 | Removed class AdvancedDetector | Max Horn |
2007-01-25 | Mention that some fields in ADGameFileDescription are optional. | Eugene Sandulenko |
2007-01-24 | Correcting doc comment | Max Horn |
2007-01-24 | Corrected a comment | Max Horn |
2007-01-24 | Add optional size parameter to ADGameFileDescription. Not used now. | Eugene Sandulenko |
2007-01-24 | Hide all AdvacedDetector parameters into a structure for easier maintenance | Eugene Sandulenko |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2006-12-29 | Make ADGameFileDescription is built in directly into ADGameDescription. | Eugene Sandulenko |