1
0
forked from 0ad/0ad
0ad/source/lib/file/vfs
2012-02-02 23:12:36 +00:00
..
file_cache.cpp gracefully handle the case where the file cache is full of data still referenced elsewhere. 2011-05-04 22:19:38 +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 ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
vfs_lookup.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
vfs_path.cpp # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
vfs_path.h refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary 2011-03-23 14:43:35 +00:00
vfs_populate.cpp Include *.DELETED files when building archives. See #1110. 2012-01-14 18:46:20 +00:00
vfs_populate.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
vfs_tree.cpp add support for removing individual files from VFS and a mechanism for automatically doing so (add filename.extension.DELETED to the same directory/archive), as discussed in meeting. 2011-11-26 18:37:53 +00:00
vfs_tree.h add support for removing individual files from VFS and a mechanism for automatically doing so (add filename.extension.DELETED to the same directory/archive), as discussed in meeting. 2011-11-26 18:37:53 +00:00
vfs_util.cpp refactor file interface. requires workspace update 2011-05-25 10:39:13 +00:00
vfs_util.h refactor file interface. requires workspace update 2011-05-25 10:39:13 +00:00
vfs.cpp Use dummy IO tracer, to avoid overhead of storing data that will never be used. (See #1143.) 2012-02-02 23:12:36 +00:00
vfs.h Include *.DELETED files when building archives. See #1110. 2012-01-14 18:46:20 +00:00