Commit Graph

2568 Commits

Author SHA1 Message Date
Christophe R
d94b0b7971 Merge pull request #467 from svenstaro/patch-2
Fix wrong docs #467
2016-01-01 12:50:59 +01:00
Christophe R
80066569f8 Merge pull request #468 from selfshadow/fix-warnings
Fixed various xcode/clang warnings #468
2016-01-01 12:50:04 +01:00
Stephen Hill
47a2a6adfb Fixed various 'X is not defined' warnings 2015-12-23 12:19:13 -05:00
Stephen Hill
89cecd373a Fixed 'GLM_COMPILER_VC2005 is not defined' warning
This GLM compiler version isn't defined, so I just removed the legacy functions.
2015-12-23 12:18:14 -05:00
Stephen Hill
22467f00f8 Fixed "Declaration shadows a field" warning 2015-12-23 12:16:31 -05:00
Sven-Hendrik Haase
816b6b8c34 Fix wrong docs
The function this function is a helper of is using radians. In fact, glm is using radians everywhere!
2015-12-23 01:24:48 +01:00
Christophe R
78f686b4be Merge pull request #455 from Karanlos/master
frustumLH compile error fix. #455
2015-12-06 19:59:17 +01:00
Christophe R
fec96678b8 Merge pull request #456 from adriankrupa/master
Fixed frexp compilation error #456
2015-12-06 19:57:33 +01:00
Adrian Krupa
8fd8c56074 Fixed frexp compilation error 2015-11-29 20:53:04 +01:00
Erik Sejersen
2edd8b8d44 frustumLH compile error fix. 2015-11-23 00:52:38 +01:00
Christophe R
0d2fd871af Merge pull request #447 from Karanlos/master
More right and left handed projection matrix support plus support for glClipControl GL_ZERO_TO_ONE #447
2015-11-22 11:43:21 +01:00
Christophe R
d35e3950b7 Merge pull request #452 from svenstaro/master
Fix docs #452
2015-11-22 11:40:47 +01:00
Sven-Hendrik Haase
16aba1a937 Fix docs 2015-11-22 06:48:23 +01:00
Christophe Riccio
254ea0ee24 Tentative fix for ICC errors #449 2015-11-21 11:27:09 +01:00
Erik Sejersen
8200f815bf Added left and right handedness to more projection functions and added a define for glClipControl GL_ZERO_TO_ONE 2015-11-17 14:52:50 +01:00
Christophe R
3a960f2afb Merge pull request #436 from taketwo/add-const
Add const qualifier in extractEulerAngleXYZ() #436
2015-11-17 11:01:49 +01:00
Christophe R
376732e5ae Merge pull request #437 from svenstaro/patch-1
Fix unintentional backface culling in triangle intersect #437
2015-11-17 10:58:15 +01:00
Christophe R
45f8edf2bc Merge pull request #438 from rleigh-dundee/msbuild-error
test: Don't use 'Error:' or 'error:' in test output #438
2015-11-17 10:52:40 +01:00
Christophe R
91936ed15a Merge pull request #444 from Laurie-Hedge/master
Fixed build by adding missing scope #444
2015-11-17 10:41:46 +01:00
Laurie
f66c5ef004 Fixed build by adding missing scope 2015-11-07 09:08:37 +00:00
Sven-Hendrik Haase
a75e38fb40 Remove old commented code 2015-10-23 15:58:43 +02:00
Roger Leigh
a59aaea29d test: Don't use 'Error:' or 'error:' in test output
This is parsed by msbuild when using Visual Studio project
files, and will automatically fail the build if encountered.
This is a bug (or badly designed intentional behaviour) in
msbuild.  See
  http://blogs.msdn.com/b/dsvc/archive/2012/02/29/output-from-exec-task-resulting-in-build-failure.aspx
