aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
AgeCommit message (Expand)Author
2006-05-03Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth...Max Horn
2006-05-03Changed FilesystemNode::listDir to return a bool indicating its success (or f...Max Horn
2006-05-01Add a variant of File::addDefaultDirectory(Recursive) which takes a Filesyste...Max Horn
2006-04-30Add a File::open variant that takes a FilesystemNode as parameterMax Horn
2006-04-27Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ...Travis Howell
2006-04-26Removed 'directory' parameter of File::openMax Horn
2006-04-26Yet another revision of File::exists. I now believe the function really is 'w...Max Horn
2006-04-26Commited *correct* File::exists reimplementation (compared to my incomplete p...Max Horn
2006-04-26Properly re-implemented File::exists to FilesystemNode (this should fix bug #...Max Horn
2006-04-23Remove superfluous exclamation markMax Horn
2006-04-16Removed the directory parameter from md5_fileMax Horn
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-14Fix crash in fopenNoCase triggered by filenames/paths that exceeded ~ 512 byt...Max Horn
2006-04-12Fixing the workaround for bug #1458388 (should have added trailing dot, but d...Max Horn
2006-04-11Removed the PalmOS specific hack in file.cpp in favor for code that should wo...Max Horn
2006-04-11Bad hack to make the file class work agaain with PalmOS ARM version - read th...Chris Apers
2006-04-04Added const qualifierMax Horn
2006-04-01Simplified 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 alsoMax Horn
2006-03-25Fixing bug #1458388: "SIMON1: Game Detection fails".Eugene Sandulenko
2006-03-25- Revert my last change with moving addDefaultDirectory() from TheneNew.cppEugene Sandulenko
2006-03-25Add 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 fallbackEugene Sandulenko
2006-03-15Moving 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-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-03Change PalmOS identChris Apers
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-04-23Check 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 andMax Horn
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