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
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
2006-04-26
Commited *correct* File::exists reimplementation (compared to my incomplete p...
Max Horn
2006-04-26
Properly re-implemented File::exists to FilesystemNode (this should fix bug #...
Max Horn
2006-04-23
Remove superfluous exclamation mark
Max Horn
2006-04-16
Removed the directory parameter from md5_file
Max Horn
2006-04-14
Changed File::open to take a Common::String as file name parameter
Max Horn
2006-04-14
Fix crash in fopenNoCase triggered by filenames/paths that exceeded ~ 512 byt...
Max Horn
2006-04-12
Fixing the workaround for bug #1458388 (should have added trailing dot, but d...
Max Horn
2006-04-11
Removed the PalmOS specific hack in file.cpp in favor for code that should wo...
Max Horn
2006-04-11
Bad hack to make the file class work agaain with PalmOS ARM version - read th...
Chris Apers
2006-04-04
Added const qualifier
Max Horn
2006-04-01
Simplified the File::addDefaultDirectory(Recursive) code; avoid scanning dire...
Max Horn
2006-03-28
- Renamed class AssocArray to HashMap to match our existing class Map (note also
Max Horn
2006-03-25
Fixing bug #1458388: "SIMON1: Game Detection fails".
Eugene Sandulenko
2006-03-25
- Revert my last change with moving addDefaultDirectory() from TheneNew.cpp
Eugene Sandulenko
2006-03-25
Add kListAllNoRoot type to listDir() to handle recent file class changes, on ...
Travis Howell
2006-03-25
- Implemented case insensitive file reading. Left old system as a fallback
Eugene Sandulenko
2006-03-15
Moving the MacOS bundle file checking to another function, it was getting cal...
Oystein Eftevaag
2006-03-15
* 'make bundle' now copies the default theme files into the bundle.
Oystein Eftevaag
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-09-03
Change PalmOS ident
Chris Apers
2005-05-10
Moved class File and the MD5 stuff to namespace Common
Max Horn
2005-05-09
Patch #1181544 (AmigaOS 4 changes)
Max Horn
2005-04-23
Check for a '\' before adding slash too, otherwise starting a game in root di...
Travis Howell
2005-04-22
* Added new virtual base class 'Stream', ReadStream and
Max Horn
[next]