1
0
forked from 0ad/0ad
0ad/source/lib/file/vfs
janwas c9cc7d9784 skip populating directories when mounting and scanning archives => reduces startup time by about half a second when archives are present.
also disable archive stats (currently unused) and refactor directory
creation/association logic.

This was SVN commit r8321.
2010-10-10 10:22:11 +00:00
..
file_cache.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
file_cache.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
vfs_lookup.cpp skip populating directories when mounting and scanning archives => reduces startup time by about half a second when archives are present. 2010-10-10 10:22:11 +00:00
vfs_lookup.h skip populating directories when mounting and scanning archives => reduces startup time by about half a second when archives are present. 2010-10-10 10:22:11 +00:00
vfs_path.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
vfs_path.h Fix #552 (compile with new boost (1.44+)), based on patch from Karlik 2010-08-29 12:44:13 +00:00
vfs_populate.cpp skip populating directories when mounting and scanning archives => reduces startup time by about half a second when archives are present. 2010-10-10 10:22:11 +00:00
vfs_populate.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
vfs_tree.cpp fix VFS real path retrieval for files mounted from multiple directories (e.g. mods) 2010-09-05 21:41:45 +00:00
vfs_tree.h fix VFS real path retrieval for files mounted from multiple directories (e.g. mods) 2010-09-05 21:41:45 +00:00
vfs.cpp skip populating directories when mounting and scanning archives => reduces startup time by about half a second when archives are present. 2010-10-10 10:22:11 +00:00
vfs.h Expose VFS file priorities. 2010-09-10 20:29:38 +00:00