aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
AgeCommit message (Expand)Author
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-11-14Extend fopenNoCase with probe of capitalized files, such as Cave.mid.Eugene Sandulenko
2004-11-07For now, perform writing always in the current directory (the old code would ...Max Horn
2004-10-19Got rid of ungetc() to save Chrilith from the trouble of implementing itTorbjörn Andersson
2004-10-18Accepted patch #1048693 -- Making File::gets() more well-defined.Eugene Sandulenko
2004-10-16Fix bug #1048129 which prevented eof() method from working.Eugene Sandulenko
2004-10-16Add gets() method to File class.Eugene Sandulenko
2004-08-05Try the current dir last, not firstMax Horn
2004-07-31Fixed bug #1001069; clarified/simplified some error messagesMax Horn
2004-07-26slightly more informative error messages in class FileMax Horn
2004-07-23Allow subclasses to modify File class members (e.g. to set _ioFailed); change...Max Horn
2004-07-18Simplified fopenNoCase (and reduced the code redundancy)Max Horn
2004-07-01Fix bug introduced with last addDefaultDirectory() change. It preventedEugene Sandulenko
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-17Fix byte readsMax Horn
2004-04-17Introduce ReadStream and WriteStream (as explained in my File class design ma...Max Horn
2004-02-10Previous method wouldn't work, since each langague is in different directory.Travis Howell
2004-02-06Add extra paths for international version of Simon the Sorcerer 1, so game ca...Travis Howell
2004-01-06add missing comma to ensure all directories are checkedJonathan Gray
2004-01-06updated copyright noticeMax Horn
2003-12-27Search additional folder for BS1Travis Howell
2003-12-25be stricter about File::open paramsMax Horn
2003-11-30cleanupMax Horn
2003-11-18Add extra directory checks for Macintosh versions of indy3/loomTravis Howell
2003-10-10some cleanupMax Horn
2003-09-24Add Acorn version of Simon the Sorcerer 1 TalkieTravis Howell
2003-09-17added a static method setDefaultDirectory to class File; used this to simplif...Max Horn
2003-09-17delete name only after closing the fileMax Horn
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-09-08Some files are located in a different folder in Atari-ST version of ZakChris Apers
2003-08-22add sword2 cd dirsJonathan Gray
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...Jonathan Gray
2003-08-01mingw compile broken when include order was changedTravis Howell
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-03Made read() return the number of bytes that were actually read, rather thanTorbjörn Andersson
2003-06-27opsPaweł Kołodziejski
2003-06-27chenged ifdef to handle all win32 portsPaweł Kołodziejski
2003-06-15Parentheses didn't compile on WIN32Bertrand Augereau
2003-06-14fixed aquadran's Windows fix (a pointer is const for good reasons; simply cas...Max Horn
2003-06-14fix for bug #749249, related with path of game data placed on root drive unde...Paweł Kołodziejski
2003-05-28the _encbyte code was evil, because it modified the memory passed to write();...Max Horn
2003-05-28added some missing checks for file being open before reading/writingMax Horn
2003-05-21added fixme commentMax Horn
2003-05-19Patch #739911: Fix for undefined behaviour in fopenNoCase()Max Horn
2003-05-01fix leakJonathan Gray