Age | Commit message (Expand) | Author |
2008-11-21 | Removed FSNode::lookupFile | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-15 | Corrected and shortened some file opening related warnings | Max Horn |
2008-09-07 | oops | Max Horn |
2008-09-07 | Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv... | Max Horn |
2008-09-06 | Switched class File & DumpFile to use StdioStream internally | Max Horn |
2008-09-05 | Make use of String::matchString | 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-08-27 | Removed various uses of scumm_stricmp by the more readable String::equalsIgno... | Max Horn |
2008-08-03 | FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi... | Max Horn |
2008-03-29 | Changed FilesystemNode to use a SharedPtr instead of implementing its own ref... | Max Horn |
2008-02-23 | Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles... | Max Horn |
2008-02-23 | Renamed AbstractFilesystemFactory to FilesystemFactory | Max Horn |
2008-02-20 | Fix code formatting and simplify code a little bit | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-26 | Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it possib... | Max Horn |
2007-10-16 | Committing the set of patches #1814434, thanks to jvprat. They improve the do... | David Corrales |
2007-10-04 | Patch #1805208: move matchString to Common::Util | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Fix linker issues when doing a plugin build, and (hopefully) also on Windows | Max Horn |
2007-09-18 | Code formatting fixes | Max Horn |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-08-18 | Merged some of the changes from the trunk patch back in to the GSoC fsnode br... | David Corrales |
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common groun... | David Corrales |
2007-06-20 | Initial implementation of the lookupFile() function. It's meant to search rec... | David Corrales |
2007-06-17 | Added a new parameter to the getChildren function, which allows including hid... | David Corrales |
2007-06-16 | Removed the isValid operation from the FilesystemNode class in favor of the m... | David Corrales |
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode imple... | David Corrales |
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-12 | Use common/singleton.h in the concrete fs factories. | David Corrales |
2007-05-12 | Renamed files and minor tweaks. Thanks LordHoto :) | David Corrales |
2007-05-03 | Use abstract factories to initialize FilesystemNode objects. | David Corrales |
2007-02-03 | Fixing various doxygen warnings | Max Horn |
2006-07-22 | Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d... | Johannes Schickel |
2006-07-22 | Added FilesystemNode::name method | Max Horn |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |