Age | Commit message (Expand) | Author |
2008-09-10 | Small fix to help with compile problems on Amiga | Max Horn |
2008-09-08 | Updated/Fixed Symbian Filesystem handling. | Lars Persson |
2008-09-07 | Set default save path via save manager. | Lars Persson |
2008-09-07 | StdioStream implemented with Symbian file handling. | Lars Persson |
2008-09-07 | Remove symbian defines from stdiostream.cpp | Lars Persson |
2008-09-06 | Unlike ferror, our Stream::ioFailed() is also supposed to return true when th... | Max Horn |
2008-09-05 | Some tweaks to help (?) OS/2 | Max Horn |
2008-09-05 | Updated filehandling for Symbian OS | Lars Persson |
2008-09-05 | Ported AMIGA specific file buffering 'hack' from class File to StdioStream | Max Horn |
2008-09-03 | POSIX FSNode: got rid of Double-slashes in paths for childs of the root; simp... | Max Horn |
2008-09-03 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ... | Max Horn |
2008-09-03 | Moved StdioStream to its own files inside backends | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-03 | Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b... | Max Horn |
2008-09-03 | Cleanup | Filippos Karapetis |
2008-09-02 | Modified POSIX FSNode implementation to use Common::normalizePath & Common::l... | Max Horn |
2008-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new Abstrac... | Max Horn |
2008-08-27 | Slightly modified form of patch #2043093: OS/2 patches for posix-fs | Max Horn |
2008-08-22 | Turned SymbianFilesystemFactory from a singleton into a normal class; adapted... | Max Horn |
2008-08-22 | Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for... | Max Horn |
2008-08-22 | Moved POSIXFilesystemNode class declaration to a new header file, to enable s... | Max Horn |
2008-08-19 | Don't Use CEikonEnv::Static, get FS from system class instead | Lars Persson |
2008-08-13 | cleanup | Max Horn |
2008-08-05 | Remove file attribute check, since getChild() can be called on file path that... | Travis Howell |
2008-08-03 | cleanup | Max Horn |
2008-07-28 | Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes can... | Nicola Mettifogo |
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko |
2008-06-03 | DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ge... | Max Horn |
2008-05-15 | Removed the GP32 port | Max Horn |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-04-02 | Remove Symbian FS creation from common SDL code | Lars Persson |
2008-03-29 | Removing dead code | Max Horn |
2008-03-12 | Removed remaining traces of the dead MorphOS backend, which itself was remove... | Max Horn |
2008-03-03 | Fix compile. | Travis Howell |
2008-03-03 | the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. | Robert Göffringmann |
2008-03-01 | Moved Dreamcast filesystem factory to platform directory. | Marcus Comstedt |
2008-02-26 | Fixed FileSystemNode::exists() method, see bug #1875588. SAGA engine works fi... | Chris Apers |
2008-02-24 | Don't #include the FS factory implementations in common/system.cpp; rather, r... | Max Horn |
2008-02-24 | Stop redefinitions of ARRAYSIZE | Filippos Karapetis |
2008-02-23 | Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles... | Max Horn |
2008-02-23 | Renamed AbstractFilesystemFactory to FilesystemFactory | Max Horn |
2008-02-03 | Implement exists(), isReadable() and isWritable(). | Marcus Comstedt |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-21 | Functionality for is readable and writable | Lars Persson |
2008-01-20 | Removed obsolete comment, fixed indention | Max Horn |
2008-01-20 | - Updated version numbers, Implemented exists properly, Added two engines in ... | Lars Persson |
2008-01-18 | Use explicit path in #include statement (DS port specific) | Max Horn |
2008-01-17 | implement exists(), isReadable() and isWritable() stubs using access() | Joost Peters |
2007-12-25 | Removed obsolete comment | Max Horn |