Areloch c2c34cdd5d Adds the getSignedAngleBetweenVectors function, which is like the existing getAngleBetweenVectors, but will returned a signed angle value, which helps to inform the full 360 angle, rather than the 'nearest 180'. 8 rokov pred
..
test da706ccb61 proper fix for https://github.com/GarageGames/Torque3D/issues/1197 11 rokov pred
util 121d65215e Tweaks any enums that use uint_max values so that they have hard types to avoid any compiler kerfluffles with C++11 value narrowing, specifically pertaining to clang. 9 rokov pred
mAngAxis.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mAngAxis.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mBox.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 rokov pred
mBox.h 49a735e051 Fix axis check in Box3F::extend method 9 rokov pred
mBoxBase.h 1a851f167d Merge pull request #1807 from Azaezel/boxBaseBorked 9 rokov pred
mConsoleFunctions.cpp c2c34cdd5d Adds the getSignedAngleBetweenVectors function, which is like the existing getAngleBetweenVectors, but will returned a signed angle value, which helps to inform the full 360 angle, rather than the 'nearest 180'. 8 rokov pred
mConstants.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mEase.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mEase.h 2f5321ddfb tabs/space + transcription typofix 9 rokov pred
mIntersector.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mMath.h 1b47bdd972 Git apparently forgot to commit ALL the changes. 9 rokov pred
mMathAMD.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mMathAMD_ASM.asm 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mMathFn.h 11532e10cc Add log2 function to mMathFn.h 9 rokov pred
mMathSSE.cpp 00cf5ab577 Added x64 check for SSE Intrinsic functions 9 rokov pred
mMathSSE_ASM.asm 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mMath_ASM.asm 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mMath_C.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mMatrix.cpp ad267f0505 Fixed angle conversion issues 11 rokov pred
mMatrix.h e10b421641 C4458 declaration hides class member. 10 rokov pred
mOrientedBox.cpp cfb90f37e4 Fix for Issue #136 for Zoning Bug 13 rokov pred
mOrientedBox.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mPlane.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mPlane.h 8538b5fdbf Little optimization in mPlane, originally by Winterleaf 11 rokov pred
mPlaneSet.h 2ec5af703c Fixed Return value from false to 0 (which is U32) 11 rokov pred
mPlaneTransformer.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mPlaneTransformer.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mPoint.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mPoint2.h 4d3db61e94 credit to @MusicMonkey5555 for spotting. asserts for Div/NULLs with mutli-element classes 10 rokov pred
mPoint3.h 57bad98569 Fixed spacing and optimized 11 rokov pred
mPoint4.h a40db9fa9b zero() method added to all point classes 12 rokov pred
mPolyhedron.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mPolyhedron.h 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 rokov pred
mPolyhedron.impl.h 8a7159c00e Fixes the drawUtil rendering of polyhedrons by correcting the index ordering to work with triangleStrip as opposed to Fan. 9 rokov pred
mQuadPatch.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 rokov pred
mQuadPatch.h 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 rokov pred
mQuat.cpp 32a4365ea9 Optimized code 11 rokov pred
mQuat.h 6891d348af Update mQuat.h 10 rokov pred
mRandom.cpp 58ae331609 U32 MRandomLCG::randI() was using longs 10 rokov pred
mRandom.h 58ae331609 U32 MRandomLCG::randI() was using longs 10 rokov pred
mRandomDeck.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mRandomSet.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mRect.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mRect.h fc51f9767a Fix for RectF::intersectTriangle() 12 rokov pred
mRotation.cpp 31ed509c1c Adds some helpful utility math functions. 9 rokov pred
mRotation.h 31ed509c1c Adds some helpful utility math functions. 9 rokov pred
mSilhouetteExtractor.h fbfd3ed8ed clang: constructor initialization order 9 rokov pred
mSolver.cpp 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mSphere.cpp 555610f69f Addresses roughly half of the C4189 errors though the following methodologies: 10 rokov pred
mSphere.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mSplinePatch.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 rokov pred
mSplinePatch.h 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 rokov pred
mTransform.h 7dbfe6994d Engine directory for ticket #1 13 rokov pred
mathIO.h 383d27f2ec The class is designed as a general-purpose rotation/orientation class to make it easy to work with rotations and swap between math types as easily as possible. 9 rokov pred
mathTypes.cpp 31ed509c1c Adds some helpful utility math functions. 9 rokov pred
mathTypes.h 383d27f2ec The class is designed as a general-purpose rotation/orientation class to make it easy to work with rotations and swap between math types as easily as possible. 9 rokov pred
mathUtils.cpp c2c34cdd5d Adds the getSignedAngleBetweenVectors function, which is like the existing getAngleBetweenVectors, but will returned a signed angle value, which helps to inform the full 360 angle, rather than the 'nearest 180'. 8 rokov pred
mathUtils.h c2c34cdd5d Adds the getSignedAngleBetweenVectors function, which is like the existing getAngleBetweenVectors, but will returned a signed angle value, which helps to inform the full 360 angle, rather than the 'nearest 180'. 8 rokov pred