Age | Commit message (Expand) | Author |
2008-09-27 | Changed Common::File to use SearchMan | Max Horn |
2008-09-27 | Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor... | Max Horn |
2008-09-27 | Modified Common::SearchSet to take signed integer priorities, for convenience... | Max Horn |
2008-09-24 | Changed builtin Common::String capacity to 24 (on 32 bit systems), to make si... | Max Horn |
2008-09-24 | Changed Common::String to use a MemoryPool for its refcounts | Max Horn |
2008-09-23 | Perform error checking when reading from a ZIP file | Max Horn |
2008-09-23 | cleanup | Max Horn |
2008-09-23 | Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u... | Max Horn |
2008-09-23 | Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ... | Max Horn |
2008-09-22 | Fix comments for random() funcs (thanks to salty-horse for pointing this out) | Max Horn |
2008-09-20 | Little readability tweak | Max Horn |
2008-09-20 | Fixed "empty control statement" warning in FSDirectory::matchPattern(). | Vicent Marti |
2008-09-18 | Added 'native' implementations for FSDirectory::matchPattern & SearchSet::get... | Max Horn |
2008-09-17 | Simplified & fixed SearchManager | Max Horn |
2008-09-17 | Moved base/game.* to engines/game.* | Max Horn |
2008-09-16 | Merged common/gzip-stream.* and common/zlib.* | Max Horn |
2008-09-16 | Modified uncompress in common/zlib.h to return a bool, so that we don't have ... | Max Horn |
2008-09-15 | Turned compressed savefile wrapper into a generic stream wrapper | Max Horn |
2008-09-15 | Corrected and shortened some file opening related warnings | Max Horn |
2008-09-15 | Fix SubReadStream by initing _eos to false in the constructor (spotted thanks... | Max Horn |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-14 | Fixed a typo & clarified a comment | Max Horn |
2008-09-13 | Portability fixes. | Eugene Sandulenko |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-11 | Added first version of the SearchManager, as it is presented in patch tracker... | Nicola Mettifogo |
2008-09-11 | Remove obsolete note about fopen | Max Horn |
2008-09-08 | Switched File::open, File::addDefaultDirectory to use a SearchSet internally.... | Max Horn |
2008-09-07 | Changed md5_file(FSNode) to use FSNode::openForReading | Max Horn |
2008-09-07 | Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f... | Max Horn |
2008-09-07 | oops | Max Horn |
2008-09-07 | Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /... | Max Horn |
2008-09-07 | Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv... | Max Horn |
2008-09-07 | Added new OSystem method addSysArchivesToSearchSet() [better name pending, su... | Max Horn |
2008-09-06 | Added hasArchive to SearchSet. | Johannes Schickel |
2008-09-06 | Got rid of File::eof() | Max Horn |
2008-09-06 | Clarified / fixed some Common::Archive doxygen comments | Max Horn |
2008-09-06 | Removed last traces of fopen / FILE from common/file.cpp | Max Horn |
2008-09-06 | Switched class File & DumpFile to use StdioStream internally | Max Horn |
2008-09-06 | Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N... | Max Horn |
2008-09-05 | Added simple ZipArchive class, and changed some GUI code to use it, instead o... | Max Horn |
2008-09-05 | Optimized matchString for the common case where there is a trailing * (if tha... | Max Horn |
2008-09-05 | Fix class FSDirectory (matchPattern would call getAllNames would call matchPa... | Max Horn |
2008-09-05 | Make use of String::matchString | Max Horn |
2008-09-05 | Moved matchString from util.* to str.*; added new String::matchString method;... | Max Horn |
2008-09-05 | Made 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-05 | Updated filehandling for Symbian OS | Lars Persson |
2008-09-05 | Ported AMIGA specific file buffering 'hack' from class File to StdioStream | Max Horn |
2008-09-05 | Removed useless dependencies from common/file.h in common code. When complete... | Nicola Mettifogo |
2008-09-05 | Updated Symbian OS file actions with ferror and fflush. | Lars Persson |