aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/ds
AgeCommit message (Expand)Author
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-19Merged Neil's NDS changes into trunkMax Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23DS: Apply an old cleanup patch of mine from last AugustMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-23Eliminate some warnings from NDS specific code.Robin Watts
2008-11-07DS: Fixing feof behaviour and path prefix stuff.Neil Millstone
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-17DS: Removing some dead code; merged (parts of) std_cwd into GBAMPSaveFileMana...Max Horn
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
2008-09-14DS: Some more compile fixes (prope solution would of course be to overload ::...Max Horn
2008-09-14Compilation fix for NDSMax Horn
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...Max Horn
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ge...Max Horn
2008-03-29Removing dead codeMax Horn
2008-02-24Don't #include the FS factory implementations in common/system.cpp; rather, r...Max Horn
2008-02-23Renamed AbstractFilesystemFactory to FilesystemFactoryMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-18Use explicit path in #include statement (DS port specific)Max Horn
2007-12-21Remove a commentNeil Millstone
2007-12-21Implement exists() in DS file systemNeil Millstone
2007-10-13Fixed a load of compile errors, reverted additions to lastPathComponent() whi...Neil Millstone
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() function...David Corrales
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-07-09Update the interfaces for the getChildren method to include the hidden flag.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-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
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-16Some very obvious cleanups.Torbjörn Andersson
2007-01-20Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.Neil Millstone
2006-08-31Adding new name() method.Neil Millstone
2006-07-22Added FilesystemNode::name methodMax Horn
2006-07-09Fix some more duplicated files, and unify case for rpc includeJames Brown
2006-07-09Patch #1519399: DS BackendMax Horn