0ad/source/lib/res/file
janwas dda6268466 - cgui: now convert EventName to lowercase in SendEventToAll
- compression: now use "fastest" compression mode and more memory unless
in FINAL build. this greatly speeds up archive generation at expense of
1.5% size increase (fine during development). done because profiling
shows ZLib accounts for 78% of CPU; practically nothing else shows up,
which shows effectiveness of compressing in parallel with reading from
disk.

- file_cache: documented; fixed several potential issues with exact_buf
when invalidating files.

This was SVN commit r3586.
2006-03-03 06:03:16 +00:00
..
archive.cpp - cgui: now convert EventName to lowercase in SendEventToAll 2006-03-03 06:03:16 +00:00
archive.h automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
compression.cpp - cgui: now convert EventName to lowercase in SendEventToAll 2006-03-03 06:03:16 +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 - cgui: now convert EventName to lowercase in SendEventToAll 2006-03-03 06:03:16 +00:00
file_cache.h - cgui: now convert EventName to lowercase in SendEventToAll 2006-03-03 06:03:16 +00:00
file_internal.h automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
file_io.cpp - cgui: now convert EventName to lowercase in SendEventToAll 2006-03-03 06:03:16 +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 automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
file.h automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
vfs_mount.cpp automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +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 archive: new rule for choosing whether to compress files or not: leans heavily toward the former because that uses less memory when loading (less loss due to internal fragmentation) 2006-03-02 02:21:55 +00:00
vfs_optimizer.h automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
vfs_path.cpp automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
vfs_path.h automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +00:00
vfs_tree.cpp automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +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 archive: new rule for choosing whether to compress files or not: leans heavily toward the former because that uses less memory when loading (less loss due to internal fragmentation) 2006-03-02 02:21:55 +00:00
vfs.h automatic archive builder now functional and enabled. 2006-03-01 22:31:11 +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