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
/
posix
/
posix-fs.h
Age
Commit message (
Expand
)
Author
2017-01-12
BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol.
D G Turner
2016-08-24
CLOUD: Make download() create necessary directories
Alexander Tkachev
2016-02-02
POSIX: Move assureDirectoryExists to posix-fs{.h,.cpp}.
Johannes Schickel
2014-02-18
POSIX: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
BACKENDS: Avoid #including .cpp files
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-05
Some tweaks to help (?) OS/2
Max Horn
2008-09-03
POSIX FSNode: got rid of Double-slashes in paths for childs of the root; simp...
Max Horn
2008-09-03
Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...
Max Horn
2008-08-22
Moved POSIXFilesystemNode class declaration to a new header file, to enable s...
Max Horn