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
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
2007-08-18
Merged some of the changes from the trunk patch back in to the GSoC fsnode br...
David Corrales
2007-07-20
Added a remove() function to the Common::File class. Also changed the exists(...
David Corrales
2007-06-16
Small bugfix. Wrong logical operator.
David Corrales
2007-06-16
Removed the isValid operation from the FilesystemNode class in favor of the m...
David Corrales
2007-06-05
Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-06
Updating DS port for changes in main codebase. Code changes for DevkitArm r2...
Neil Millstone
2007-03-11
Added shared filed support using native file APIs.
Lars Persson
2007-03-08
Moved the printf #define for the NDS into scummsys.h (not sure if that suits ...
Max Horn
2007-03-08
common/util.cpp needs fprintf; various std I/O functions are not used by anyt...
Max Horn
2007-03-08
Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...
Max Horn
2007-03-08
Changed File::_handle to be of type void* instead of FILE* (to ease porting);...
Max Horn
2007-03-01
Removed File::incRef and decRef
Max Horn
2006-10-14
Revert
Travis Howell
2006-10-14
Fix introduction of WW
Travis Howell
2006-07-30
Added explicit string equals/hash functors to a new header common/hash-str.h;...
Max Horn
2006-07-22
Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...
Johannes Schickel
2006-07-22
Using FilesystemNode::name instead of FilesystemNode::displayName in the file...
Johannes Schickel
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-06-16
Remove _name.clear(); from Close since same File instance is re-opened by Sym...
Lars Persson
2006-06-11
Applied the patch included in bug rep [ 1503716 ] Leak in File::Open (on OS X...
Oystein Eftevaag
2006-05-13
Fix for bug #1483213
Max Horn
2006-05-03
Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth...
Max Horn
2006-05-03
Changed FilesystemNode::listDir to return a bool indicating its success (or f...
Max Horn
2006-05-01
Add a variant of File::addDefaultDirectory(Recursive) which takes a Filesyste...
Max Horn
2006-04-30
Add a File::open variant that takes a FilesystemNode as parameter
Max Horn
2006-04-27
Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ...
Travis Howell
2006-04-26
Removed 'directory' parameter of File::open
Max Horn
2006-04-26
Yet another revision of File::exists. I now believe the function really is 'w...
Max Horn
[prev]
[next]