summaryrefslogtreecommitdiff
path: root/deps/g3dlite/Readme.txt
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-10-12 20:00:52 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-10-12 20:00:52 +0200
commitf06f32849f1e2c72dc73287c73361174c07ed29e (patch)
tree70ace68e849cd5ca446fb36279f8125127bb8693 /deps/g3dlite/Readme.txt
parent4df28fd29c6978e669f9950bd38e853fabf9fc8d (diff)
Directory Structure [step 1]: moving files
working on #672 NOTE: This commit can't be compiled!!
Diffstat (limited to 'deps/g3dlite/Readme.txt')
-rw-r--r--deps/g3dlite/Readme.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/g3dlite/Readme.txt b/deps/g3dlite/Readme.txt
new file mode 100644
index 0000000000..7988d1f314
--- /dev/null
+++ b/deps/g3dlite/Readme.txt
@@ -0,0 +1,11 @@
+ Due to issues with G3D normally requiring X11 and the ZIP-library, the library version in this sourcetree contains a modified version.
+The applied patches are added as .diff-files to the repository for future reference (knowing what was changed is quite handy).
+
+G3D-v8.0_hotfix1.diff - 2010-08-27 - remove dependency on zip/z11 libraries, add support for 64-bit arch
+G3D-v8.0_hotfix2.diff - 2012-01-14 - fix typo in isNaN(float x)
+G3D-v8.0_hotfix3.diff - 2012-08-26 - fix compilation on Fedora Linux
+G3D-v8.0_hotfix4.diff - 2012-11-09 - fix compilation on OSX
+G3D-v8.0_hotfix5.diff - 2013-02-27 - fix compilation in cygwin environments
+G3D-v8.0_hotfix6.diff - 2013-03-08 - fix compilation in mingw
+G3D-v8.0_hotfix7.diff - 2013-08-31 - fix typo in Matrix4 == operator
+G3D-v8.0_hotfix8.diff - 2013-09-01 - fix typo in Vector3int32 += operator