aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Collapse)Author
2008-09-03POSIX FSNode: got rid of Double-slashes in paths for childs of the root; ↵Max Horn
simplified code svn-id: r34307
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ↵Max Horn
to backends svn-id: r34304
2008-09-03Moved StdioStream to its own files inside backendsMax Horn
svn-id: r34303
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵Max Horn
'typedef Common::String String;' name aliases svn-id: r34302
2008-09-03Added new AbstractFilesystemNode::openForReading & ::openForWriting method, ↵Max Horn
based on StdioStream; changed FilesystemNode to use them svn-id: r34301
2008-09-03CleanupFilippos Karapetis
svn-id: r34295
2008-09-02Modified POSIX FSNode implementation to use Common::normalizePath & ↵Max Horn
Common::lastPathComponent; added a TODO regarding relative paths svn-id: r34283
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new ↵Max Horn
AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character svn-id: r34197
2008-08-27Slightly modified form of patch #2043093: OS/2 patches for posix-fsMax Horn
svn-id: r34193
2008-08-22Turned SymbianFilesystemFactory from a singleton into a normal class; ↵Max Horn
adapted symbian backend accordingly svn-id: r34101
2008-08-22Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need ↵Max Horn
for them to be singletons (actually true for all other FS factories) svn-id: r34098
2008-08-22Moved POSIXFilesystemNode class declaration to a new header file, to enable ↵Max Horn
subclassing svn-id: r34097
2008-08-19Don't Use CEikonEnv::Static, get FS from system class insteadLars Persson
svn-id: r34025
2008-08-13cleanupMax Horn
svn-id: r33847
2008-08-05Remove file attribute check, since getChild() can be called on file path ↵Travis Howell
that doesn'r exist. svn-id: r33633
2008-08-03cleanupMax Horn
svn-id: r33587
2008-07-28Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes ↵Nicola Mettifogo
can be added only to directory names. svn-id: r33350
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
svn-id: r32547
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ↵Max Horn
get rid of -Isource/fat svn-id: r32520
2008-05-15Removed the GP32 portMax Horn
svn-id: r32139
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
svn-id: r31364
2008-03-29Removing dead codeMax Horn
svn-id: r31304
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was ↵Max Horn
removed about one year ago svn-id: r31114
2008-03-03Fix compile.Travis Howell
svn-id: r31035
2008-03-03the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.Robert Göffringmann
svn-id: r31034
2008-03-01Moved Dreamcast filesystem factory to platform directory.Marcus Comstedt
svn-id: r31021
2008-02-26Fixed FileSystemNode::exists() method, see bug #1875588. SAGA engine works ↵Chris Apers
fine now svn-id: r30979
2008-02-24Don't #include the FS factory implementations in common/system.cpp; rather, ↵Max Horn
rely on the build system to include them svn-id: r30957
2008-02-24Stop redefinitions of ARRAYSIZEFilippos Karapetis
svn-id: r30954
2008-02-23Replaced FilesystemFactory::makeFSFactory with a new method ↵Max Horn
OSystem::getFilesystemFactory() svn-id: r30947
2008-02-23Renamed AbstractFilesystemFactory to FilesystemFactoryMax Horn
svn-id: r30935
2008-02-03Implement exists(), isReadable() and isWritable().Marcus Comstedt
svn-id: r30773
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-21Functionality for is readable and writableLars Persson
svn-id: r30601
2008-01-20Removed obsolete comment, fixed indentionMax Horn
svn-id: r30589
2008-01-20- Updated version numbers, Implemented exists properly, Added two engines in ↵Lars Persson
main_features.inl svn-id: r30586
2008-01-18Use explicit path in #include statement (DS port specific)Max Horn
svn-id: r30552
2008-01-17implement exists(), isReadable() and isWritable() stubs using access()Joost Peters
svn-id: r30537
2007-12-25Removed obsolete commentMax Horn
svn-id: r29992
2007-12-21Remove a commentNeil Millstone
svn-id: r29943
2007-12-21Implement exists() in DS file systemNeil Millstone
svn-id: r29942
2007-12-09Expand ~/ to the HOME env var (see also patch #1846545)Max Horn
svn-id: r29797
2007-10-31Factorize most of the common code in the isReadable() and isWritable() ↵David Corrales
methods for the AmigaOS backend, via the getFibProtection() method. svn-id: r29342
2007-10-31Properly implemented the isReadable() and isWritable() methods for the ↵David Corrales
AmigaOSFilesystemNode backend. Thanks a lot to Raziel_One on this one :) svn-id: r29339
2007-10-30- free fib object in AmigaOSFilesystemNode::existsJohannes Schickel
- cleanup svn-id: r29330
2007-10-30Fixed a typo in the AmigaOSFilesystemNode::exists() method.David Corrales
svn-id: r29329
2007-10-30Added a missing variable to the AmigaOSFilesystem::exists() method. ↵David Corrales
Hopefully it's complete now :) svn-id: r29328
2007-10-30Implement the AmigaOSFilesystemNode::exists() method.David Corrales
svn-id: r29327