0ad/source/lib/res/file
janwas 15e8d9a0b3 # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit
- validators now WARN_RETURN as well (rationale documented in
lib_errors.h)
- got rid of some CHECK_ERR (try to avoid multiple errors for the same
underlying problem)
- H_DEREF now first checks if handle is invalid already and returns that
if so; avoids the need for a RETURN_ERR before it.

This was SVN commit r3799.
2006-04-22 21:21:42 +00:00
..
archive.cpp # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +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 path-related functions; split into separate files 2006-04-22 16:26:16 +00:00
file_io.cpp # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +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_util.cpp forgot to add this 2006-04-22 16:50:17 +00:00
file.cpp # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +00:00
file.h # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +00:00
path.cpp # refactor VFS path-related functions; split into separate files 2006-04-22 16:26:16 +00:00
path.h # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +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 # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +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 # refactor VFS path-related functions; split into separate files 2006-04-22 16:26:16 +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_redirector.cpp # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +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 # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +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 # error handling: make sure all lib/ failure paths are covered by error handling; simplify its use a bit 2006-04-22 21:21:42 +00:00
vfs.h # refactor VFS path-related functions; split into separate files 2006-04-22 16:26:16 +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