Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-25 | Removed obsolete comment | Max Horn | |
svn-id: r29992 | |||
2007-12-21 | Remove a comment | Neil Millstone | |
svn-id: r29943 | |||
2007-12-21 | Implement exists() in DS file system | Neil Millstone | |
svn-id: r29942 | |||
2007-12-09 | Expand ~/ to the HOME env var (see also patch #1846545) | Max Horn | |
svn-id: r29797 | |||
2007-10-31 | Factorize most of the common code in the isReadable() and isWritable() ↵ | David Corrales | |
methods for the AmigaOS backend, via the getFibProtection() method. svn-id: r29342 | |||
2007-10-31 | Properly implemented the isReadable() and isWritable() methods for the ↵ | David Corrales | |
AmigaOSFilesystemNode backend. Thanks a lot to Raziel_One on this one :) svn-id: r29339 | |||
2007-10-30 | - free fib object in AmigaOSFilesystemNode::exists | Johannes Schickel | |
- cleanup svn-id: r29330 | |||
2007-10-30 | Fixed a typo in the AmigaOSFilesystemNode::exists() method. | David Corrales | |
svn-id: r29329 | |||
2007-10-30 | Added a missing variable to the AmigaOSFilesystem::exists() method. ↵ | David Corrales | |
Hopefully it's complete now :) svn-id: r29328 | |||
2007-10-30 | Implement the AmigaOSFilesystemNode::exists() method. | David Corrales | |
svn-id: r29327 | |||
2007-10-28 | make sure our GetCurrentDirectory is used (non existant in ce api) | Kostas Nakos | |
svn-id: r29300 | |||
2007-10-17 | fix compile after recent fs code rename | Joost Peters | |
svn-id: r29229 | |||
2007-10-13 | Fixed a load of compile errors, reverted additions to lastPathComponent() ↵ | Neil Millstone | |
which were clearly in error. svn-id: r29204 | |||
2007-10-07 | Fixed a missing return value in the lastPathComponent function. Thanks to ↵ | David Corrales | |
Raziel_AOne :) svn-id: r29172 | |||
2007-10-07 | Commit of patch #1804861. It implements a static lastPathComponent() ↵ | David Corrales | |
function in each backend, used to extract the last path component of a given path, returned by getName(). svn-id: r29159 | |||
2007-09-27 | fixed savepath files listing under win32 | Gregory Montoir | |
svn-id: r29113 | |||
2007-09-22 | oops. | Johannes Schickel | |
svn-id: r29030 | |||
2007-09-22 | Hopefully fix amigos4 fs implementation. | Johannes Schickel | |
svn-id: r29029 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-19 | rename psp_fs.cpp to psp-fs.cpp (as per the naming convention) | Joost Peters | |
svn-id: r28963 | |||
2007-09-19 | _displayName now contains the last path component, not the full path | Joost Peters | |
svn-id: r28962 | |||
2007-09-18 | Fixed compilation under MSVC8 | Filippos Karapetis | |
svn-id: r28951 | |||
2007-09-18 | Fix linker issues when doing a plugin build, and (hopefully) also on Windows | Max Horn | |
svn-id: r28950 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-08-18 | Merged some of the changes from the trunk patch back in to the GSoC fsnode ↵ | David Corrales | |
branch. svn-id: r28649 | |||
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common ↵ | David Corrales | |
ground for file objects across platforms and divides responsibilities between the Common::File class and a base file implementation. Also rearranged the factories into a new directory for clarity. Note 1: The posix-file.h and cpp files are for testing only. Only the ds, ps2 and symbian architecture will use special BaseFile based objects. Note 2: The current code does not yet make use of this new structure, since the Common::File remains intact. svn-id: r28395 | |||
2007-07-19 | Fixed a subtle bug when browsing directories in the main game chooser. | David Corrales | |
svn-id: r28149 | |||
2007-07-09 | Update the interfaces for the getChildren method to include the hidden flag. | David Corrales | |
Also added some missing method stubs to the gamecard dc port. svn-id: r27984 | |||
2007-07-09 | Fixed a couple compilation issues in the windows build. | David Corrales | |
svn-id: r27983 | |||
2007-06-20 | Initial implementation of the lookupFile() function. It's meant to search ↵ | David Corrales | |
recursively for given filename within a set of directories. svn-id: r27551 | |||
2007-06-17 | Added a new parameter to the getChildren function, which allows including ↵ | David Corrales | |
hidden files in the results. svn-id: r27514 | |||
2007-06-16 | Removed the isValid operation from the FilesystemNode class in favor of the ↵ | David Corrales | |
much richer combinations possible with the new operations (exists, isReadable and isWritable). The work on the Common::File class is far from complete. Only the necessary was updated. svn-id: r27473 | |||
2007-06-05 | Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵ | David Corrales | |
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113 | |||
2007-06-04 | Added stubs for the exists(), isReadable() and isWritable() methods for all ↵ | David Corrales | |
architectures. svn-id: r27087 | |||
2007-06-04 | Added a missing include in non-POSIX factories. | David Corrales | |
For the POSIX and Windows architectures, added exists(), isReadable() and isWritable() svn-id: r27073 | |||
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales | |
svn-id: r27032 | |||
2007-05-31 | Removed the now obsolete singleton declaration macro from the FSNode factories. | David Corrales | |
svn-id: r27031 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-26 | Merged the fs branch with trunk. r26472:26948 | David Corrales | |
svn-id: r26949 | |||
2007-05-12 | Use common/singleton.h in the concrete fs factories. | David Corrales | |
svn-id: r26814 | |||
2007-05-12 | Renamed files and minor tweaks. Thanks LordHoto :) | David Corrales | |
svn-id: r26810 | |||
2007-05-03 | Use abstract factories to initialize FilesystemNode objects. | David Corrales | |
svn-id: r26739 | |||
2007-05-01 | Cleanup | Chris Apers | |
svn-id: r26695 | |||
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm ↵ | Neil Millstone | |
r20 and latest libnds. svn-id: r26394 | |||
2007-03-12 | Added mapping from '/' to '\' since Symbian OS does n't support mixed mode ↵ | Lars Persson | |
(\ and / in the same filename). svn-id: r26109 | |||
2007-03-08 | common/util.cpp needs fprintf; various std I/O functions are not used by ↵ | Max Horn | |
anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit svn-id: r26023 | |||
2007-03-08 | Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ↵ | Max Horn | |
a FIXME comment (why is assert redefined in ds-fs.h ?) svn-id: r26020 | |||
2007-03-08 | Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines ↵ | Max Horn | |
means we can take advantage of namespaces) svn-id: r26019 | |||
2007-02-28 | Updated Symbian File handling to be able support AGI games, but do work due ↵ | Lars Persson | |
to a fluke in the AGI detection. svn-id: r25912 |