| Commit message (Expand) | Author | Age | Files | Lines |
| * | Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects | assiduous | 2020-01-26 | 1 | -2067/+0 |
| * | Removed a couple of unused #include "DebugUtilities.h" | assiduous | 2020-01-09 | 1 | -2/+0 |
| * | Updated coyright notice | assiduous | 2020-01-01 | 1 | -7/+11 |
| * | clang-formatted Common project | Egor Yusov | 2019-11-24 | 1 | -752/+820 |
| * | Fixed issue in Quaternion::RotationFromAxisAngle when axis is null | Egor Yusov | 2019-09-28 | 1 | -6/+9 |
| * | Added Quaternion::RotateVector method | Egor Yusov | 2019-09-28 | 1 | -0/+6 |
| * | Updated Copyright notice | Egor Yusov | 2019-09-17 | 1 | -1/+1 |
| * | Basic math: added double4x4, double3x3, and double2x2 matrix types | Egor Yusov | 2019-08-29 | 1 | -0/+4 |
| * | Reworked Matrix4x4::RemoveTranslation | Egor Yusov | 2019-08-05 | 1 | -3/+7 |
| * | Added Matrix4x4::RemoveTranslation method | Egor Yusov | 2019-08-05 | 1 | -9/+16 |
| * | Math lib: updated box visibility test functions to take frustum plane flags | Egor Yusov | 2019-07-21 | 1 | -2/+2 |
| * | Mathlib: added Matrix2x2::Rotation function | Egor Yusov | 2019-06-16 | 1 | -0/+12 |
| * | Few updates/fixes to math lib | Egor Yusov | 2019-06-16 | 1 | -1/+27 |
| * | Mat lib: added floor & ceil vector operations | Egor Yusov | 2019-06-15 | 1 | -0/+62 |
| * | Mathlib: added double2, double3, and double4 typedefs | Egor Yusov | 2019-06-12 | 1 | -0/+4 |
| * | Mathlib: fixed RotationArbitrary function | Egor Yusov | 2019-06-02 | 1 | -18/+14 |
| * | Math lib: added vector type recast methods | Egor Yusov | 2019-06-01 | 1 | -0/+33 |
| * | BasicMath lib: added quaternion multiplication | Egor Yusov | 2019-05-15 | 1 | -1/+26 |
| * | Basic math: added Matrix4x4 Scale(T s) function | Egor Yusov | 2019-05-03 | 1 | -0/+5 |
| * | Basic math: removed GL-versions of transforms as they don't realy make sense ... | Egor Yusov | 2019-05-03 | 1 | -55/+37 |
| * | Fixed BasicMath.h header | Egor Yusov | 2019-05-02 | 1 | -0/+1 |
| * | Added matrix operator *= to math lib | Egor Yusov | 2019-04-29 | 1 | -0/+17 |
| * | Updated Quaternion functions in math lib | Egor Yusov | 2019-04-26 | 1 | -49/+51 |
| * | Added slerp; updated Quaternion in math lib | Egor Yusov | 2019-04-23 | 1 | -25/+69 |
| * | Reworked matrix operations in math library | Egor Yusov | 2019-04-23 | 1 | -476/+544 |
| * | Updated math library | Egor Yusov | 2019-04-23 | 1 | -1/+113 |
| * | Fixed rotation matrices | Egor Yusov | 2019-04-04 | 1 | -12/+21 |
| * | Basic math: added convience constructor Vector4(Vector3, float) | Egor Yusov | 2019-02-25 | 1 | -0/+1 |
| * | BasicMath.h: added typedefs for uint2,3,4, int2,3,4 | Egor Yusov | 2019-02-25 | 1 | -9/+16 |
| * | BasicMath: added Vector4->Vector3 implicit conversion | Egor Yusov | 2019-02-24 | 1 | -0/+5 |
| * | Moved math utils to Diligent namespace | Egor Yusov | 2019-01-23 | 1 | -25/+30 |
| * | Updated copyright notice | Egor Yusov | 2019-01-02 | 1 | -1/+1 |
| * | Added clamp() function to math lib | Egor Yusov | 2018-12-23 | 1 | -0/+31 |
| * | Minor update to basic math lib | Egor Yusov | 2018-12-21 | 1 | -7/+10 |
| * | Fixed issue with WindowsFileSystem::CreateDirectory and WindowsFileSystem::De... | Egor Yusov | 2018-12-20 | 1 | -6/+6 |
| * | Updated projection functions in the math lib to take IsGL instead of IsDirect... | Egor Yusov | 2018-07-03 | 1 | -21/+21 |
| * | Added functions for Ortho projection matrix | Egor Yusov | 2018-03-26 | 1 | -0/+16 |
| * | Fixed include paths in project Common | Egor Yusov | 2018-03-25 | 1 | -8/+10 |
| * | Added Matrix2x2 to BasicMath lib | Egor Yusov | 2018-03-07 | 1 | -0/+116 |
| * | Updated copyright notice | Egor Yusov | 2018-01-04 | 1 | -1/+1 |
| * | Reworked Common and Platform modules to break interdependenices; | Egor Yusov | 2017-12-28 | 1 | -1/+1 |
| * | Updated to Diligent Engine 2.1 | Egor Yusov | 2017-11-13 | 1 | -15/+60 |
| * | Merge from dev branch | Egor Yusov | 2017-05-20 | 1 | -1/+1 |
| * | Merging Updates from dev branch | Egor Yusov | 2017-05-20 | 1 | -1/+1 |
| * | Fixed D3D12 warnings, updated copyright notice | Egor Yusov | 2017-04-06 | 1 | -1/+1 |
| * | Updated to Diligent Engine 2.0 | Egor Yusov | 2016-08-20 | 1 | -1/+1 |
| * | Release v1.0.0 | Egor Yusov | 2015-10-21 | 1 | -0/+1344 |