scummvm/backends/fs
2006-04-27 23:16:45 +00:00
..
amigaos4 Part of patch #1467193: "AmigaOS changes": 2006-04-14 01:06:08 +00:00
morphos
palmos Fixed FS support based on lastest changes to the base fs class 2006-04-11 18:13:04 +00:00
posix Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly check whether the given path exists, and whether it points to a directory 2006-04-23 12:29:43 +00:00
ps2
symbian Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot in windows filesys backend was real cause of problem. 2006-04-27 23:14:54 +00:00
windows _isPseudoRoot should be always false, in WindowsFilesystemNode(const String &path) 2006-04-27 23:16:45 +00:00
fs.cpp Cache the root node (cause a major speedup on OSX, since by far the slowes part in the FS code over here is the getcwd call in getRoot() ) 2006-04-07 11:47:58 +00:00
fs.h Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot in windows filesys backend was real cause of problem. 2006-04-27 23:14:54 +00:00