aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
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
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-03-12Added mapping from '/' to '\' since Symbian OS does n't support mixed mode (\...Lars Persson
2007-03-08common/util.cpp needs fprintf; various std I/O functions are not used by anyt...Max Horn
2007-03-08Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...Max Horn
2007-03-08Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines mean...Max Horn
2007-02-28Updated Symbian File handling to be able support AGI games, but do work due t...Lars Persson
2007-02-16Some very obvious cleanups.Torbjörn Andersson
2007-02-03Fixing various doxygen warningsMax Horn
2007-01-20Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.Neil Millstone
2006-11-12Patch #1594533: morphos fs backendMax Horn
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos
2006-10-08Patch #1573141: Attempt to fix AmigaOS 4 / Broken Sword 2 problemsMax Horn
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-16Patch #1559806: Fixes for AmigaOS 4 filesystem backendMax Horn
2006-09-10Added name() method.Marcus Comstedt
2006-08-31Adding new name() method.Neil Millstone
2006-08-28Oops. some systems are using '\\' instead of '/' fixing that now...Johannes Schickel
2006-08-28Fixing other FS backends to use the bug fixed version of the POSIX lastPathCo...Johannes Schickel
2006-08-28Fixing the Windows FS code to not delete the first character of a node, if it...Johannes Schickel
2006-08-26Don't strip the first character of the filename when FilesystemNode is instan...Oystein Eftevaag
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...Johannes Schickel
2006-07-22Added FilesystemNode::name methodMax Horn
2006-07-16Fix FileSystem bug. Now 'Go Up' button works. :)Won Star
2006-07-09Fix some more duplicated files, and unify case for rpc includeJames Brown
2006-07-09Patch #1519399: DS BackendMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-12o WIP file cache code borrowed from PS2 port.Won Star
2006-06-11* Move gp32-fs.cpp to fs/gp32 dir.Won Star
2006-06-07updated fs implementationRobert Göffringmann
2006-06-05Add trailing slash to getCurrentDirectory if required. Fixes bug #1500563 - ...Travis Howell
2006-06-03Separated the Dreamcast filesystem backend from the POSIX one.Marcus Comstedt
2006-06-03Updated palmos FS based on lastest changes to the base classChris Apers