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
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