Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-23 | changes for the new libfat version. the root node now yields a list of all ↵ | Andre Heider | |
mounted devices svn-id: r35504 | |||
2008-11-29 | Remove warnings from NDS build. | Robin Watts | |
svn-id: r35172 | |||
2008-11-23 | Eliminate some warnings from NDS specific code. | Robin Watts | |
svn-id: r35157 | |||
2008-11-17 | Fix regressions in HE games, when slashes are used in filenames for file ↵ | Travis Howell | |
opcodes. svn-id: r35105 | |||
2008-11-07 | DS: Fixing feof behaviour and path prefix stuff. | Neil Millstone | |
svn-id: r34934 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-17 | Patch #2043093 (again - new patch): OS/2 patches for posix-fs | Max Horn | |
svn-id: r34595 | |||
2008-09-17 | DS: Removing some dead code; merged (parts of) std_cwd into ↵ | Max Horn | |
GBAMPSaveFileManager::listSavefiles svn-id: r34587 | |||
2008-09-15 | DS: Backported 0.12 changes to trunk | Max Horn | |
svn-id: r34568 | |||
2008-09-14 | DS: Some more compile fixes (prope solution would of course be to overload ↵ | Max Horn | |
::openForReading & ::openForWriting) svn-id: r34550 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549 | |||
2008-09-14 | Compilation fix for NDS | Max Horn | |
svn-id: r34542 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-11 | Added SymbianStream.h for SymbianStdioStream definition | Lars Persson | |
Renamed Symbian stream implementation to SymbianStdioStream instead of StdioStream. svn-id: r34498 | |||
2008-09-11 | Simplify check for a slash in the string *g* | Max Horn | |
svn-id: r34485 | |||
2008-09-10 | Small fix to help with compile problems on Amiga | Max Horn | |
svn-id: r34474 | |||
2008-09-08 | Updated/Fixed Symbian Filesystem handling. | Lars Persson | |
Does not store ending backslash on path, and will list any sub folder properly, by adding '\' when needed. svn-id: r34453 | |||
2008-09-07 | Set default save path via save manager. | Lars Persson | |
Fix bug in symbian-fs GetChild function. svn-id: r34417 | |||
2008-09-07 | StdioStream implemented with Symbian file handling. | Lars Persson | |
svn-id: r34400 | |||
2008-09-07 | Remove symbian defines from stdiostream.cpp | Lars Persson | |
svn-id: r34399 | |||
2008-09-06 | Unlike ferror, our Stream::ioFailed() is also supposed to return true when ↵ | Max Horn | |
the end of stream has been reached svn-id: r34385 | |||
2008-09-05 | Some tweaks to help (?) OS/2 | Max Horn | |
svn-id: r34368 | |||
2008-09-05 | Updated filehandling for Symbian OS | Lars Persson | |
svn-id: r34346 | |||
2008-09-05 | Ported AMIGA specific file buffering 'hack' from class File to StdioStream | Max Horn | |
svn-id: r34345 | |||
2008-09-03 | POSIX FSNode: got rid of Double-slashes in paths for childs of the root; ↵ | Max Horn | |
simplified code svn-id: r34307 | |||
2008-09-03 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ↵ | Max Horn | |
to backends svn-id: r34304 | |||
2008-09-03 | Moved StdioStream to its own files inside backends | Max Horn | |
svn-id: r34303 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-09-03 | Added new AbstractFilesystemNode::openForReading & ::openForWriting method, ↵ | Max Horn | |
based on StdioStream; changed FilesystemNode to use them svn-id: r34301 | |||
2008-09-03 | Cleanup | Filippos Karapetis | |
svn-id: r34295 | |||
2008-09-02 | Modified POSIX FSNode implementation to use Common::normalizePath & ↵ | Max Horn | |
Common::lastPathComponent; added a TODO regarding relative paths svn-id: r34283 | |||
2008-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new ↵ | Max Horn | |
AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character svn-id: r34197 | |||
2008-08-27 | Slightly modified form of patch #2043093: OS/2 patches for posix-fs | Max Horn | |
svn-id: r34193 | |||
2008-08-22 | Turned SymbianFilesystemFactory from a singleton into a normal class; ↵ | Max Horn | |
adapted symbian backend accordingly svn-id: r34101 | |||
2008-08-22 | Turned 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-22 | Moved POSIXFilesystemNode class declaration to a new header file, to enable ↵ | Max Horn | |
subclassing svn-id: r34097 | |||
2008-08-19 | Don't Use CEikonEnv::Static, get FS from system class instead | Lars Persson | |
svn-id: r34025 | |||
2008-08-13 | cleanup | Max Horn | |
svn-id: r33847 | |||
2008-08-05 | Remove file attribute check, since getChild() can be called on file path ↵ | Travis Howell | |
that doesn'r exist. svn-id: r33633 | |||
2008-08-03 | cleanup | Max Horn | |
svn-id: r33587 | |||
2008-07-28 | Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes ↵ | Nicola Mettifogo | |
can be added only to directory names. svn-id: r33350 | |||
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko | |
svn-id: r32547 | |||
2008-06-03 | DS: 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-15 | Removed the GP32 port | Max Horn | |
svn-id: r32139 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-04-02 | Remove Symbian FS creation from common SDL code | Lars Persson | |
svn-id: r31364 | |||
2008-03-29 | Removing dead code | Max Horn | |
svn-id: r31304 | |||
2008-03-12 | Removed remaining traces of the dead MorphOS backend, which itself was ↵ | Max Horn | |
removed about one year ago svn-id: r31114 | |||
2008-03-03 | Fix compile. | Travis Howell | |
svn-id: r31035 | |||
2008-03-03 | the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. | Robert Göffringmann | |
svn-id: r31034 |