Age | Commit message (Expand) | Author |
2010-07-07 | DS: Fix some quirks in the NDS build system, remove some dead code | Max Horn |
2010-07-05 | DS: Fix warnings, make some vars static, cleanup | Max Horn |
2010-07-05 | DS: Fix various warnings and errors in the DS FS code | Max Horn |
2010-07-05 | DS: Fix error in std_fopen (warnings are great :) | Max Horn |
2010-07-05 | NDS: Update GPL/copyright headers; add namespace DS closing comments | Max Horn |
2010-07-05 | DS: Code formatting: "char* foo" -> "char *foo" | Max Horn |
2010-07-05 | DS: Fix warnings, cleanup | Max Horn |
2009-11-23 | PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu... | Max Horn |
2009-09-27 | Backported NDS changes from 1.0.0 branch to trunk | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-03-19 | Merged Neil's NDS changes into trunk | Max Horn |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-23 | DS: Apply an old cleanup patch of mine from last August | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-23 | Eliminate some warnings from NDS specific code. | Robin Watts |
2008-11-07 | DS: Fixing feof behaviour and path prefix stuff. | Neil Millstone |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-17 | DS: Removing some dead code; merged (parts of) std_cwd into GBAMPSaveFileMana... | Max Horn |
2008-09-15 | DS: Backported 0.12 changes to trunk | Max Horn |
2008-09-14 | DS: Some more compile fixes (prope solution would of course be to overload ::... | Max Horn |
2008-09-14 | Compilation fix for NDS | Max Horn |
2008-09-03 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ... | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new Abstrac... | Max Horn |
2008-06-03 | DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ge... | Max Horn |
2008-03-29 | Removing dead code | Max Horn |
2008-02-24 | Don't #include the FS factory implementations in common/system.cpp; rather, r... | Max Horn |
2008-02-23 | Renamed AbstractFilesystemFactory to FilesystemFactory | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-18 | Use explicit path in #include statement (DS port specific) | Max Horn |
2007-12-21 | Remove a comment | Neil Millstone |
2007-12-21 | Implement exists() in DS file system | Neil Millstone |
2007-10-13 | Fixed a load of compile errors, reverted additions to lastPathComponent() whi... | Neil Millstone |
2007-10-07 | Commit of patch #1804861. It implements a static lastPathComponent() function... | David Corrales |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common groun... | David Corrales |
2007-07-09 | Update the interfaces for the getChildren method to include the hidden flag. | David Corrales |
2007-06-04 | Added stubs for the exists(), isReadable() and isWritable() methods for all a... | David Corrales |
2007-06-04 | Added a missing include in non-POSIX factories. | David Corrales |
2007-05-31 | Merged the fs branch with trunk. r26949:27031 | David Corrales |
2007-05-31 | Removed the now obsolete singleton declaration macro from the FSNode factories. | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-26 | Merged the fs branch with trunk. r26472:26948 | David Corrales |
2007-05-12 | Use common/singleton.h in the concrete fs factories. | David Corrales |
2007-05-12 | Renamed files and minor tweaks. Thanks LordHoto :) | David Corrales |
2007-05-03 | Use abstract factories to initialize FilesystemNode objects. | David Corrales |
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm r2... | Neil Millstone |