aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-09-29Don't subclass ArjFile from Common::File (there seems to be no good reason fo...Max Horn
2008-09-29File::open no longer falls back to searching the current dir (if this causes ...Max Horn
2008-09-29Add priority parameter to the SearchMan APIMax Horn
2008-09-27Changed Common::File to use SearchManMax Horn
2008-09-27Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor...Max Horn
2008-09-27Modified Common::SearchSet to take signed integer priorities, for convenience...Max Horn
2008-09-24Changed builtin Common::String capacity to 24 (on 32 bit systems), to make si...Max Horn
2008-09-24Changed Common::String to use a MemoryPool for its refcountsMax Horn
2008-09-23Perform error checking when reading from a ZIP fileMax Horn
2008-09-23cleanupMax Horn
2008-09-23Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u...Max Horn
2008-09-23Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ...Max Horn
2008-09-22Fix comments for random() funcs (thanks to salty-horse for pointing this out)Max Horn
2008-09-20Little readability tweakMax Horn
2008-09-20Fixed "empty control statement" warning in FSDirectory::matchPattern().Vicent Marti
2008-09-18Added 'native' implementations for FSDirectory::matchPattern & SearchSet::get...Max Horn
2008-09-17Simplified & fixed SearchManagerMax Horn
2008-09-17Moved base/game.* to engines/game.*Max Horn
2008-09-16Merged common/gzip-stream.* and common/zlib.*Max Horn
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ...Max Horn
2008-09-15Turned compressed savefile wrapper into a generic stream wrapperMax Horn
2008-09-15Corrected and shortened some file opening related warningsMax Horn
2008-09-15Fix SubReadStream by initing _eos to false in the constructor (spotted thanks...Max Horn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-14Fixed a typo & clarified a commentMax Horn
2008-09-13Portability fixes.Eugene Sandulenko
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-11Added first version of the SearchManager, as it is presented in patch tracker...Nicola Mettifogo
2008-09-11Remove obsolete note about fopenMax Horn
2008-09-08Switched File::open, File::addDefaultDirectory to use a SearchSet internally....Max Horn
2008-09-07Changed md5_file(FSNode) to use FSNode::openForReadingMax Horn
2008-09-07Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f...Max Horn
2008-09-07oopsMax Horn
2008-09-07Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /...Max Horn
2008-09-07Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv...Max Horn
2008-09-07Added new OSystem method addSysArchivesToSearchSet() [better name pending, su...Max Horn
2008-09-06Added hasArchive to SearchSet.Johannes Schickel
2008-09-06Got rid of File::eof()Max Horn
2008-09-06Clarified / fixed some Common::Archive doxygen commentsMax Horn
2008-09-06Removed last traces of fopen / FILE from common/file.cppMax Horn
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
2008-09-06Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N...Max Horn
2008-09-05Added simple ZipArchive class, and changed some GUI code to use it, instead o...Max Horn
2008-09-05Optimized matchString for the common case where there is a trailing * (if tha...Max Horn
2008-09-05Fix class FSDirectory (matchPattern would call getAllNames would call matchPa...Max Horn
2008-09-05Make use of String::matchStringMax Horn
2008-09-05Moved matchString from util.* to str.*; added new String::matchString method;...Max Horn
2008-09-05Made FSDirectory use the default matchPattern implementation.Nicola Mettifogo
2008-09-05* Implemented a default matchPattern for Archive subclasses (courtesy of Fing...Nicola Mettifogo
2008-09-05Updated filehandling for Symbian OSLars Persson