scummvm/backends/fs
2006-04-27 17:21:33 +00:00
..
amigaos4 Part of patch #1467193: "AmigaOS changes": 2006-04-14 01:06:08 +00:00
morphos Use full path qualifiers in #include statements (exception: engines/ can be ommited, at least for now) 2006-04-05 00:18:22 +00:00
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 Use full path qualifiers in #include statements (exception: engines/ can be ommited, at least for now) 2006-04-05 00:18:22 +00:00
symbian Use full path qualifiers in #include statements (exception: engines/ can be ommited, at least for now) 2006-04-05 00:18:22 +00:00
windows I still don't know whether this is the correct fix for WindowsFilesystemNode, but at least with it, one definite and serious bug in the code (using an uninitialised variable) has been fixed, the end result hardly will be worse 2006-04-27 17:21:33 +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 Turned FSList::sort into a generic function which can be applied to anything which implements comparable iterators (like Array, List, or plain C arrays) 2006-04-04 23:55:47 +00:00