Age | Commit message (Expand) | Author |
2003-12-27 | Search additional folder for BS1 | Travis Howell |
2003-12-25 | be stricter about File::open params | Max Horn |
2003-11-30 | cleanup | Max Horn |
2003-11-18 | Add extra directory checks for Macintosh versions of indy3/loom | Travis Howell |
2003-10-10 | some cleanup | Max Horn |
2003-09-24 | Add Acorn version of Simon the Sorcerer 1 Talkie | Travis Howell |
2003-09-17 | added a static method setDefaultDirectory to class File; used this to simplif... | Max Horn |
2003-09-17 | delete name only after closing the file | Max Horn |
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn |
2003-09-08 | Some files are located in a different folder in Atari-ST version of Zak | Chris Apers |
2003-08-22 | add sword2 cd dirs | Jonathan Gray |
2003-08-21 | patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b... | Jonathan Gray |
2003-08-01 | mingw compile broken when include order was changed | Travis Howell |
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, s... | Max Horn |
2003-07-03 | Made read() return the number of bytes that were actually read, rather than | Torbjörn Andersson |
2003-06-27 | ops | Paweł Kołodziejski |
2003-06-27 | chenged ifdef to handle all win32 ports | Paweł Kołodziejski |
2003-06-15 | Parentheses didn't compile on WIN32 | Bertrand Augereau |
2003-06-14 | fixed aquadran's Windows fix (a pointer is const for good reasons; simply cas... | Max Horn |
2003-06-14 | fix for bug #749249, related with path of game data placed on root drive unde... | Paweł Kołodziejski |
2003-05-28 | the _encbyte code was evil, because it modified the memory passed to write();... | Max Horn |
2003-05-28 | added some missing checks for file being open before reading/writing | Max Horn |
2003-05-21 | added fixme comment | Max Horn |
2003-05-19 | Patch #739911: Fix for undefined behaviour in fopenNoCase() | Max Horn |
2003-05-01 | fix leak | Jonathan Gray |
2003-04-30 | more PalmOS changes | Max Horn |
2003-04-10 | fixed GP32 port | Joost Peters |
2003-03-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski |
2003-01-12 | search for files in voices/ subdir (useful for Simon2Mac) | Max Horn |
2003-01-09 | indention | Max Horn |
2002-12-24 | File object stores file name (useful for debugging) | Max Horn |
2002-11-02 | Added simon sound bugfix, patch #632518 | Travis Howell |
2002-10-22 | fixed warnings (and simplified the code, gosh, aquadran, why so complicated? :-) | Max Horn |
2002-10-22 | cleanup array | Paweł Kołodziejski |
2002-10-22 | don't shadow vars | Max Horn |
2002-10-22 | don't shadow vars | Max Horn |
2002-10-21 | The terms Word and DWord are somewhat Windows centric; in fact there are syst... | Max Horn |
2002-09-17 | Appending a slash in all cases breaks some games on MOS | Ruediger Hanke |
2002-09-15 | improved open function in File class | Paweł Kołodziejski |
2002-09-13 | factored out the case-insensitive fopen into its own function - makes it easi... | Max Horn |
2002-09-13 | ugh! yes, negative offsets for seek do occur! Thus using an unsigned isn't su... | Max Horn |
2002-09-10 | changed scumm file io to class File | Paweł Kołodziejski |
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn |
2002-09-02 | added write support to File | Paweł Kołodziejski |
2002-09-02 | removed (+ pos) | Paweł Kołodziejski |
2002-09-02 | corrected lower/upper changes in File | Paweł Kołodziejski |
2002-09-02 | fixes | Paweł Kołodziejski |
2002-09-02 | changed file io in sounds to class File | Paweł Kołodziejski |
2002-08-31 | fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/re... | Max Horn |