aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f...Johannes Schickel
2008-06-02Implement ADGF_KEEPMATCHEugene Sandulenko
2008-06-02Plug memory leakEugene Sandulenko
2008-06-01Fix for crash that occurs in the unarj's fallback code - _uncompressedData i...Filippos Karapetis
2008-06-01Implement file fallback for archivesEugene Sandulenko
2008-06-01Fixed MSVC warningsFilippos Karapetis
2008-06-01Speed up decoding by memory cachingEugene Sandulenko
2008-06-01Unarj code based on unarj 2.62. Used by Drascula engineEugene Sandulenko
2008-05-28Decrement _nele when erasing an element from hashmap, and add a test-case for...Willem Jan Palenstijn
2008-05-27Made some methods virtual to allow File subclassesJordi Vilalta Prat
2008-05-26Made fallbackDetect to allow subclasses to override itJordi Vilalta Prat
2008-05-24Removing DS ifdef from getFileSystemFactory().Neil Millstone
2008-05-20Cleaned up engine debug level code.Johannes Schickel
2008-05-19Typo.Johannes Schickel
2008-05-19Removed some more obsolete GP32 codeMax Horn
2008-05-19Removed some dead codeMax Horn
2008-05-15Removed the default OSystem::getTimeAndDate() implementationMax Horn
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
2008-05-03Formatting.Johannes Schickel
2008-05-03Changed spaces to tab, thus annoying everyone who now have to do a largeTorbjörn Andersson
2008-04-26Fixed segfault when trying to start invalid gameid from command line.Johannes Schickel
2008-04-21Removed some dead codeMax Horn
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
2008-04-14Reverted commit #31499Filippos Karapetis