0ad/source/lib/res/file
janwas 6792e95517 # fix vtbl_magic compile error on VC8; fix incorrect type in u32_from_larger; explanation+cleanup
- move AllocatorChecker to allocators.h since usefulness is not limited
to CacheAllocator
- file: add note on casting File.opaque
- vfs_redirector: was missing u32 (fails on VC8)
- zip: fix u32_from_larger (was using incorrect type)

This was SVN commit r3786.
2006-04-20 04:25:14 +00:00
..
archive.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
archive.h # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
compression.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
compression.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
file_cache.cpp # fix vtbl_magic compile error on VC8; fix incorrect type in u32_from_larger; explanation+cleanup 2006-04-20 04:25:14 +00:00
file_cache.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
file_internal.h # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
file_io.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
file_io.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
file_stats.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
file_stats.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
file.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
file.h # fix vtbl_magic compile error on VC8; fix incorrect type in u32_from_larger; explanation+cleanup 2006-04-20 04:25:14 +00:00
trace.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
trace.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
vfs_mount.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
vfs_mount.h # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
vfs_optimizer.cpp # Include headers for compilation without PCH 2006-04-19 05:30:02 +00:00
vfs_optimizer.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
vfs_path.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
vfs_path.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
vfs_redirector.cpp # fix vtbl_magic compile error on VC8; fix incorrect type in u32_from_larger; explanation+cleanup 2006-04-20 04:25:14 +00:00
vfs_redirector.h # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
vfs_tree.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
vfs_tree.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
vfs.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
vfs.h # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
zip.cpp # fix vtbl_magic compile error on VC8; fix incorrect type in u32_from_larger; explanation+cleanup 2006-04-20 04:25:14 +00:00
zip.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00