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
/
fs.h
Age
Commit message (
Expand
)
Author
2010-02-13
cleanup
Max Horn
2009-06-01
Add a 'flat' option to FSDirectory to allow searching recursively for files i...
Willem Jan Palenstijn
2009-02-22
Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we ca...
Max Horn
2009-02-17
typo
Willem Jan Palenstijn
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-23
Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-20
Whoops it seems the comment used "backslashes" instead of "slashes" in other ...
Johannes Schickel
2009-01-20
Fixed typo in comment.
Johannes Schickel
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-27
Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec...
Max Horn
2008-11-21
Removed FSNode::lookupFile
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-11
Remove obsolete note about fopen
Max Horn
2008-09-07
Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv...
Max Horn
2008-09-06
Switched class File & DumpFile to use StdioStream internally
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-09-02
Change FilesystemNode::getChild to new desired behavior: namely, that it shou...
Max Horn
2008-08-03
FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi...
Max Horn
2008-03-29
Changed FilesystemNode to use a SharedPtr instead of implementing its own ref...
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-26
Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it possib...
Max Horn
2008-01-03
Don't allow implicit conversion from Common::String to Common::FilesystemNode.
Johannes Schickel
2007-10-16
Committing the set of patches #1814434, thanks to jvprat. They improve the do...
David Corrales
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-06-20
Initial implementation of the lookupFile() function. It's meant to search rec...
David Corrales
2007-06-17
Added a new parameter to the getChildren function, which allows including hid...
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-06-04
Expose new fs backend methods in the FilesystemNode class.
David Corrales
2007-05-31
Merged the fs branch with trunk. r26949:27031
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-03
Use abstract factories to initialize FilesystemNode objects.
David Corrales
2007-03-08
Turning FilesystemNode comment into a doxygen comment
Max Horn
2007-02-03
Fixing various doxygen warnings
Max Horn
2006-07-22
Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...
Johannes Schickel
2006-07-22
Added FilesystemNode::name method
Max Horn
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn