aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
AgeCommit message (Expand)Author
2019-05-12COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStreamPaul Gilbert
2016-08-24CLOUD: Make download() create necessary directoriesAlexander Tkachev
2016-08-04COMMON: Add WriteStream::pos()Alexander Tkachev
2014-08-29COMMON: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-02-09Remove last traces of File::addDefaultDirectoryMax Horn
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-07-29Removed redundant File::ioFailed() implementation; also turned ReadStream::io...Max Horn
2009-07-29Removed last traces of clearIOFailed. Yay :)Max Horn
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-18Fixed documentation.Johannes Schickel
2008-10-23Pushed down some header depsMax Horn
2008-10-22Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightlyMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Added multiple new open() methods to Common::File, which make it possible to ...Max Horn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-08Switched File::open, File::addDefaultDirectory to use a SearchSet internally....Max Horn
2008-09-06Got rid of File::eof()Max Horn
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
2008-09-03Moved StdioStream to its own files inside backendsMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Added new StdioStream class, a thin wrapper around FILEMax Horn
2008-08-04Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::...Max Horn
2008-08-03Implemented DumpFile::open(FSNode)Max Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-05-27Made some methods virtual to allow File subclassesJordi Vilalta Prat
2007-10-31Removed the Common::File::removeFile() methods, and moved their implementatio...David Corrales
2007-09-21Rename file removal functions, to avoid conflicts. Add save game path, when r...Travis Howell
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
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-05Merged fsnode with trunk: r27971:28460David Corrales
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-07-20Added a remove() function to the Common::File class. Also changed the exists(...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-08Changed File::_handle to be of type void* instead of FILE* (to ease porting);...Max Horn
2007-03-01Removed File::incRef and decRefMax Horn
2007-02-25TypoMax Horn
2006-07-24Documenting Common::File a bit.Johannes Schickel
2006-05-20Make the copy constructor / assignment operator of class File private to prev...Max Horn
2006-05-13Fix for bug #1483213Max Horn
2006-05-01Add a variant of File::addDefaultDirectory(Recursive) which takes a Filesyste...Max Horn
2006-04-30Add a File::open variant that takes a FilesystemNode as parameterMax Horn
2006-04-26Removed 'directory' parameter of File::openMax Horn
2006-04-26Properly re-implemented File::exists to FilesystemNode (this should fix bug #...Max Horn