aboutsummaryrefslogtreecommitdiff
path: root/common/fs.cpp
AgeCommit message (Expand)Author
2010-02-13cleanupMax Horn
2009-11-21Add comment why pattern is converted to lowercase in FSDirectory::listMatchin...Johannes Schickel
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
2009-09-23COMMON: Add "ignoreCase" parameter to matchString.Johannes Schickel
2009-06-01Add a 'flat' option to FSDirectory to allow searching recursively for files i...Willem Jan Palenstijn
2009-02-24Moved FSDirectory implementation from common/archive.cpp to common/fs.cppMax Horn
2009-01-29Be paranoid about g_system being setMax Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-21Removed FSNode::lookupFileMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-15Corrected and shortened some file opening related warningsMax Horn
2008-09-07oopsMax Horn
2008-09-07Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv...Max Horn
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
2008-09-05Make use of String::matchStringMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b...Max Horn
2008-08-27Removed various uses of scumm_stricmp by the more readable String::equalsIgno...Max Horn
2008-08-03FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi...Max Horn
2008-03-29Changed FilesystemNode to use a SharedPtr instead of implementing its own ref...Max Horn
2008-02-23Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...Max Horn
2008-02-23Renamed AbstractFilesystemFactory to FilesystemFactoryMax Horn
2008-02-20Fix code formatting and simplify code a little bitMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-26Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it possib...Max Horn
2007-10-16Committing the set of patches #1814434, thanks to jvprat. They improve the do...David Corrales
2007-10-04Patch #1805208: move matchString to Common::UtilMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Fix linker issues when doing a plugin build, and (hopefully) also on WindowsMax Horn
2007-09-18Code formatting fixesMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-08-18Merged some of the changes from the trunk patch back in to the GSoC fsnode br...David Corrales
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-06-20Initial implementation of the lookupFile() function. It's meant to search rec...David Corrales
2007-06-17Added a new parameter to the getChildren function, which allows including hid...David Corrales
2007-06-16Removed the isValid operation from the FilesystemNode class in favor of the m...David Corrales
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-12Use common/singleton.h in the concrete fs factories.David Corrales
2007-05-12Renamed files and minor tweaks. Thanks LordHoto :)David Corrales
2007-05-03Use abstract factories to initialize FilesystemNode objects.David Corrales
2007-02-03Fixing various doxygen warningsMax Horn
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...Johannes Schickel
2006-07-22Added FilesystemNode::name methodMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn