scummvm/backends/fs
Eugene Sandulenko 065dcf5653 Part of patch #1467193: "AmigaOS changes":
- Filesystem errors are now more detailed
- casting problems are hopefully gone
- some comments added in amigaos4-fs.cpp

svn-id: r21861
2006-04-14 01:06:08 +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 Fallback to using stat() if readdir returns DT_UNKNOWN (replacing the AMD64 hack) 2006-04-10 19:26:40 +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