index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
fs
/
ds
Age
Commit message (
Expand
)
Author
2019-08-06
BACKENDS: Improve AbstractFSNode::createDirectory() stubs
Cameron Cawley
2019-08-06
BACKENDS: Rename and simplify AbstractFSNode::create()
Cameron Cawley
2019-05-01
DS: Replace strlcpy with Common::strlcpy
Cameron Cawley
2018-04-07
DS: Fix compilation with devkitARM r47
Cameron Cawley
2017-07-10
Revert "COMMON: Change way the Singleton instances are instantiated"
Eugene Sandulenko
2017-07-10
COMMON: Change way the Singleton instances are instantiated
Thierry Crozat
2017-01-12
BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol.
D G Turner
2016-08-24
CLOUD: Add AbstractFSNode::create() backends stubs
Alexander Tkachev
2014-02-18
DS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
2011-06-30
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Ori Avtalion
2011-06-06
DS: Remove dead code
Max Horn
2011-06-06
DS: Add custom logMessage() implementation
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-28
DS: Remove redundant code
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-18
COMMON: Change wrapBufferedWriteStream() to always disposes wrapped stream
Max Horn
2010-11-18
DS: cleanup
Max Horn
2010-11-18
DS: Remove write buffering in DSFileStream, use wrapBufferedWriteStream instead
Max Horn
2010-11-18
DS: Avoid needlessly allocating temporary Common::String instances
Max Horn
2010-11-18
DS: Two more 'FILE' related fixes/workarounds
Max Horn
2010-11-18
DS: Add some FIXME/TODO comments on changes that need to be applied to the DS...
Max Horn
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
2010-09-04
DS: Enable stdout/err via nocash when DISABLE_COMMAND_LINE in not set.
Andre Heider
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
[next]