aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
2008-04-02Remove Symbian FS creation from common SDL codeLars Persson
2008-03-29Removing dead codeMax Horn
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was remove...Max Horn
2008-03-03Fix compile.Travis Howell
2008-03-03the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.Robert Göffringmann
2008-03-01Moved Dreamcast filesystem factory to platform directory.Marcus Comstedt
2008-02-26Fixed FileSystemNode::exists() method, see bug #1875588. SAGA engine works fi...Chris Apers
2008-02-24Don't #include the FS factory implementations in common/system.cpp; rather, r...Max Horn
2008-02-24Stop redefinitions of ARRAYSIZEFilippos Karapetis
2008-02-23Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...Max Horn
2008-02-23Renamed AbstractFilesystemFactory to FilesystemFactoryMax Horn
2008-02-03Implement exists(), isReadable() and isWritable().Marcus Comstedt
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-21Functionality for is readable and writableLars Persson
2008-01-20Removed obsolete comment, fixed indentionMax Horn
2008-01-20- Updated version numbers, Implemented exists properly, Added two engines in ...Lars Persson
2008-01-18Use explicit path in #include statement (DS port specific)Max Horn
2008-01-17implement exists(), isReadable() and isWritable() stubs using access()Joost Peters
2007-12-25Removed obsolete commentMax Horn
2007-12-21Remove a commentNeil Millstone
2007-12-21Implement exists() in DS file systemNeil Millstone
2007-12-09Expand ~/ to the HOME env var (see also patch #1846545)Max Horn
2007-10-31Factorize most of the common code in the isReadable() and isWritable() method...David Corrales
2007-10-31Properly implemented the isReadable() and isWritable() methods for the AmigaO...David Corrales
2007-10-30- free fib object in AmigaOSFilesystemNode::existsJohannes Schickel
2007-10-30Fixed a typo in the AmigaOSFilesystemNode::exists() method.David Corrales
2007-10-30Added a missing variable to the AmigaOSFilesystem::exists() method. Hopefully...David Corrales
2007-10-30Implement the AmigaOSFilesystemNode::exists() method.David Corrales
2007-10-28make sure our GetCurrentDirectory is used (non existant in ce api)Kostas Nakos
2007-10-17fix compile after recent fs code renameJoost Peters
2007-10-13Fixed a load of compile errors, reverted additions to lastPathComponent() whi...Neil Millstone
2007-10-07Fixed a missing return value in the lastPathComponent function. Thanks to Raz...David Corrales
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() function...David Corrales
2007-09-27fixed savepath files listing under win32Gregory Montoir
2007-09-22oops.Johannes Schickel
2007-09-22Hopefully fix amigos4 fs implementation.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-19rename 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 pathJoost Peters
2007-09-18Fixed compilation under MSVC8Filippos Karapetis
2007-09-18Fix linker issues when doing a plugin build, and (hopefully) also on WindowsMax Horn
2007-09-18Code formatting fixesMax Horn
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-08-18Merged some of the changes from the trunk patch back in to the GSoC fsnode br...David Corrales
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-07-19Fixed a subtle bug when browsing directories in the main game chooser.David Corrales
2007-07-09Update the interfaces for the getChildren method to include the hidden flag.David Corrales
2007-07-09Fixed a couple compilation issues in the windows build.David Corrales
2007-06-20Initial implementation of the lookupFile() function. It's meant to search rec...David Corrales