aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
AgeCommit message (Expand)Author
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
2003-04-30more PalmOS changesMax Horn
2003-04-10fixed GP32 portJoost Peters
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2003-01-12search for files in voices/ subdir (useful for Simon2Mac)Max Horn
2003-01-09indentionMax Horn
2002-12-24File object stores file name (useful for debugging)Max Horn
2002-11-02Added simon sound bugfix, patch #632518Travis Howell
2002-10-22fixed warnings (and simplified the code, gosh, aquadran, why so complicated? :-)Max Horn
2002-10-22cleanup arrayPaweł Kołodziejski
2002-10-22don't shadow varsMax Horn
2002-10-22don't shadow varsMax Horn
2002-10-21The terms Word and DWord are somewhat Windows centric; in fact there are syst...Max Horn
2002-09-17Appending a slash in all cases breaks some games on MOSRuediger Hanke
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-10changed scumm file io to class FilePaweł Kołodziejski
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-09-02added write support to FilePaweł Kołodziejski
2002-09-02removed (+ pos)Paweł Kołodziejski
2002-09-02corrected lower/upper changes in FilePaweł Kołodziejski