Age | Commit message (Expand) | Author |
2007-02-17 | Get rid of Common::SaveFile | Max Horn |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-14 | AdvancedDetector: revamped the file based fallback code | Max Horn |
2007-02-14 | Make use of md5_file_string | Max Horn |
2007-02-14 | Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ... | Max Horn |
2007-02-14 | Some more cleanup, and that's it for tonight | Max Horn |
2007-02-14 | Minor cleanup | Max Horn |
2007-02-14 | Added some comments and performed some cleanup in the file based fallback cod... | Max Horn |
2007-02-14 | Properly implemented the AD fallback callback | Max Horn |
2007-02-13 | Since detectBestMatchingGame now returns a ADGameDescription pointer, we can ... | 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 | made rtrim() and ltrim() global functions, to reduce code duplication (it see... | Gregory Montoir |
2007-02-13 | Kill MSVC warning: | Eugene Sandulenko |
2007-02-13 | Thanks to the previous changes, we can now cleanup detectGameForEngineCreatio... | Max Horn |
2007-02-13 | AdvancedDetector changes: | Max Horn |
2007-02-13 | Rename Common::GF_XXX to Common::ADGF_XXX | Eugene Sandulenko |
2007-02-13 | Renamed generateComplexID to generatePreferredTarget to match my previous commit | Max Horn |
2007-02-13 | Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a... | Max Horn |
2007-02-13 | Moved detectGameForEngineCreation next to detectBestMatchingGame (somebody sh... | Max Horn |
2007-02-13 | Use GF_DEMO flag in the AdvancedDetector to augment the preferredtarget name | Max Horn |
2007-02-13 | (re)added flags field to ADGameDescription, with currently only one value (GF... | Max Horn |
2007-02-09 | cleanup | Max Horn |
2007-02-05 | Only do the file based fallback when no matches by MD5s were found | Sven Hesse |
2007-02-04 | Added Common::getEnabledSpecialDebugLevels | Max Horn |
2007-02-04 | AdvancedDetector now has built-in fallback detection based on file lists. | Eugene Sandulenko |
2007-02-03 | Fixing various doxygen warnings | Max Horn |
2007-01-30 | warnings | Gregory Montoir |
2007-01-30 | - Fixed bug with single ID detection | Eugene Sandulenko |
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 | Return a default value in the const-variant of HashMap::getVal, instead of as... | Max Horn |
2007-01-28 | Add more paramteres to AdvancedDetector. Not used yet. | Eugene Sandulenko |
2007-01-27 | Fix typo spotted by clone2727 | Eugene Sandulenko |
2007-01-25 | Lots of cleanup in the AdvancedDetector | Max Horn |
2007-01-25 | cleanup | Max Horn |
2007-01-25 | Removed getDescription() function | Max Horn |
2007-01-25 | At this time, ADVANCED_DETECTOR_DEFINE_PLUGIN doesn't take a factory function... | Max Horn |
2007-01-25 | Print out file size for unmatched files. Also alter output slighty. | Eugene Sandulenko |
2007-01-25 | Removed class AdvancedDetector | Max Horn |
2007-01-25 | Mention that some fields in ADGameFileDescription are optional. | Eugene Sandulenko |
2007-01-25 | Use file sizes in detection too. | 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-21 | Added non-const variant of HashMap::getVal | Max Horn |
2007-01-21 | Added some new HashMap methods: lookupAndCreateIfMissing (internal only), set... | Max Horn |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2007-01-19 | Added copy constructor and assignment operator to class HashMap | Max Horn |