Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-18 | DS: Remove write buffering in DSFileStream, use wrapBufferedWriteStream instead | Max Horn | |
svn-id: r54331 | |||
2010-11-18 | DS: Add some FIXME/TODO comments on changes that need to be applied to the ↵ | Max Horn | |
DS backend svn-id: r54318 | |||
2010-07-07 | DS: Fix some quirks in the NDS build system, remove some dead code | Max Horn | |
* remove (S)RAM save code (it has not been in use for quite some time) * remove the lz compressor (was only used by ram save code) * OPT_SPEED was set incorrectly * dsmain.cpp was misspelled as ds_main.cpp * remove unsed arm9 libcartreset (the copy in the arm7 directory still is around, though) svn-id: r50741 | |||
2010-07-05 | DS: Fix warnings, make some vars static, cleanup | Max Horn | |
svn-id: r50701 | |||
2010-07-05 | DS: Fix various warnings and errors in the DS FS code | Max Horn | |
* Do not modify the strings passed to std_fopen anymore * Correct signature of std_fread * Do not cast away constness, nor perform unnecessary casts svn-id: r50693 | |||
2010-07-05 | NDS: Update GPL/copyright headers; add namespace DS closing comments | Max Horn | |
svn-id: r50689 | |||
2010-07-05 | DS: Code formatting: "char* foo" -> "char *foo" | Max Horn | |
svn-id: r50688 | |||
2009-03-19 | Merged Neil's NDS changes into trunk | Max Horn | |
svn-id: r39526 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-17 | DS: Removing some dead code; merged (parts of) std_cwd into ↵ | Max Horn | |
GBAMPSaveFileManager::listSavefiles svn-id: r34587 | |||
2008-09-14 | DS: Some more compile fixes (prope solution would of course be to overload ↵ | Max Horn | |
::openForReading & ::openForWriting) svn-id: r34550 | |||
2008-09-14 | Compilation fix for NDS | Max Horn | |
svn-id: r34542 | |||
2008-09-03 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ↵ | Max Horn | |
to backends svn-id: r34304 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-06-03 | DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ↵ | Max Horn | |
get rid of -Isource/fat svn-id: r32520 | |||
2008-03-29 | Removing dead code | Max Horn | |
svn-id: r31304 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-18 | Use explicit path in #include statement (DS port specific) | Max Horn | |
svn-id: r30552 | |||
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-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 | 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-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-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales | |
svn-id: r27032 | |||
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-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 | 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-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 |