Age | Commit message (Expand) | Author |
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 |
2008-09-04 | Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ... | Max Horn |
2008-09-03 | correct a typo (thanks to salty-horse) | Matthew Hoops |
2008-09-03 | Minor formatting cleanup. | Johannes Schickel |
2008-09-03 | Changed some code to use the new Stream::readLine() method | Max Horn |
2008-09-03 | Fix nasty off-by-one errors | Max Horn |
2008-09-03 | Fixed Stream::readLine implementation to match its doxygen comment | Max Horn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-09-03 | Modified Common::Str to use exponential growth for its storage; also changed ... | Max Horn |
2008-09-03 | Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtr | Max Horn |
2008-09-03 | clarified comment | Max Horn |
2008-09-03 | Moved StdioStream to its own files inside backends | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-03 | Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b... | Max Horn |
2008-09-03 | Added new StdioStream class, a thin wrapper around FILE | Max Horn |
2008-09-03 | Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1. | Travis Howell |
2008-09-02 | Change FilesystemNode::getChild to new desired behavior: namely, that it shou... | Max Horn |
2008-09-02 | Handle OSystem::lockScreen fail in default OSystem::clearScreen implementation. | Johannes Schickel |
2008-09-02 | Revised HashMap implementation | Max Horn |
2008-09-02 | Added two new global funcs which ease proper handling of 'path' strings: Comm... | Max Horn |
2008-09-01 | First part of GSoC2008 RTL branch merge | Max Horn |
2008-09-01 | - Added tests for newly added Common::Queue | Johannes Schickel |
2008-09-01 | New Queue class, from RTL branch | Max Horn |
2008-08-31 | Added newly added archive.cpp to the build system, just in case someone wants... | Johannes Schickel |
2008-08-31 | * Added Archive, an interface for searching into file containers. | Nicola Mettifogo |
2008-08-27 | Removed various uses of scumm_stricmp by the more readable String::equalsIgno... | Max Horn |
2008-08-26 | And for all of those who love recompiling most of ScummVM... fixed typo prope... | Johannes Schickel |
2008-08-26 | Fixed typo. (Thanks to salty-horse for spotting it). | Johannes Schickel |
2008-08-20 | Unified member names in container/storage classes Array, HashMap and String: ... | Max Horn |
2008-08-20 | Extended HashMap debug output | Max Horn |
2008-08-10 | Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,... | Christopher Page |
2008-08-09 | Use FSNode API in default OSystem::openConfigFileForReading & OSystem::openCo... | Max Horn |
2008-08-09 | If no default config file is present, just don't load it, instead of crashing | Max Horn |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-09 | hotfix around drascula mem leak problems. see also bug report | Kostas Nakos |
2008-08-05 | Merged revisions 33626-33627 via svnmerge from | Christopher Page |
2008-08-05 | Removed unneeded #includes. | Travis Howell |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-04 | List the correct engines in about, | Lars Persson |
2008-08-04 | Remove some code which was rendered obsolete by md5's commit r33610 | Max Horn |
2008-08-04 | Fixing compilation under MSVC | Filippos Karapetis |
2008-08-04 | Modified DumpFile::open to accept non-existing nodes, and to actually open fi... | Max Horn |
2008-08-04 | Turned InSaveFile & OutSaveFile into simple typedefs | Max Horn |
2008-08-04 | Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::... | Max Horn |
2008-08-03 | FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi... | Max Horn |
2008-08-03 | Implemented DumpFile::open(FSNode) | Max Horn |