aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-02-25TypoMax Horn
2007-02-25Add some doxygen comments to Common::StreamMax Horn
2007-02-25TypoMax Horn
2007-02-20Added new ReadStream::readStream method which can be used to read a portion o...Max Horn
2007-02-20Removed XORReadStream (it was unused); enhanced MemoryReadStream to be able t...Max Horn
2007-02-19Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent...Max Horn
2007-02-18Made it possible to init a Stack<T> with an Array<T>; removed hack in Stack<T...Max Horn
2007-02-18Improved (I hope) the 'Unknown MD5' messages in our detectors a little bitMax Horn
2007-02-18Renamed crc32 which conflicts with Tapwave system functionChris Apers
2007-02-17Get rid of Common::SaveFileMax Horn
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2007-02-14AdvancedDetector: revamped the file based fallback codeMax Horn
2007-02-14Make use of md5_file_stringMax Horn
2007-02-14Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ...Max 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-13made rtrim() and ltrim() global functions, to reduce code duplication (it see...Gregory Montoir
2007-02-13Kill MSVC warning:Eugene Sandulenko
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-13(re)added flags field to ADGameDescription, with currently only one value (GF...Max Horn
2007-02-09cleanupMax Horn
2007-02-05Only do the file based fallback when no matches by MD5s were foundSven Hesse
2007-02-04Added Common::getEnabledSpecialDebugLevelsMax Horn
2007-02-04AdvancedDetector now has built-in fallback detection based on file lists.Eugene Sandulenko
2007-02-03Fixing various doxygen warningsMax Horn
2007-01-30warningsGregory Montoir
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-28Gregory's patch for bug #1645653 ("MSVC71 BUILD: Latest SVN doesn't compile").Johannes Schickel
2007-01-28Return a default value in the const-variant of HashMap::getVal, instead of as...Max Horn
2007-01-28Add more paramteres to AdvancedDetector. Not used yet.Eugene Sandulenko
2007-01-27Fix typo spotted by clone2727Eugene Sandulenko
2007-01-25Lots of cleanup in the AdvancedDetectorMax Horn
2007-01-25cleanupMax Horn
2007-01-25Removed getDescription() functionMax Horn
2007-01-25At this time, ADVANCED_DETECTOR_DEFINE_PLUGIN doesn't take a factory function...Max Horn
2007-01-25Print out file size for unmatched files. Also alter output slighty.Eugene Sandulenko
2007-01-25Removed class AdvancedDetectorMax Horn
2007-01-25Mention that some fields in ADGameFileDescription are optional.Eugene Sandulenko