aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-03-11Added shared filed support using native file APIs.Lars Persson
2007-03-10Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and itEugene Sandulenko
2007-03-09Removing some unnecessary #includesMax Horn
2007-03-09Avoid double frees in HashMap::eraseMax Horn
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-08removed kADFlagFilebasedFallback, this flag is never used (and filename based...Gregory Montoir
2007-03-08cleaned up stdafx.h, removing various unnecessary #includes (there are still ...Max Horn
2007-03-08added a flag to enable/disable printing a warning when filename based detecti...Gregory Montoir
2007-03-08Moved the printf #define for the NDS into scummsys.h (not sure if that suits ...Max Horn
2007-03-08common/util.cpp needs fprintf; various std I/O functions are not used by anyt...Max Horn
2007-03-08Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...Max Horn
2007-03-08Changed File::_handle to be of type void* instead of FILE* (to ease porting);...Max Horn
2007-03-08Changed ConfigManager to use class File instead of std C I/O to write the con...Max Horn
2007-03-08Turning FilesystemNode comment into a doxygen commentMax Horn
2007-03-04Removing _ptrOrig (hi Torbjorn, have fun recompiling)Max Horn
2007-03-04Some HashMap cleanup:Max Horn
2007-03-04Paranoia: a hashmap node must never ever change its key after its creationMax Horn
2007-03-03Allow PC Engine version of Loom to at least start up.Travis Howell
2007-03-01Removed File::incRef and decRefMax Horn
2007-02-28Fix spellingMax Horn
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