Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
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-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-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-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-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-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-16 | Some very obvious cleanups. | Torbjörn Andersson | |
svn-id: r25635 | |||
2007-01-20 | Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption. | Neil Millstone | |
svn-id: r25129 | |||
2006-08-31 | Adding new name() method. | Neil Millstone | |
svn-id: r23813 | |||
2006-07-22 | Added FilesystemNode::name method | Max Horn | |
svn-id: r23553 | |||
2006-07-09 | Fix some more duplicated files, and unify case for rpc include | James Brown | |
svn-id: r23459 | |||
2006-07-09 | Patch #1519399: DS Backend | Max Horn | |
svn-id: r23452 |