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
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
2011-08-07
COMMON: Remove superfluous Common:: qualifiers.
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-06-15
Hid hashed fileopening to debuglevel 8.
Eugene Sandulenko
2009-09-23
Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...
Johannes Schickel
2009-07-29
Removed redundant File::ioFailed() implementation; also turned ReadStream::io...
Max Horn
2009-07-29
Removed last traces of clearIOFailed. Yay :)
Max Horn
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
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
[next]