Age | Commit message (Expand) | Author |
2006-04-01 | Simplified 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 also | Max Horn |
2006-03-25 | Fixing bug #1458388: "SIMON1: Game Detection fails". | Eugene Sandulenko |
2006-03-25 | - Revert my last change with moving addDefaultDirectory() from TheneNew.cpp | Eugene Sandulenko |
2006-03-25 | Add kListAllNoRoot type to listDir() to handle recent file class changes, on ... | Travis Howell |
2006-03-25 | - Implemented case insensitive file reading. Left old system as a fallback | Eugene Sandulenko |
2006-03-15 | Moving the MacOS bundle file checking to another function, it was getting cal... | Oystein Eftevaag |
2006-03-15 | * 'make bundle' now copies the default theme files into the bundle. | Oystein Eftevaag |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-09-03 | Change PalmOS ident | Chris Apers |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn |
2005-04-23 | Check for a '\' before adding slash too, otherwise starting a game in root di... | Travis Howell |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn |
2005-01-09 | Added new interface SeekableReadStream | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-11-27 | Make use of our String class instead of juggling with char pointers; added Fi... | Max Horn |
2004-11-14 | Extend fopenNoCase with probe of capitalized files, such as Cave.mid. | Eugene Sandulenko |
2004-11-07 | For now, perform writing always in the current directory (the old code would ... | Max Horn |
2004-10-19 | Got rid of ungetc() to save Chrilith from the trouble of implementing it | Torbjörn Andersson |
2004-10-18 | Accepted patch #1048693 -- Making File::gets() more well-defined. | Eugene Sandulenko |
2004-10-16 | Fix bug #1048129 which prevented eof() method from working. | Eugene Sandulenko |
2004-10-16 | Add gets() method to File class. | Eugene Sandulenko |
2004-08-05 | Try the current dir last, not first | Max Horn |
2004-07-31 | Fixed bug #1001069; clarified/simplified some error messages | Max Horn |
2004-07-26 | slightly more informative error messages in class File | Max Horn |
2004-07-23 | Allow subclasses to modify File class members (e.g. to set _ioFailed); change... | Max Horn |
2004-07-18 | Simplified fopenNoCase (and reduced the code redundancy) | Max Horn |
2004-07-01 | Fix bug introduced with last addDefaultDirectory() change. It prevented | Eugene Sandulenko |
2004-06-28 | Added simple ref-counting to the File class | Max Horn |
2004-06-28 | Enhanced default directory support in the File class; now one can specify arb... | Max Horn |
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few m... | Max Horn |
2004-04-17 | Removed XOR encoding stuff from File class; instead the new Scumm::XORFile cl... | Max Horn |
2004-04-17 | Fix byte reads | Max Horn |
2004-04-17 | Introduce ReadStream and WriteStream (as explained in my File class design ma... | Max Horn |
2004-02-10 | Previous method wouldn't work, since each langague is in different directory. | Travis Howell |
2004-02-06 | Add extra paths for international version of Simon the Sorcerer 1, so game ca... | Travis Howell |
2004-01-06 | add missing comma to ensure all directories are checked | Jonathan Gray |
2004-01-06 | updated copyright notice | Max Horn |
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 |