Common TriggerHelper functions to set formations on units, get the mapsize and curren...
[0ad.git] / libraries / source / nvtt / README.txt
blob74b3afa7b8e0c79f9b4c050e1d1aec592b22faf7
1 This is NVTT 2.0.8-1 from http://code.google.com/p/nvidia-texture-tools/
2 plus some patches (see patches/):
3   r1156.patch (from NVTT SVN r1156 - fixes build with libtiff 4.0)
4   r1157.patch (from NVTT SVN r1157 - fixes build with CUDA 3.0)
5   r1172.patch (from NVTT SVN r1172 - fixes memory allocator interaction with Valgrind)
6   r907.patch and r1025.patch (from NVTT SVN - fixes build on FreeBSD)
7   rpath.patch (fixes .so file search paths for bundled copy)
8   issue139.patch (fixes http://code.google.com/p/nvidia-texture-tools/issues/detail?id=139)
9   issue176.patch (partially from http:/code.google.com/p/nvidia-texture-tools/issues/detail?id=176 - fixes build on OpenBSD)
10   png-api.patch (partially from NVTT SVN r1248 - fixes build with libpng 1.5)
11   cmake-freebsd.patch (fixes build on FreeBSD)
12   gcc47-unistd.patch (fixes build on GCC 4.7)
13   cmake-devflags.patch (from https://407191.bugs.gentoo.org/attachment.cgi?id=308589 - allows disabling various dependencies)
14   cmake-devflags2.patch - allows disabling more dependencies
15   issue182.patch (fixes http://code.google.com/p/nvidia-texture-tools/issues/detail?id=182)
16   cmake-noqt4.patch (removes unused dependency on Qt4, fixes build on systems without Qt)
17   arm-fix.patch (from NVTT SVN r1173 - fixes ARM build)
18   issue188.patch (fixes http://code.google.com/p/nvidia-texture-tools/issues/detail?id=188)
19   clang-cpp11-error.patch (fixes build error on OS X Yosemite with clang, libc++ and c++11)
20   arm64-fix.patch (backported in http://trac.wildfiregames.com/ticket/3344 from upstream https://github.com/castano/nvidia-texture-tools/commit/58617584d4d2541ff9fcfe23a9a492af86b11efb - fixes ARM64 build)
21   gcc6-fix.path (fixes a compilation issue where GCC 6 doesn't want to cast a boolean to a pointer anymore)