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
/
backends
/
fs
/
fs.h
Age
Commit message (
Expand
)
Author
2004-11-21
Since we do ref counting on the nodes now, we can re-use the root nodes now
Max Horn
2004-11-20
Changed the FilesystemNode implementation to make it easier to use (client co...
Max Horn
2004-07-21
Ignore case when sorting file system nodes
Max Horn
2004-05-06
Reverted the last commit (on this file only) because it broke compilation
Torbjörn Andersson
2004-05-06
Removed default value for keycolor in the OSystem implementations
Max Horn
2004-04-09
Renamed template class 'List' to 'Array', since that is really what it is (a ...
Max Horn
2004-03-28
Small tweaks for MIPSPro compiler
Max Horn
2004-02-05
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
Max Horn
2004-02-01
Added FilesystemNode::getNodeForPath, but right now only for Mac OS X
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-07
spelling fixes
Jonathan Gray
2003-11-06
cleanup
Max Horn
2003-10-17
needed some more work to get Iterators to work in FSList
Max Horn
2003-10-17
make FSList inherit 'public' from List (so that we can use List::Iterator)
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2002-11-21
sort FSList by displayname
Max Horn
2002-11-19
added some preliminary game auto detect code to the launcher; this required a...
Max Horn
2002-11-18
removed obsolete example
Max Horn
2002-11-14
added TODO
Max Horn
2002-11-13
experimental FS browsing code. Right now only for POSIX systems, some things ...
Max Horn