0ad/source/lib/res/file
janwas 823c93ce47 # bugfixes (string, pthread, screenshot writing)
- CStr : early out if empty, don't deref iterator (crashes in VC8)
- init VFS In archive_builder test
- wpthread: avoid race condition when creating threads. cleanup; replace
debug_warn with error codes
- Util: file_buf_free wasn't specifying FB_FROM_HEAP ->
http://www.wildfiregames.com/forum/index.php?showtopic=10085

This was SVN commit r4006.
2006-06-11 17:16:24 +00:00
..
tests # bugfixes (string, pthread, screenshot writing) 2006-06-11 17:16:24 +00:00
archive_builder.cpp # housekeeping 2006-06-04 22:27:40 +00:00
archive_builder.h # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
archive.cpp # housekeeping 2006-06-04 22:27:40 +00:00
archive.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
compression.cpp # housekeeping 2006-06-04 22:27:40 +00:00
compression.h # add CppDoc comments; prepare for automated testing 2006-05-31 04:01:59 +00:00
file_cache.cpp # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
file_cache.h # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
file_internal.h # housekeeping 2006-06-04 22:27:40 +00:00
file_io.cpp # housekeeping 2006-06-04 22:27:40 +00:00
file_io.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
file_stats.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
file_stats.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
file_util.cpp # housekeeping 2006-06-04 22:27:40 +00:00
file.cpp # housekeeping 2006-06-04 22:27:40 +00:00
file.h # housekeeping 2006-06-04 22:27:40 +00:00
path.cpp # housekeeping 2006-06-04 22:27:40 +00:00
path.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
trace.cpp # housekeeping 2006-06-04 22:27:40 +00:00
trace.h # bugfixes: prevent incorrect FPU results due to 0-length files, and incorrect file caching due to timestamps delayed by long sojourn in the debugger. 2006-04-30 21:45:32 +00:00
vfs_mount.cpp # housekeeping 2006-06-04 22:27:40 +00:00
vfs_mount.h # big VFS update: laid groundwork for running as non-admin; move XMB files into separate directory tree 2006-05-17 16:47:49 +00:00
vfs_optimizer.cpp # housekeeping 2006-06-04 22:27:40 +00:00
vfs_optimizer.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
vfs_redirector.cpp # housekeeping 2006-06-04 22:27:40 +00:00
vfs_redirector.h #further VFS refactor (dirent enumeration interface unified, more code sharing) 2006-04-26 22:38:25 +00:00
vfs_tree.cpp # housekeeping 2006-06-04 22:27:40 +00:00
vfs_tree.h # housekeeping 2006-06-04 22:27:40 +00:00
vfs.cpp # housekeeping 2006-06-04 22:27:40 +00:00
vfs.h FILE_WRITE_TO_MOD is now FILE_WRITE_TO_TARGET 2006-05-17 14:48:18 +00:00
zip.cpp # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
zip.h # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00