Age | Commit message (Expand) | Author |
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 |
2007-12-21 | Remove a comment | Neil Millstone |
2007-12-21 | Implement exists() in DS file system | Neil Millstone |
2007-12-09 | Expand ~/ to the HOME env var (see also patch #1846545) | Max Horn |
2007-10-31 | Factorize most of the common code in the isReadable() and isWritable() method... | David Corrales |
2007-10-31 | Properly implemented the isReadable() and isWritable() methods for the AmigaO... | David Corrales |
2007-10-30 | - free fib object in AmigaOSFilesystemNode::exists | Johannes Schickel |
2007-10-30 | Fixed a typo in the AmigaOSFilesystemNode::exists() method. | David Corrales |
2007-10-30 | Added a missing variable to the AmigaOSFilesystem::exists() method. Hopefully... | David Corrales |
2007-10-30 | Implement the AmigaOSFilesystemNode::exists() method. | David Corrales |
2007-10-28 | make sure our GetCurrentDirectory is used (non existant in ce api) | Kostas Nakos |
2007-10-17 | fix compile after recent fs code rename | Joost Peters |
2007-10-13 | Fixed a load of compile errors, reverted additions to lastPathComponent() whi... | Neil Millstone |
2007-10-07 | Fixed a missing return value in the lastPathComponent function. Thanks to Raz... | David Corrales |
2007-10-07 | Commit of patch #1804861. It implements a static lastPathComponent() function... | David Corrales |
2007-09-27 | fixed savepath files listing under win32 | Gregory Montoir |
2007-09-22 | oops. | Johannes Schickel |
2007-09-22 | Hopefully fix amigos4 fs implementation. | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-19 | rename psp_fs.cpp to psp-fs.cpp (as per the naming convention) | Joost Peters |
2007-09-19 | _displayName now contains the last path component, not the full path | Joost Peters |
2007-09-18 | Fixed compilation under MSVC8 | Filippos Karapetis |
2007-09-18 | Fix linker issues when doing a plugin build, and (hopefully) also on Windows | Max Horn |
2007-09-18 | Code formatting fixes | Max Horn |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-08-18 | Merged some of the changes from the trunk patch back in to the GSoC fsnode br... | David Corrales |
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common groun... | David Corrales |
2007-07-19 | Fixed a subtle bug when browsing directories in the main game chooser. | David Corrales |