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
/
common
/
file.cpp
Age
Commit message (
Expand
)
Author
2009-02-22
Changed Common::File and FSDirectory to invoke FSNode::exists a few times les...
Max Horn
2009-01-30
do not include common/debug.h from common/util.h
Max Horn
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-10-27
Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder".
Johannes Schickel
2008-10-22
Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightly
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-30
Added multiple new open() methods to Common::File, which make it possible to ...
Max Horn
2008-09-29
File::open no longer falls back to searching the current dir (if this causes ...
Max Horn
2008-09-27
Changed Common::File to use SearchMan
Max Horn
2008-09-15
Corrected and shortened some file opening related warnings
Max Horn
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-08
Switched File::open, File::addDefaultDirectory to use a SearchSet internally....
Max Horn
2008-09-07
Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /...
Max Horn
2008-09-06
Removed last traces of fopen / FILE from common/file.cpp
Max Horn
2008-09-06
Switched class File & DumpFile to use StdioStream internally
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-05
Updated Symbian OS file actions with ferror and fflush.
Lars Persson
2008-09-03
Moved StdioStream to its own files inside backends
Max Horn
2008-09-03
Added new StdioStream class, a thin wrapper around FILE
Max Horn
2008-08-04
Modified DumpFile::open to accept non-existing nodes, and to actually open fi...
Max Horn
2008-08-04
Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::...
Max Horn
2008-08-03
Implemented DumpFile::open(FSNode)
Max Horn
2008-07-29
Changed class File (and derived classes) to only support read-only access; ad...
Max Horn
2008-07-20
Two new TODO/FIXME comments for class File
Max Horn
2008-06-11
No need to specify CaseSensitiveString_Hash explicitly anymore
Max Horn
2008-04-07
Fix a recent regression reported in bug #1937042: "FEEBLE: Capitalization
Eugene Sandulenko
2008-03-30
Removed char &operator [] from class String -- it had the potential to wreak ...
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-11-13
Initial commit of the iPhone/iPod Touch backend
Oystein Eftevaag
2007-11-11
Committed patch #1829748 "Fix for memory leaks in File::exists".
Johannes Schickel
2007-11-02
Removed now obsolete workarounds
Max Horn
2007-10-31
Removed the Common::File::removeFile() methods, and moved their implementatio...
David Corrales
2007-10-28
work around ce's lack of posix errno
Kostas Nakos
2007-10-16
Make the exists() method take into account default directories. This makes th...
David Corrales
2007-10-13
Added extra includes for the DS port now that stdafx.h is no longer included
Neil Millstone
2007-10-03
Provide dummy remove() function for DC...
Marcus Comstedt
2007-09-21
Rename file removal functions, to avoid conflicts. Add save game path, when r...
Travis Howell
2007-09-18
More comment fixing :P
Sven Hesse
2007-09-18
Fixed a typo. (Thanks to our Doctor for spotting it)
Johannes Schickel
2007-09-18
Clarified the FIXME in Common::File::exists a bit.
Johannes Schickel
2007-09-18
Fixes Common::File::exists. Please see the added FIXME comment about the real...
Johannes Schickel
2007-09-18
Fix some warnings
Max Horn
2007-09-18
Code formatting fixes
Max Horn
2007-09-18
Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...
Max Horn
[next]