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
/
wii
Age
Commit message (
Expand
)
Author
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-30
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Ori Avtalion
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
WII: Fix compilation
dhewg
2011-05-03
COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility
Max Horn
2011-05-03
WII: Fix fs code compile regressions
Max Horn
2011-05-03
BACKENDS: Avoid #including .cpp files
Max Horn
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
2010-08-14
WII: Fix compilation of the GameCube port.
Andre Heider
2010-08-14
WII: Update port for the current versions of the base libraries. Enable DVD a...
Andre Heider
2010-03-13
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
Johannes Schickel
2009-09-20
Mention mount errors on the status labels.
Andre Heider
2009-09-05
Support for SMB shares, cleaned up async FS functions.
Andre Heider
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-21
made ISO9660 support optional via USE_WII_DI
Andre Heider
2009-01-19
Added ISO9660/Joliet DVD support
Andre Heider
2009-01-18
Removed slashes as last char from directories
Andre Heider
2009-01-17
use pointers when passing struct stat
Andre Heider
2009-01-16
Reuse given stat flags when possible to avoid fstat() calls
Andre Heider
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-23
changes for the new libfat version. the root node now yields a list of all mo...
Andre Heider
2008-10-02
Renamed FilesystemNode -> FSNode
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-04
Patch #1971285: "Nintendo Wii port"
Eugene Sandulenko