aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
AgeCommit message (Expand)Author
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-18Use explicit path in #include statement (DS port specific)Max Horn
2007-11-13Initial commit of the iPhone/iPod Touch backendOystein Eftevaag
2007-11-11Committed patch #1829748 "Fix for memory leaks in File::exists".Johannes Schickel
2007-11-02Removed now obsolete workaroundsMax Horn
2007-10-31Removed the Common::File::removeFile() methods, and moved their implementatio...David Corrales
2007-10-28work around ce's lack of posix errnoKostas Nakos
2007-10-16Make the exists() method take into account default directories. This makes th...David Corrales
2007-10-13Added extra includes for the DS port now that stdafx.h is no longer includedNeil Millstone
2007-10-03Provide dummy remove() function for DC...Marcus Comstedt
2007-09-21Rename file removal functions, to avoid conflicts. Add save game path, when r...Travis Howell
2007-09-18More comment fixing :PSven Hesse
2007-09-18Fixed a typo. (Thanks to our Doctor for spotting it)Johannes Schickel
2007-09-18Clarified the FIXME in Common::File::exists a bit.Johannes Schickel
2007-09-18Fixes Common::File::exists. Please see the added FIXME comment about the real...Johannes Schickel
2007-09-18Fix some warningsMax Horn
2007-09-18Code formatting fixesMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-08-18Merged some of the changes from the trunk patch back in to the GSoC fsnode br...David Corrales
2007-07-20Added a remove() function to the Common::File class. Also changed the exists(...David Corrales
2007-06-16Small bugfix. Wrong logical operator.David Corrales
2007-06-16Removed the isValid operation from the FilesystemNode class in favor of the m...David Corrales
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-03-11Added shared filed support using native file APIs.Lars Persson
2007-03-08Moved the printf #define for the NDS into scummsys.h (not sure if that suits ...Max Horn
2007-03-08common/util.cpp needs fprintf; various std I/O functions are not used by anyt...Max Horn
2007-03-08Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...Max Horn
2007-03-08Changed File::_handle to be of type void* instead of FILE* (to ease porting);...Max Horn
2007-03-01Removed File::incRef and decRefMax Horn
2006-10-14RevertTravis Howell
2006-10-14Fix introduction of WWTravis Howell
2006-07-30Added explicit string equals/hash functors to a new header common/hash-str.h;...Max Horn
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...Johannes Schickel
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in the file...Johannes Schickel
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-16Remove _name.clear(); from Close since same File instance is re-opened by Sym...Lars Persson
2006-06-11Applied the patch included in bug rep [ 1503716 ] Leak in File::Open (on OS X...Oystein Eftevaag
2006-05-13Fix for bug #1483213Max Horn
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