aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2007-04-25Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...Max Horn
2007-04-24Patch #1706179: "GUI: Sort languages list"Eugene Sandulenko
2007-04-15Added Common::String::contains() methodMax Horn
2007-04-09also copy debug output to the (redirected) log filesKostas Nakos
2007-04-09Improve report of unknown MD5, to ease copy-pasting to detection codeEugene Sandulenko
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-03-24Corrected some c&p error in the documentation.Johannes Schickel
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-03-17Added class NonCopyable, and made various things derive from itMax Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-17Implemented a simple EventManager classMax Horn
2007-03-12Protect Array<> and HashMap<> instances against self assignmentsMax Horn
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