aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-08-05Removed unneeded #includes.Travis Howell
2008-08-04List the correct engines in about, Lars Persson
2008-08-04Remove some code which was rendered obsolete by md5's commit r33610Max Horn
2008-08-04Fixing compilation under MSVCFilippos Karapetis
2008-08-04Modified DumpFile::open to accept non-existing nodes, and to actually open fi...Max Horn
2008-08-04Turned InSaveFile & OutSaveFile into simple typedefsMax Horn
2008-08-04Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::...Max Horn
2008-08-03FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi...Max Horn
2008-08-03Implemented DumpFile::open(FSNode)Max Horn
2008-08-03OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma...Max Horn
2008-08-03New OSystem API for loading/storing default config fileMax Horn
2008-08-02Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file'Max Horn
2008-07-31- Added Common::mem_fun_ref for object references instead of pointers.Johannes Schickel
2008-07-30This time properly reverted my accidental commits of the osystem&configman pa...Max Horn
2008-07-30Fixed Win32 build, after Fingolfin's commits (probably because of the revert ...Nicola Mettifogo
2008-07-30Simplify/optimize/cleanup detectGameFilebased furtherMax Horn
2008-07-30Revert my accidental commit of the OSystem changes (oops)Max Horn
2008-07-30Simplified advanced detector file sys scanning codeMax Horn
2008-07-30Advanced detector: split out part of detectGame into a new function detectGam...Max Horn
2008-07-30Reordered initialization order to kill a ton of warnings.Nicola Mettifogo
2008-07-30Changed BufferedReadStream to not permanently decrease its buffer size at the...Max Horn
2008-07-29- FormattingJohannes Schickel
2008-07-29Little fix for documentation.Johannes Schickel
2008-07-29Documentation for func.h.Johannes Schickel
2008-07-29Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr...Max Horn
2008-07-29Added documentation for the functions in algorithm.h.Johannes Schickel
2008-07-29CONFIGMAN: Store domains in the order they were addedMax Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-29Formatting.Johannes Schickel
2008-07-29Added a reset method to SharedPtr, which allows NULLifying it.Johannes Schickel
2008-07-29Changed advanced detector to *always* use the FSNode API for detection (i.e. ...Max Horn
2008-07-25Added Common::Rect::isEmpty() methodMax Horn
2008-07-23Reorder stuff a little bit, moving private String methods together: cleanupMax Horn
2008-07-23Added convenience method String::makeUnique(); simplified String::operator=(c...Max Horn
2008-07-23Fix String::trim to work right for shared strings; augemented test cases to c...Max Horn
2008-07-22Disable hashmemory pool for Symbian OSLars Persson
2008-07-22Added String::trim() methodMax Horn
2008-07-21Silence a warning which complains about using an uninitialized variable.Kari Salminen
2008-07-20Fix for bug #1971499: ALL: config manager crashes when reading too long linesMax Horn
2008-07-20New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ...Max Horn
2008-07-20Two new TODO/FIXME comments for class FileMax Horn
2008-07-20Fixed potential issue in Common::String when asserting a substring of a strin...Max Horn
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2008-06-28Removed OSystem::getFilesystemFactory() default implentation, as announcedMax Horn
2008-06-22Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false...Filippos Karapetis
2008-06-11No need to specify CaseSensitiveString_Hash explicitly anymoreMax Horn
2008-06-10Re-enabled default Hash<String> templateMax Horn
2008-06-10Removed unneeded #includeMax Horn
2008-06-08Don't attempt to close the arj file if it hasn't been openedFilippos Karapetis
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko