0ad/source/lib/res/file
janwas 5814e10126 # complete revamp of build system in preparation for automated self tests.
* now splits everything up into independent static libraries.
* fixed a great deal of incorrect #include statements. all headers must
now be specified with their full path relative to source. exception: if
file being included and including file are in the same directory, no
path needed.
use <> when relying on the build system's include path (e.g. for system
headers and external libraries, e.g. boost), otherwise "".

* temporarily renamed maths/Vector2D to Vector2D_Maths to avoid
conflict. these should be merged.
* hacked around VC linker stupidness when building static libs; texture
codecs must now be registered manually.

This was SVN commit r3931.
2006-06-02 03:56:24 +00:00
..
tests # add boatload of self-tests 2006-05-31 04:17:45 +00:00
archive_builder.cpp 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
archive_builder.h # more res/file refactoring (split up archive provider and builder) 2006-04-24 05:20:14 +00:00
archive.cpp FILE_WRITE_TO_MOD is now FILE_WRITE_TO_TARGET 2006-05-17 14:48:18 +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 # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +00:00
compression.h # add CppDoc comments; prepare for automated testing 2006-05-31 04:01:59 +00:00
file_cache.cpp # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +00:00
file_cache.h # bugfix in archive generator: avoid assert triggered for uncachable files 2006-05-21 01:16:38 +00:00
file_internal.h FILE_WRITE_TO_MOD is now FILE_WRITE_TO_TARGET 2006-05-17 14:48:18 +00:00
file_io.cpp # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +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 # GCC compatibility 2006-04-28 04:53:23 +00:00
file.cpp 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
file.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
path.cpp 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
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 # bugfix in archive generator: avoid assert triggered for uncachable files 2006-05-21 01:16:38 +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 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
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 # 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_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 # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +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 # complete revamp of build system in preparation for automated self tests. 2006-06-02 03:56:24 +00:00
vfs_tree.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.cpp 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
vfs.h FILE_WRITE_TO_MOD is now FILE_WRITE_TO_TARGET 2006-05-17 14:48:18 +00:00
zip.cpp 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
zip.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