aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
2009-01-01Set/unified svn:keywords for all *.h and *.cpp filesMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-27Silenced warning about redefinition of ARRAYSIZE under Windows, after the lat...Filippos Karapetis
2008-12-23changes for the new libfat version. the root node now yields a list of all mo...Andre Heider
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-23Eliminate some warnings from NDS specific code.Robin Watts
2008-11-17Fix regressions in HE games, when slashes are used in filenames for file opco...Travis Howell
2008-11-07DS: Fixing feof behaviour and path prefix stuff.Neil Millstone
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-17Patch #2043093 (again - new patch): OS/2 patches for posix-fsMax Horn
2008-09-17DS: Removing some dead code; merged (parts of) std_cwd into GBAMPSaveFileMana...Max Horn
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
2008-09-14DS: Some more compile fixes (prope solution would of course be to overload ::...Max Horn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-14Compilation fix for NDSMax Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-11Added SymbianStream.h for SymbianStdioStream definitionLars Persson
2008-09-11Simplify check for a slash in the string *g*Max Horn
2008-09-10Small fix to help with compile problems on AmigaMax Horn
2008-09-08Updated/Fixed Symbian Filesystem handling.Lars Persson
2008-09-07Set default save path via save manager.Lars Persson
2008-09-07StdioStream implemented with Symbian file handling.Lars Persson
2008-09-07Remove symbian defines from stdiostream.cppLars Persson
2008-09-06Unlike ferror, our Stream::ioFailed() is also supposed to return true when th...Max Horn
2008-09-05Some tweaks to help (?) OS/2Max Horn
2008-09-05Updated filehandling for Symbian OSLars Persson
2008-09-05Ported AMIGA specific file buffering 'hack' from class File to StdioStreamMax Horn
2008-09-03POSIX FSNode: got rid of Double-slashes in paths for childs of the root; simp...Max Horn
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...Max Horn
2008-09-03Moved StdioStream to its own files inside backendsMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b...Max Horn
2008-09-03CleanupFilippos Karapetis
2008-09-02Modified POSIX FSNode implementation to use Common::normalizePath & Common::l...Max Horn
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...Max Horn
2008-08-27Slightly modified form of patch #2043093: OS/2 patches for posix-fsMax Horn
2008-08-22Turned SymbianFilesystemFactory from a singleton into a normal class; adapted...Max Horn
2008-08-22Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for...Max Horn
2008-08-22Moved POSIXFilesystemNode class declaration to a new header file, to enable s...Max Horn
2008-08-19Don't Use CEikonEnv::Static, get FS from system class insteadLars Persson
2008-08-13cleanupMax Horn
2008-08-05Remove file attribute check, since getChild() can be called on file path that...Travis Howell
2008-08-03cleanupMax Horn
2008-07-28Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes can...Nicola Mettifogo
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ge...Max Horn
2008-05-15Removed the GP32 portMax Horn
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
2008-03-29Removing dead codeMax Horn