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
/
archive.h
Age
Commit message (
Expand
)
Author
2008-09-29
add constructor to SearchSet::Node for proper init of structure members with ...
Gregory Montoir
2008-09-29
Add priority parameter to the SearchMan API
Max Horn
2008-09-27
Modified Common::SearchSet to take signed integer priorities, for convenience...
Max Horn
2008-09-18
Added 'native' implementations for FSDirectory::matchPattern & SearchSet::get...
Max Horn
2008-09-17
Simplified & fixed SearchManager
Max Horn
2008-09-11
Added first version of the SearchManager, as it is presented in patch tracker...
Nicola Mettifogo
2008-09-06
Added hasArchive to SearchSet.
Johannes Schickel
2008-09-06
Clarified / fixed some Common::Archive doxygen comments
Max Horn
2008-09-05
Fix class FSDirectory (matchPattern would call getAllNames would call matchPa...
Max Horn
2008-09-05
* Implemented a default matchPattern for Archive subclasses (courtesy of Fing...
Nicola Mettifogo
2008-09-04
Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ...
Max Horn
2008-09-03
Minor formatting cleanup.
Johannes Schickel
2008-09-03
Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtr
Max Horn
2008-08-31
* Added Archive, an interface for searching into file containers.
Nicola Mettifogo