scummvm/backends/fs
2006-04-09 23:30:16 +00:00
..
amigaos4 AmigaOS4 changes from tracker #1416370 2006-04-08 12:39:27 +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 Use full path qualifiers in #include statements (exception: engines/ can be ommited, at least for now) 2006-04-05 00:18:22 +00:00
posix Forces usage of SYSTEM_NOT_SUPPORTING_D_TYPE on amd64 systems. (read comment for more information) 2006-04-09 23:30:16 +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 Use full path qualifiers in #include statements (exception: engines/ can be ommited, at least for now) 2006-04-05 00:18:22 +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