aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
AgeCommit message (Expand)Author
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
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-01Simplified the File::addDefaultDirectory(Recursive) code; avoid scanning dire...Max Horn
2006-03-28- Renamed class AssocArray to HashMap to match our existing class Map (note alsoMax Horn
2006-03-25- Revert my last change with moving addDefaultDirectory() from TheneNew.cppEugene Sandulenko
2006-03-25- Implemented case insensitive file reading. Left old system as a fallbackEugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-06Fix another doyxgen warningMax Horn
2005-05-05Turned File::exists into a static method (as it should have been from the sta...Max Horn
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-01-09Added new interface SeekableReadStreamMax Horn
2005-01-01Updated copyrightMax Horn
2004-11-27Make use of our String class instead of juggling with char pointers; added Fi...Max Horn
2004-10-16Add gets() method to File class.Eugene Sandulenko
2004-07-26Turn various File class methods into virtual methods, to allow overloadingMax Horn
2004-07-23Allow subclasses to modify File class members (e.g. to set _ioFailed); change...Max Horn
2004-06-28Added simple ref-counting to the File classMax Horn
2004-06-28Enhanced default directory support in the File class; now one can specify arb...Max Horn
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-04-17Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl...Max Horn
2004-04-17Introduce ReadStream and WriteStream (as explained in my File class design ma...Max Horn
2004-01-06updated copyright noticeMax Horn
2003-12-25be stricter about File::open paramsMax Horn
2003-11-30cleanupMax Horn
2003-10-16add method to set the xor byte in the file class. Needed as the combined mac ...Jonathan Gray
2003-10-10some cleanupMax Horn
2003-09-17added a static method setDefaultDirectory to class File; used this to simplif...Max Horn