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.cpp
Age
Commit message (
Expand
)
Author
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-03
Got rid of AbstractFilesystemNode::wrap (begone, evil hack)
Max Horn
2006-05-03
Moved static methods getRoot / getNodeForPath from class FilesystemNode to cl...
Max Horn
2006-05-03
Started to separate AbstractFilesystemNode from FilesystemNode
Max Horn
2006-04-30
Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me...
Max Horn
2006-04-07
Cache the root node (cause a major speedup on OSX, since by far the slowes pa...
Max Horn
2006-04-04
Turned FSList::sort into a generic function which can be applied to anything ...
Max Horn
2006-04-04
Rename variable in FSList::sort() to avoid conflict with system defines
Travis Howell
2006-04-04
Rewrote sort code to use iterators (means it can be used with any container n...
Max Horn
2006-04-03
Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th...
Max Horn
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-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-02-06
Remove the OSX-restriction on FilesystemNode::getNodeForPath() for now (I don...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-18
Ensure that the file list in the browser is always sorted
Max Horn
2004-11-29
Allow the file browser to get back to the "pseudo root" under Windows. This
Torbjörn Andersson
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