0ad/source/lib/res/file
janwas 36cbf23c8e v2 of file/res code for thesis:
previous zip.* split up into archive, zip and compression. add O(1)
lookup via memento. add support for writing Zip archive. simplify IO by
having compression module allow queuing input buffers.

file: split up into file, file_Io, file_cache. add atom_fn that enables
string comparison via pointer compare. (stores all filenames/paths in
one place). add statistics gathering.
file_cache: landlord algorithm for caching files as well as LRU block
cache.
file_io: aio code that splits transfers into blocks revamped and made
into class.

vfs: filelist/trace code moved into new vfs_optimizer. add caching logic
to vfs_load.
vfs_optimizer: will generate zip archive (to replace current archive
builder script). not yet done
vfs_tree: major cleanup - now has nice base class rather than union
hackery.

This was SVN commit r3420.
2006-01-23 20:05:09 +00:00
..
archive.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
archive.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
compression.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
compression.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
file_cache.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
file_cache.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
file_internal.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
file_io.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
file.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
file.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_mount.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_mount.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_optimizer.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_optimizer.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_path.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_path.h - massive overhaul of lib error code returning. int -> LibError everywhere. 2005-12-11 22:23:55 +00:00
vfs_tree.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_tree.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
zip.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
zip.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00