for further details.
2015-10-22 14:25:33 +00:00
Christophe Riccio
0af2e05b1b Merge 0.9.7 branch 2015-10-22 00:32:47 +02:00
Christophe Riccio
627d36fd47 Updated GLM version 2015-10-22 00:31:15 +02:00
Christophe Riccio
f1e9c2f186 Fixed Cygwin build errors when using C++11 #405 2015-10-22 00:30:27 +02:00
Christophe Riccio
85e88a366d Cygwin GCC doesn't have a C++11 STL library 2015-10-22 00:27:10 +02:00
Sven-Hendrik Haase
e5b84bd4b4 Added changelog 2015-10-20 04:11:53 +02:00
Sven-Hendrik Haase
96b7850cab Fix unintentional backface culling in triangle intersect
This also fixes #194. The backface culling is unintentional because it is not documented anywhere and we can't give the triangle a normal so just assume the general case.
2015-10-20 04:05:58 +02:00
Sergey Alexandrov
e05935c7bd Add const qualifier in extractEulerAngleXYZ() 2015-10-18 17:41:19 +02:00
Christophe Riccio
32fc69ee11 - Added unary + operator #435 2015-10-17 04:11:52 +02:00
Christophe Riccio
5cd49977e6 Fixed build 2015-10-15 04:38:26 +02:00
Christophe Riccio
a257beb5de Added missing bvec* && and || operators 2015-10-15 04:28:08 +02:00
Christophe Riccio
560dcdbec0 Added 8bit pack and unpack to GTC_packing 2015-10-12 01:03:01 +02:00
Christophe Riccio
bb9ce516b0 Added 16bit pack and unpack to GTC_packing 2015-10-11 23:02:42 +02:00
Christophe Riccio
92a6c207bc Fixed build on C++98 compiler 2015-10-11 22:01:02 +02:00
Christophe Riccio
7f4d8c38c9 Fixed (un)packHalf 2015-10-11 21:20:37 +02:00
Christophe Riccio
04c8f05a34 Added (un)packUnorm and (un)packSnorm to GTC_packing 2015-10-10 03:04:32 +02:00
Christophe Riccio
65c8f8fcf0 Added (un)packHalf 2015-10-10 01:54:54 +02:00
Christophe Riccio
8508e099d0 Fixed compScale test 2015-10-08 23:49:43 +02:00
Christophe Riccio
273beb8779 Merge branch 'master' of https://github.com/g-truc/glm 2015-10-07 22:39:37 +02:00
Christophe Riccio
869caacac5 Merge branch 'static-const' of https://github.com/g-truc/glm into static-const 2015-10-07 22:32:59 +02:00
Christophe Riccio
9902e3014f Fixed GTX_extended_min_max build 2015-10-07 22:32:12 +02:00
Christophe R.
143c4c336a Merge pull request #429 from JesseTG/jtg/static-const
Add GLM_STATIC_CONST_MEMBERS #429
2015-10-07 22:28:49 +02:00
Christophe R.
64c86d1760 Merge pull request #428 from JesseTG/jtg/ignore-more
Let's try .gitignore again #428
2015-10-07 22:23:04 +02:00
Jesse Talavera-Greenberg
23af86ebe1 Let's try .gitignore again 2015-10-07 16:19:54 -04:00
Jesse Talavera-Greenberg
e55eb1e08b Removed ambiguity in fmat4x4 constructor 2015-10-07 16:12:45 -04:00
Jesse Talavera-Greenberg
08bf6e78c9 Renamed comp (X|Y|Z|W) template parameters in fvec4SIMD to (X|Y|Z|W)_ 2015-10-07 16:11:23 -04:00
Christophe Riccio
2d1463ced7 Fixed GTX_extended_min_max filename typo #386 2015-10-07 22:04:33 +02:00
Christophe Riccio
b0285416b0 Fixed GTX_extended_min_max filename typo #386 2015-10-07 21:58:58 +02:00
Christophe Riccio
132bccce1c Merge branch '0.9.7' 2015-10-07 21:55:22 +02:00