Age | Commit message (Expand) | Author |
2007-03-10 | Shut useless MSVC8 warning. We use pack-start.h and pack-end.h and it | Eugene Sandulenko |
2007-03-09 | Removing some unnecessary #includes | Max Horn |
2007-03-09 | Avoid double frees in HashMap::erase | Max Horn |
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo |
2007-03-08 | removed kADFlagFilebasedFallback, this flag is never used (and filename based... | Gregory Montoir |
2007-03-08 | cleaned up stdafx.h, removing various unnecessary #includes (there are still ... | Max Horn |
2007-03-08 | added a flag to enable/disable printing a warning when filename based detecti... | Gregory Montoir |
2007-03-08 | Moved the printf #define for the NDS into scummsys.h (not sure if that suits ... | Max Horn |
2007-03-08 | common/util.cpp needs fprintf; various std I/O functions are not used by anyt... | Max Horn |
2007-03-08 | Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ... | Max Horn |
2007-03-08 | Changed File::_handle to be of type void* instead of FILE* (to ease porting);... | Max Horn |
2007-03-08 | Changed ConfigManager to use class File instead of std C I/O to write the con... | Max Horn |
2007-03-08 | Turning FilesystemNode comment into a doxygen comment | Max Horn |
2007-03-04 | Removing _ptrOrig (hi Torbjorn, have fun recompiling) | Max Horn |
2007-03-04 | Some HashMap cleanup: | Max Horn |
2007-03-04 | Paranoia: a hashmap node must never ever change its key after its creation | Max Horn |
2007-03-03 | Allow PC Engine version of Loom to at least start up. | Travis Howell |
2007-03-01 | Removed File::incRef and decRef | Max Horn |
2007-02-28 | Fix spelling | Max Horn |
2007-02-25 | Typo | Max Horn |
2007-02-25 | Add some doxygen comments to Common::Stream | Max Horn |
2007-02-25 | Typo | Max Horn |
2007-02-20 | Added new ReadStream::readStream method which can be used to read a portion o... | Max Horn |
2007-02-20 | Removed XORReadStream (it was unused); enhanced MemoryReadStream to be able t... | Max Horn |
2007-02-19 | Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent... | Max Horn |
2007-02-18 | Made it possible to init a Stack<T> with an Array<T>; removed hack in Stack<T... | Max Horn |
2007-02-18 | Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit | Max Horn |
2007-02-18 | Renamed crc32 which conflicts with Tapwave system function | Chris Apers |
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 |