0ad/source/lib/res/file
janwas 78a5202e49 vfs_mount: bugfix: choose newer version of a file if present in loose dir and archive
vfs_optimizer: add enable/disable logic for trace
vfs_tree: add code to determine most recent file

This was SVN commit r3562.
2006-02-25 19:26:00 +00:00
..
archive.cpp file code v2 is now feature complete and works. 2006-02-23 07:55:32 +00:00
archive.h adts: add LL_OPT_* defines that enable optimizations (some only make sense if there are tons of files, and need to be able to disable them for thesis). realized this would be perfect application of policy template classes, which will replace this. 2006-02-11 22:49:09 +00:00
compression.cpp adts: add LL_OPT_* defines that enable optimizations (some only make sense if there are tons of files, and need to be able to disable them for thesis). realized this would be perfect application of policy template classes, which will replace this. 2006-02-11 22:49:09 +00:00
compression.h adts: add LL_OPT_* defines that enable optimizations (some only make sense if there are tons of files, and need to be able to disable them for thesis). realized this would be perfect application of policy template classes, which will replace this. 2006-02-11 22:49:09 +00:00
file_cache.cpp rename free() to dealloc() to avoid need for #include "nommgr.h" 2006-02-23 18:58:16 +00:00
file_cache.h adts: remove_least_valuable safely handles empty cache 2006-02-09 05:59:33 +00:00
file_internal.h Cache: implement meat of landlord algorithm and add remove() 2006-01-28 22:19:42 +00:00
file_io.cpp adts: add RingBuf self-test. RingBuf: make entry#0 the 'head' and pop_front a no-op if empty. 2006-02-03 04:02:53 +00:00
file_io.h Cache: implement meat of landlord algorithm and add remove() 2006-01-28 22:19:42 +00:00
file_stats.cpp file_cache: add refcounting to ExtantBufMgr (required for correctness) 2006-02-04 23:32:01 +00:00
file_stats.h file_cache: add refcounting to ExtantBufMgr (required for correctness) 2006-02-04 23:32:01 +00:00
file.cpp file code v2 is now feature complete and works. 2006-02-23 07:55:32 +00:00
file.h file code v2 is now feature complete and works. 2006-02-23 07:55:32 +00:00
vfs_mount.cpp vfs_mount: bugfix: choose newer version of a file if present in loose dir and archive 2006-02-25 19:26:00 +00:00
vfs_mount.h vfs_mount: bugfix: choose newer version of a file if present in loose dir and archive 2006-02-25 19:26:00 +00:00
vfs_optimizer.cpp vfs_mount: bugfix: choose newer version of a file if present in loose dir and archive 2006-02-25 19:26:00 +00:00
vfs_optimizer.h file code v2 is now feature complete and works. 2006-02-23 07:55:32 +00:00
vfs_path.cpp allocators: bugfix (wasn't setting freelist to 0) 2006-01-31 03:47:52 +00:00
vfs_path.h allocators: bugfix (wasn't setting freelist to 0) 2006-01-31 03:47:52 +00:00
vfs_tree.cpp vfs_mount: bugfix: choose newer version of a file if present in loose dir and archive 2006-02-25 19:26:00 +00:00
vfs_tree.h vfs_mount: bugfix: choose newer version of a file if present in loose dir and archive 2006-02-25 19:26:00 +00:00
vfs.cpp file code v2 is now feature complete and works. 2006-02-23 07:55:32 +00:00
vfs.h - vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap. 2006-01-24 08:16:29 +00:00
zip.cpp file code v2 is now feature complete and works. 2006-02-23 07:55:32 +00:00
zip.h debug: remove old prototype 2006-02-15 03:03:17 +00:00