aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
AgeCommit message (Expand)Author
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
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-06-21make File constructor virtual to allow subclassing; made seek default to SEEK...Max Horn
2003-05-28the _encbyte code was evil, because it modified the memory passed to write();...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2002-12-24File object stores file name (useful for debugging)Max Horn
2002-11-10indention fix :-)Max Horn
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are syst...Max Horn
2002-09-15improved open function in File classPaweł Kołodziejski
2002-09-13factored out the case-insensitive fopen into its own function - makes it easi...Max Horn
2002-09-13ugh! yes, negative offsets for seek do occur! Thus using an unsigned isn't su...Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-09-02added write support to FilePaweł Kołodziejski
2002-09-02changed file io in sounds to class FilePaweł Kołodziejski
2002-08-31updatedPaweł Kołodziejski
2002-08-31added class FilePaweł Kołodziejski