0ad/source/lib/res/file
janwas 3d93740456 - allocators: SingleAllocator: renamed free method to release() to avoid need for nommgr
- lib, sysdep.h: move DIR_SEP to sysdep.h
- archive, compression: minor touchups
- zip: large refactor: all accesses to little-endian structs are now
done by helper functions (fixes bug: wasn't endian swapping ECDR). also
detect unfinished zip files (for VFS mount to ignore)
- tex_dds: fix comment

This was SVN commit r3634.
2006-03-15 05:18:32 +00:00
..
archive.cpp - allocators: SingleAllocator: renamed free method to release() to avoid need for nommgr 2006-03-15 05:18:32 +00:00
archive.h - allocators: SingleAllocator: renamed free method to release() to avoid need for nommgr 2006-03-15 05:18:32 +00:00
compression.cpp - allocators: SingleAllocator: renamed free method to release() to avoid need for nommgr 2006-03-15 05:18:32 +00:00
compression.h - allocators: SingleAllocator: renamed free method to release() to avoid need for nommgr 2006-03-15 05:18:32 +00:00
file_cache.cpp bugfixes for problems reported by philip: (thanks!) 2006-03-14 07:20:12 +00:00
file_cache.h - cgui: now convert EventName to lowercase in SendEventToAll 2006-03-03 06:03:16 +00:00
file_internal.h file_cache: fix: add buf/size combo to exact_buf_oracle if file_io rounded size up. 2006-03-07 05:44:34 +00:00
file_io.cpp file_cache: fix: add buf/size combo to exact_buf_oracle if file_io rounded size up. 2006-03-07 05:44:34 +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: pp_set_dir fix: safely handle case where pp.path already contains data; add TFile* member to DirEnt 2006-03-09 21:37:23 +00:00
file.h file: pp_set_dir fix: safely handle case where pp.path already contains data; add TFile* member to DirEnt 2006-03-09 21:37:23 +00:00
trace.cpp file_cache: fix: add buf/size combo to exact_buf_oracle if file_io rounded size up. 2006-03-07 05:44:34 +00:00
trace.h file_cache: fix: add buf/size combo to exact_buf_oracle if file_io rounded size up. 2006-03-07 05:44:34 +00:00
vfs_mount.cpp bugfix: was not propagating mount point flags to Mount structure created for archives. this could result in no "archivable" files being found during archive build, leading to ERR_DIR_END. 2006-03-11 03:30:36 +00:00
vfs_mount.h file: pp_set_dir fix: safely handle case where pp.path already contains data; add TFile* member to DirEnt 2006-03-09 21:37:23 +00:00
vfs_optimizer.cpp bugfixes for problems reported by philip: (thanks!) 2006-03-14 07:20:12 +00:00
vfs_optimizer.h file_cache: fix: add buf/size combo to exact_buf_oracle if file_io rounded size up. 2006-03-07 05:44:34 +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 file: pp_set_dir fix: safely handle case where pp.path already contains data; add TFile* member to DirEnt 2006-03-09 21:37:23 +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 file: pp_set_dir fix: safely handle case where pp.path already contains data; add TFile* member to DirEnt 2006-03-09 21:37:23 +00:00
zip.cpp - allocators: SingleAllocator: renamed free method to release() to avoid need for nommgr 2006-03-15 05:18:32 +00:00
zip.h - allocators: SingleAllocator: renamed free method to release() to avoid need for nommgr 2006-03-15 05:18:32 +00:00