aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
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
2007-06-17Added a new parameter to the getChildren function, which allows including hid...David Corrales
2007-06-16Removed the isValid operation from the FilesystemNode class in favor of the m...David Corrales
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-06-04Added stubs for the exists(), isReadable() and isWritable() methods for all a...David Corrales
2007-06-04Added a missing include in non-POSIX factories.David Corrales
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
2007-05-31Removed the now obsolete singleton declaration macro from the FSNode factories.David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-26Merged the fs branch with trunk. r26472:26948David Corrales
2007-05-12Use common/singleton.h in the concrete fs factories.David Corrales
2007-05-12Renamed files and minor tweaks. Thanks LordHoto :)David Corrales
2007-05-03Use abstract factories to initialize FilesystemNode objects.David Corrales
2007-05-01CleanupChris Apers