.. |
Angles.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Angles.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Complex.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Complex.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Curve.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Extrapolate.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Interpolate.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Lcp.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Lcp.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Math.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Math.h
|
- Skinned / animated GLTF models
|
2022-07-31 12:13:07 +02:00 |
Matrix.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Matrix.h
|
Added idMat4::GetTranslation() and some comments
|
2022-11-11 16:58:19 +01:00 |
MatX.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
MatX.h
|
Convert USE_INTRINSICS to USE_INTRINSICS_SSE and fix CMakeLists.txt logic surrounding its check to focus on x86 and x86_64 CPU types
|
2021-05-25 20:06:37 -04:00 |
Ode.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Ode.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Plane.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Plane.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Pluecker.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Pluecker.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Polynomial.cpp
|
Revert changes to idPolynomial, add ~idPolynomial() destructor to fix leak properly
|
2023-12-26 13:14:59 +01:00 |
Polynomial.h
|
Revert changes to idPolynomial, add ~idPolynomial() destructor to fix leak properly
|
2023-12-26 13:14:59 +01:00 |
Quat.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Quat.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Random.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Rotation.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Rotation.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Simd.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Simd.h
|
Ran Astyle
|
2021-04-29 15:20:45 +02:00 |
Simd_Generic.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Simd_Generic.h
|
Applied new Astyle settings
|
2019-11-11 20:27:44 +01:00 |
Simd_SSE.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
Simd_SSE.h
|
Convert USE_INTRINSICS to USE_INTRINSICS_SSE and fix CMakeLists.txt logic surrounding its check to focus on x86 and x86_64 CPU types
|
2021-05-25 20:06:37 -04:00 |
SphericalHarmonics.h
|
Started to bring back the Quake 3 lightgrid as irradiance cache
|
2021-04-13 15:50:46 +02:00 |
Vector.cpp
|
+ id style gltf2 parser
|
2022-06-06 17:24:37 +02:00 |
Vector.h
|
+ id style gltf2 parser
|
2022-06-06 17:24:37 +02:00 |
VectorI.h
|
Removed idVec4i
|
2022-09-04 16:15:02 +02:00 |
VecX.cpp
|
Re-order all pragma once statements to be AFTER the precompiled.h include, to silence IntelliSense's warning about PCH header stops
|
2021-09-11 17:53:30 +02:00 |
VecX.h
|
Convert USE_INTRINSICS to USE_INTRINSICS_SSE and fix CMakeLists.txt logic surrounding its check to focus on x86 and x86_64 CPU types
|
2021-05-25 20:06:37 -04:00 |