aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
AgeCommit message (Expand)Author
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