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
Age
Commit message (
Expand
)
Author
2006-05-28
fix PSPFilesystemNode::parent() + some minor cleanup
Joost Peters
2006-05-28
make getNodeForPath() use the proper PSPFilesystemNode ctor (and remove the o...
Joost Peters
2006-05-26
move psp_fs.cpp from backends/psp/ to backends/fs/psp/
Joost Peters
2006-05-13
Add code for get current directory
Travis Howell
2006-05-13
Get current directory via a path of '.'
Travis Howell
2006-05-12
Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan...
Max Horn
2006-05-12
Updated some comments
Max Horn
2006-05-08
Fixed bug #1483450. Apparently, S_ISDIR() is undefined if stat() fails. The
Torbjörn Andersson
2006-05-07
Paranoia
Max Horn
2006-05-03
Revert the last change, since AbstractFilesystemNode::child() handles files a...
Travis Howell
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
Make sure AbstractFilesystemNode::child() only returns a directory in Windows
Travis Howell
2006-05-03
Some doxygen comment cleanup for (Abstract)FilesystemNode
Max Horn
2006-05-03
Disabled evil getcwd hack in POSIXFilesystemNode
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-05-02
Removed compilation error.
Marcus Comstedt
2006-05-01
Added a missing '*' (which marks the comment as being one doxygen should proc...
Max Horn
2006-05-01
Patch #1479919 (AmigaOS maintaining)
Max Horn
2006-05-01
_pseudoRoot was not intialized properly
Lars Persson
2006-05-01
Updated symbian-fs backend and cleanup
Lars Persson
2006-05-01
Add windows code for AbstractFilesystemNode::child()
Travis Howell
2006-04-30
Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me...
Max Horn
2006-04-27
_isPseudoRoot should be always false, in WindowsFilesystemNode(const String &...
Travis Howell
2006-04-27
Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ...
Travis Howell
2006-04-27
I still don't know whether this is the correct fix for WindowsFilesystemNode,...
Max Horn
2006-04-23
Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly ...
Max Horn
2006-04-14
Part of patch #1467193: "AmigaOS changes":
Eugene Sandulenko
2006-04-11
Fixed FS support based on lastest changes to the base fs class
Chris Apers
2006-04-10
Fallback to using stat() if readdir returns DT_UNKNOWN (replacing the AMD64 h...
Max Horn
2006-04-09
Forces usage of SYSTEM_NOT_SUPPORTING_D_TYPE on amd64 systems. (read comment ...
Johannes Schickel
2006-04-08
AmigaOS4 changes from tracker #1416370
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-05
Use full path qualifiers in #include statements (exception: engines/ can be o...
Max Horn
2006-04-04
Turned FSList::sort into a generic function which can be applied to anything ...
Max Horn
2006-04-04
Allow symlinks to directories for FS;es with D_TYPE support.
Eugene Sandulenko
2006-04-04
Symlinks are also valid files
Eugene Sandulenko
2006-04-04
Rename variable in FSList::sort() to avoid conflict with system defines
Travis Howell
2006-04-04
Some more FS code cleanup
Max Horn
2006-04-04
Possible bug in the Symbian FS code?
Max Horn
2006-04-04
oops
Max Horn
2006-04-04
Removing more pseudo copy constructors in favor of the standard copy construc...
Max Horn
2006-04-04
Rewrote sort code to use iterators (means it can be used with any container n...
Max Horn
2006-04-03
Added comment on why we use getcwd in POSIXFilesystemNode at all
Max Horn
2006-04-03
Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th...
Max Horn
2006-04-03
Various changes to POSIXFilesystemNode:
Max Horn
2006-03-25
Add kListAllNoRoot type to listDir() to handle recent file class changes, on ...
Travis Howell
2006-02-12
* New and tested builds for S60V3 and UIQ3
Lars Persson
[next]