From 8078ffffc2ac11e19dc8b72ddf53c279bfebf96a Mon Sep 17 00:00:00 2001 From: Ansariel Date: Fri, 7 Nov 2014 20:06:47 +0100 Subject: STORM-2083: LLCalcParser calculates inverse trigonometric functions wrong --- indra/llmath/llcalcparser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/llmath') diff --git a/indra/llmath/llcalcparser.h b/indra/llmath/llcalcparser.h index faa699ff7b..e2388d6702 100755 --- a/indra/llmath/llcalcparser.h +++ b/indra/llmath/llcalcparser.h @@ -167,9 +167,9 @@ private: F32 _sin(const F32& a) const { return sin(DEG_TO_RAD * a); } F32 _cos(const F32& a) const { return cos(DEG_TO_RAD * a); } F32 _tan(const F32& a) const { return tan(DEG_TO_RAD * a); } - F32 _asin(const F32& a) const { return asin(a * RAD_TO_DEG); } - F32 _acos(const F32& a) const { return acos(a * RAD_TO_DEG); } - F32 _atan(const F32& a) const { return atan(a * RAD_TO_DEG); } + F32 _asin(const F32& a) const { return asin(a) * RAD_TO_DEG; } + F32 _acos(const F32& a) const { return acos(a) * RAD_TO_DEG; } + F32 _atan(const F32& a) const { return atan(a) * RAD_TO_DEG; } F32 _sqrt(const F32& a) const { return sqrt(a); } F32 _log(const F32& a) const { return log(a); } F32 _exp(const F32& a) const { return exp(a); } -- cgit v1.2.3 From 398ec2fdfcd75695c5b72750913cc0e40c3ee720 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 23 Sep 2015 16:21:31 -0400 Subject: add comments for MAINT-5660 asserts --- indra/llmath/llvolume.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/llmath') diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index c2198b91a7..2a4aae1c31 100755 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -2202,7 +2202,7 @@ BOOL LLVolume::generate() { rot_mat.rotate(*profile++, tmp); dst->setAdd(tmp,offset); - llassert(dst->isFinite3()); + llassert(dst->isFinite3()); // MAINT-5660; don't know why this happens, does not affect Release builds ++dst; } } @@ -5651,7 +5651,7 @@ BOOL LLVolumeFace::createCap(LLVolume* volume, BOOL partial_build) tc->mV[0] = (*p)[0]+0.5f; tc->mV[1] = (*p)[1]+0.5f; - llassert(src->isFinite3()); + llassert(src->isFinite3()); // MAINT-5660; don't know why this happens, does not affect Release builds update_min_max(min,max,*src); update_min_max(min_uv, max_uv, *tc); -- cgit v1.2.3 From c8726aba303bcf1207b730a344536e25491420bc Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 10 Nov 2015 09:48:56 -0500 Subject: remove execute permission from many files that should not have it --- indra/llmath/CMakeLists.txt | 0 indra/llmath/camera.h | 0 indra/llmath/coordframe.h | 0 indra/llmath/llbbox.cpp | 0 indra/llmath/llbbox.h | 0 indra/llmath/llbboxlocal.cpp | 0 indra/llmath/llbboxlocal.h | 0 indra/llmath/llcalc.cpp | 0 indra/llmath/llcalc.h | 0 indra/llmath/llcalcparser.cpp | 0 indra/llmath/llcalcparser.h | 0 indra/llmath/llcamera.cpp | 0 indra/llmath/llcamera.h | 0 indra/llmath/llcoord.h | 0 indra/llmath/llcoordframe.cpp | 0 indra/llmath/llcoordframe.h | 0 indra/llmath/llinterp.h | 0 indra/llmath/llline.cpp | 0 indra/llmath/llline.h | 0 indra/llmath/llmath.h | 0 indra/llmath/llmatrix3a.cpp | 0 indra/llmath/llmatrix3a.h | 0 indra/llmath/llmatrix3a.inl | 0 indra/llmath/llmatrix4a.h | 0 indra/llmath/llmodularmath.cpp | 0 indra/llmath/llmodularmath.h | 0 indra/llmath/lloctree.h | 0 indra/llmath/llperlin.cpp | 0 indra/llmath/llperlin.h | 0 indra/llmath/llplane.h | 0 indra/llmath/llquantize.h | 0 indra/llmath/llquaternion.cpp | 0 indra/llmath/llquaternion.h | 0 indra/llmath/llquaternion2.h | 0 indra/llmath/llquaternion2.inl | 0 indra/llmath/llrect.cpp | 0 indra/llmath/llrect.h | 0 indra/llmath/llsdutil_math.cpp | 0 indra/llmath/llsdutil_math.h | 0 indra/llmath/llsimdmath.h | 0 indra/llmath/llsimdtypes.h | 0 indra/llmath/llsimdtypes.inl | 0 indra/llmath/llsphere.cpp | 0 indra/llmath/llsphere.h | 0 indra/llmath/lltreenode.h | 0 indra/llmath/llvector4a.cpp | 0 indra/llmath/llvector4a.h | 0 indra/llmath/llvector4a.inl | 0 indra/llmath/llvector4logical.h | 0 indra/llmath/llvolume.cpp | 0 indra/llmath/llvolume.h | 0 indra/llmath/llvolumemgr.cpp | 0 indra/llmath/llvolumemgr.h | 0 indra/llmath/llvolumeoctree.cpp | 0 indra/llmath/llvolumeoctree.h | 0 indra/llmath/m3math.cpp | 0 indra/llmath/m3math.h | 0 indra/llmath/m4math.cpp | 0 indra/llmath/m4math.h | 0 indra/llmath/raytrace.cpp | 0 indra/llmath/raytrace.h | 0 indra/llmath/tests/alignment_test.cpp | 0 indra/llmath/tests/llbbox_test.cpp | 0 indra/llmath/tests/llbboxlocal_test.cpp | 0 indra/llmath/tests/llmodularmath_test.cpp | 0 indra/llmath/tests/llquaternion_test.cpp | 0 indra/llmath/tests/llrect_test.cpp | 0 indra/llmath/tests/m3math_test.cpp | 0 indra/llmath/tests/mathmisc_test.cpp | 0 indra/llmath/tests/v2math_test.cpp | 0 indra/llmath/tests/v3color_test.cpp | 0 indra/llmath/tests/v3dmath_test.cpp | 0 indra/llmath/tests/v3math_test.cpp | 0 indra/llmath/tests/v4color_test.cpp | 0 indra/llmath/tests/v4coloru_test.cpp | 0 indra/llmath/tests/v4math_test.cpp | 0 indra/llmath/tests/xform_test.cpp | 0 indra/llmath/v2math.cpp | 0 indra/llmath/v2math.h | 0 indra/llmath/v3color.cpp | 0 indra/llmath/v3color.h | 0 indra/llmath/v3dmath.cpp | 0 indra/llmath/v3dmath.h | 0 indra/llmath/v3math.cpp | 0 indra/llmath/v3math.h | 0 indra/llmath/v4color.cpp | 0 indra/llmath/v4color.h | 0 indra/llmath/v4coloru.cpp | 0 indra/llmath/v4coloru.h | 0 indra/llmath/v4math.cpp | 0 indra/llmath/v4math.h | 0 indra/llmath/xform.cpp | 0 indra/llmath/xform.h | 0 93 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 indra/llmath/CMakeLists.txt mode change 100755 => 100644 indra/llmath/camera.h mode change 100755 => 100644 indra/llmath/coordframe.h mode change 100755 => 100644 indra/llmath/llbbox.cpp mode change 100755 => 100644 indra/llmath/llbbox.h mode change 100755 => 100644 indra/llmath/llbboxlocal.cpp mode change 100755 => 100644 indra/llmath/llbboxlocal.h mode change 100755 => 100644 indra/llmath/llcalc.cpp mode change 100755 => 100644 indra/llmath/llcalc.h mode change 100755 => 100644 indra/llmath/llcalcparser.cpp mode change 100755 => 100644 indra/llmath/llcalcparser.h mode change 100755 => 100644 indra/llmath/llcamera.cpp mode change 100755 => 100644 indra/llmath/llcamera.h mode change 100755 => 100644 indra/llmath/llcoord.h mode change 100755 => 100644 indra/llmath/llcoordframe.cpp mode change 100755 => 100644 indra/llmath/llcoordframe.h mode change 100755 => 100644 indra/llmath/llinterp.h mode change 100755 => 100644 indra/llmath/llline.cpp mode change 100755 => 100644 indra/llmath/llline.h mode change 100755 => 100644 indra/llmath/llmath.h mode change 100755 => 100644 indra/llmath/llmatrix3a.cpp mode change 100755 => 100644 indra/llmath/llmatrix3a.h mode change 100755 => 100644 indra/llmath/llmatrix3a.inl mode change 100755 => 100644 indra/llmath/llmatrix4a.h mode change 100755 => 100644 indra/llmath/llmodularmath.cpp mode change 100755 => 100644 indra/llmath/llmodularmath.h mode change 100755 => 100644 indra/llmath/lloctree.h mode change 100755 => 100644 indra/llmath/llperlin.cpp mode change 100755 => 100644 indra/llmath/llperlin.h mode change 100755 => 100644 indra/llmath/llplane.h mode change 100755 => 100644 indra/llmath/llquantize.h mode change 100755 => 100644 indra/llmath/llquaternion.cpp mode change 100755 => 100644 indra/llmath/llquaternion.h mode change 100755 => 100644 indra/llmath/llquaternion2.h mode change 100755 => 100644 indra/llmath/llquaternion2.inl mode change 100755 => 100644 indra/llmath/llrect.cpp mode change 100755 => 100644 indra/llmath/llrect.h mode change 100755 => 100644 indra/llmath/llsdutil_math.cpp mode change 100755 => 100644 indra/llmath/llsdutil_math.h mode change 100755 => 100644 indra/llmath/llsimdmath.h mode change 100755 => 100644 indra/llmath/llsimdtypes.h mode change 100755 => 100644 indra/llmath/llsimdtypes.inl mode change 100755 => 100644 indra/llmath/llsphere.cpp mode change 100755 => 100644 indra/llmath/llsphere.h mode change 100755 => 100644 indra/llmath/lltreenode.h mode change 100755 => 100644 indra/llmath/llvector4a.cpp mode change 100755 => 100644 indra/llmath/llvector4a.h mode change 100755 => 100644 indra/llmath/llvector4a.inl mode change 100755 => 100644 indra/llmath/llvector4logical.h mode change 100755 => 100644 indra/llmath/llvolume.cpp mode change 100755 => 100644 indra/llmath/llvolume.h mode change 100755 => 100644 indra/llmath/llvolumemgr.cpp mode change 100755 => 100644 indra/llmath/llvolumemgr.h mode change 100755 => 100644 indra/llmath/llvolumeoctree.cpp mode change 100755 => 100644 indra/llmath/llvolumeoctree.h mode change 100755 => 100644 indra/llmath/m3math.cpp mode change 100755 => 100644 indra/llmath/m3math.h mode change 100755 => 100644 indra/llmath/m4math.cpp mode change 100755 => 100644 indra/llmath/m4math.h mode change 100755 => 100644 indra/llmath/raytrace.cpp mode change 100755 => 100644 indra/llmath/raytrace.h mode change 100755 => 100644 indra/llmath/tests/alignment_test.cpp mode change 100755 => 100644 indra/llmath/tests/llbbox_test.cpp mode change 100755 => 100644 indra/llmath/tests/llbboxlocal_test.cpp mode change 100755 => 100644 indra/llmath/tests/llmodularmath_test.cpp mode change 100755 => 100644 indra/llmath/tests/llquaternion_test.cpp mode change 100755 => 100644 indra/llmath/tests/llrect_test.cpp mode change 100755 => 100644 indra/llmath/tests/m3math_test.cpp mode change 100755 => 100644 indra/llmath/tests/mathmisc_test.cpp mode change 100755 => 100644 indra/llmath/tests/v2math_test.cpp mode change 100755 => 100644 indra/llmath/tests/v3color_test.cpp mode change 100755 => 100644 indra/llmath/tests/v3dmath_test.cpp mode change 100755 => 100644 indra/llmath/tests/v3math_test.cpp mode change 100755 => 100644 indra/llmath/tests/v4color_test.cpp mode change 100755 => 100644 indra/llmath/tests/v4coloru_test.cpp mode change 100755 => 100644 indra/llmath/tests/v4math_test.cpp mode change 100755 => 100644 indra/llmath/tests/xform_test.cpp mode change 100755 => 100644 indra/llmath/v2math.cpp mode change 100755 => 100644 indra/llmath/v2math.h mode change 100755 => 100644 indra/llmath/v3color.cpp mode change 100755 => 100644 indra/llmath/v3color.h mode change 100755 => 100644 indra/llmath/v3dmath.cpp mode change 100755 => 100644 indra/llmath/v3dmath.h mode change 100755 => 100644 indra/llmath/v3math.cpp mode change 100755 => 100644 indra/llmath/v3math.h mode change 100755 => 100644 indra/llmath/v4color.cpp mode change 100755 => 100644 indra/llmath/v4color.h mode change 100755 => 100644 indra/llmath/v4coloru.cpp mode change 100755 => 100644 indra/llmath/v4coloru.h mode change 100755 => 100644 indra/llmath/v4math.cpp mode change 100755 => 100644 indra/llmath/v4math.h mode change 100755 => 100644 indra/llmath/xform.cpp mode change 100755 => 100644 indra/llmath/xform.h (limited to 'indra/llmath') diff --git a/indra/llmath/CMakeLists.txt b/indra/llmath/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/indra/llmath/camera.h b/indra/llmath/camera.h old mode 100755 new mode 100644 diff --git a/indra/llmath/coordframe.h b/indra/llmath/coordframe.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llbbox.cpp b/indra/llmath/llbbox.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llbbox.h b/indra/llmath/llbbox.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llbboxlocal.cpp b/indra/llmath/llbboxlocal.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llbboxlocal.h b/indra/llmath/llbboxlocal.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llcalc.cpp b/indra/llmath/llcalc.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llcalc.h b/indra/llmath/llcalc.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llcalcparser.cpp b/indra/llmath/llcalcparser.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llcalcparser.h b/indra/llmath/llcalcparser.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llcamera.cpp b/indra/llmath/llcamera.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llcamera.h b/indra/llmath/llcamera.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llcoord.h b/indra/llmath/llcoord.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llcoordframe.cpp b/indra/llmath/llcoordframe.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llcoordframe.h b/indra/llmath/llcoordframe.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llinterp.h b/indra/llmath/llinterp.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llline.cpp b/indra/llmath/llline.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llline.h b/indra/llmath/llline.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llmath.h b/indra/llmath/llmath.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llmatrix3a.cpp b/indra/llmath/llmatrix3a.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llmatrix3a.h b/indra/llmath/llmatrix3a.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llmatrix3a.inl b/indra/llmath/llmatrix3a.inl old mode 100755 new mode 100644 diff --git a/indra/llmath/llmatrix4a.h b/indra/llmath/llmatrix4a.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llmodularmath.cpp b/indra/llmath/llmodularmath.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llmodularmath.h b/indra/llmath/llmodularmath.h old mode 100755 new mode 100644 diff --git a/indra/llmath/lloctree.h b/indra/llmath/lloctree.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llperlin.cpp b/indra/llmath/llperlin.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llperlin.h b/indra/llmath/llperlin.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llplane.h b/indra/llmath/llplane.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llquantize.h b/indra/llmath/llquantize.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llquaternion.cpp b/indra/llmath/llquaternion.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llquaternion.h b/indra/llmath/llquaternion.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llquaternion2.h b/indra/llmath/llquaternion2.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llquaternion2.inl b/indra/llmath/llquaternion2.inl old mode 100755 new mode 100644 diff --git a/indra/llmath/llrect.cpp b/indra/llmath/llrect.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llrect.h b/indra/llmath/llrect.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llsdutil_math.cpp b/indra/llmath/llsdutil_math.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llsdutil_math.h b/indra/llmath/llsdutil_math.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llsimdmath.h b/indra/llmath/llsimdmath.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llsimdtypes.h b/indra/llmath/llsimdtypes.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llsimdtypes.inl b/indra/llmath/llsimdtypes.inl old mode 100755 new mode 100644 diff --git a/indra/llmath/llsphere.cpp b/indra/llmath/llsphere.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llsphere.h b/indra/llmath/llsphere.h old mode 100755 new mode 100644 diff --git a/indra/llmath/lltreenode.h b/indra/llmath/lltreenode.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llvector4a.cpp b/indra/llmath/llvector4a.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llvector4a.h b/indra/llmath/llvector4a.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llvector4a.inl b/indra/llmath/llvector4a.inl old mode 100755 new mode 100644 diff --git a/indra/llmath/llvector4logical.h b/indra/llmath/llvector4logical.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llvolumemgr.cpp b/indra/llmath/llvolumemgr.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llvolumemgr.h b/indra/llmath/llvolumemgr.h old mode 100755 new mode 100644 diff --git a/indra/llmath/llvolumeoctree.cpp b/indra/llmath/llvolumeoctree.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/llvolumeoctree.h b/indra/llmath/llvolumeoctree.h old mode 100755 new mode 100644 diff --git a/indra/llmath/m3math.cpp b/indra/llmath/m3math.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/m3math.h b/indra/llmath/m3math.h old mode 100755 new mode 100644 diff --git a/indra/llmath/m4math.cpp b/indra/llmath/m4math.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/m4math.h b/indra/llmath/m4math.h old mode 100755 new mode 100644 diff --git a/indra/llmath/raytrace.cpp b/indra/llmath/raytrace.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/raytrace.h b/indra/llmath/raytrace.h old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/alignment_test.cpp b/indra/llmath/tests/alignment_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/llbbox_test.cpp b/indra/llmath/tests/llbbox_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/llbboxlocal_test.cpp b/indra/llmath/tests/llbboxlocal_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/llmodularmath_test.cpp b/indra/llmath/tests/llmodularmath_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/llquaternion_test.cpp b/indra/llmath/tests/llquaternion_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/llrect_test.cpp b/indra/llmath/tests/llrect_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/m3math_test.cpp b/indra/llmath/tests/m3math_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/mathmisc_test.cpp b/indra/llmath/tests/mathmisc_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/v2math_test.cpp b/indra/llmath/tests/v2math_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/v3color_test.cpp b/indra/llmath/tests/v3color_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/v3dmath_test.cpp b/indra/llmath/tests/v3dmath_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/v3math_test.cpp b/indra/llmath/tests/v3math_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/v4color_test.cpp b/indra/llmath/tests/v4color_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/v4coloru_test.cpp b/indra/llmath/tests/v4coloru_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/v4math_test.cpp b/indra/llmath/tests/v4math_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/tests/xform_test.cpp b/indra/llmath/tests/xform_test.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/v2math.cpp b/indra/llmath/v2math.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/v2math.h b/indra/llmath/v2math.h old mode 100755 new mode 100644 diff --git a/indra/llmath/v3color.cpp b/indra/llmath/v3color.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/v3color.h b/indra/llmath/v3color.h old mode 100755 new mode 100644 diff --git a/indra/llmath/v3dmath.cpp b/indra/llmath/v3dmath.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/v3dmath.h b/indra/llmath/v3dmath.h old mode 100755 new mode 100644 diff --git a/indra/llmath/v3math.cpp b/indra/llmath/v3math.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/v3math.h b/indra/llmath/v3math.h old mode 100755 new mode 100644 diff --git a/indra/llmath/v4color.cpp b/indra/llmath/v4color.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/v4color.h b/indra/llmath/v4color.h old mode 100755 new mode 100644 diff --git a/indra/llmath/v4coloru.cpp b/indra/llmath/v4coloru.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/v4coloru.h b/indra/llmath/v4coloru.h old mode 100755 new mode 100644 diff --git a/indra/llmath/v4math.cpp b/indra/llmath/v4math.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/v4math.h b/indra/llmath/v4math.h old mode 100755 new mode 100644 diff --git a/indra/llmath/xform.cpp b/indra/llmath/xform.cpp old mode 100755 new mode 100644 diff --git a/indra/llmath/xform.h b/indra/llmath/xform.h old mode 100755 new mode 100644 -- cgit v1.2.3