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
Age
Commit message (
Expand
)
Author
2009-02-01
don't test existence of file in AmigaOSFilesystemNode::getChild (bug #2487481)
Willem Jan Palenstijn
2009-01-30
Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some poten...
Max Horn
2009-01-24
don't append '/' to path in getChildren()
Joost Peters
2009-01-24
fix typo
Joost Peters
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-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-02
disable buffering for newlib's poor fread() implementation
Andre Heider
2009-01-01
Set/unified svn:keywords for all *.h and *.cpp files
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-27
Silenced warning about redefinition of ARRAYSIZE under Windows, after the lat...
Filippos Karapetis
2008-12-23
changes for the new libfat version. the root node now yields a list of all mo...
Andre Heider
2008-11-29
Remove warnings from NDS build.
Robin Watts
2008-11-23
Eliminate some warnings from NDS specific code.
Robin Watts
2008-11-17
Fix regressions in HE games, when slashes are used in filenames for file opco...
Travis Howell
2008-11-07
DS: Fixing feof behaviour and path prefix stuff.
Neil Millstone
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-17
Patch #2043093 (again - new patch): OS/2 patches for posix-fs
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
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-14
Compilation fix for NDS
Max Horn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-11
Added SymbianStream.h for SymbianStdioStream definition
Lars Persson
2008-09-11
Simplify check for a slash in the string *g*
Max Horn
2008-09-10
Small fix to help with compile problems on Amiga
Max Horn
2008-09-08
Updated/Fixed Symbian Filesystem handling.
Lars Persson
2008-09-07
Set default save path via save manager.
Lars Persson
2008-09-07
StdioStream implemented with Symbian file handling.
Lars Persson
2008-09-07
Remove symbian defines from stdiostream.cpp
Lars Persson
2008-09-06
Unlike ferror, our Stream::ioFailed() is also supposed to return true when th...
Max Horn
2008-09-05
Some tweaks to help (?) OS/2
Max Horn
2008-09-05
Updated filehandling for Symbian OS
Lars Persson
2008-09-05
Ported AMIGA specific file buffering 'hack' from class File to StdioStream
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-09-03
Moved StdioStream to its own files inside backends
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-09-03
Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b...
Max Horn
2008-09-03
Cleanup
Filippos Karapetis
2008-09-02
Modified POSIX FSNode implementation to use Common::normalizePath & Common::l...
Max Horn
2008-08-27
FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...
Max Horn
2008-08-27
Slightly modified form of patch #2043093: OS/2 patches for posix-fs
Max Horn
2008-08-22
Turned SymbianFilesystemFactory from a singleton into a normal class; adapted...
Max Horn
2008-08-22
Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for...
Max Horn
[next]