summaryrefslogtreecommitdiff
path: root/indra/llmath
AgeCommit message (Collapse)Author
2011-03-24merge latest avatar-physics updatesOz Linden
2011-03-24syncing up to viewer-developmentOz Linden
2011-03-21fix DOS line endingsOz Linden
2011-03-18merge out 2.6.0 changes from viewer-developmentOz Linden
2011-03-14Pull from jenn_linden/viewer-vs2010Merov Linden
2011-03-14SOCIAL-695 FIX clicking on world to give it focus will make your avatar walkRichard Linden
2011-03-03merge from lindenlab/viewer-developmentAlain Linden
2011-02-19Automated merge with file:///Users/oz/Work/V-DOz Linden
2011-02-16fix dos line endingsOz Linden
2011-02-08merge up to latest viewer-developmentOz Linden
2011-02-11merge up to lastest upstreamOz Linden
2011-01-25Automated merge with file:///Users/oz/Work/V-DOz Linden
2011-01-24fix warnigs caused by skipping test.Alain Linden
2011-01-21Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵Xiaohong Bao
Viewer attempting to load precached images in file types that are not being used.)
2011-01-20Skip LLMatrix3::orthogonalize test which appears to failing in ↵jenn
platform-dependent ways.
2011-01-20LLMatrix3::orthogonalize test was failing; possibly due to new lib ↵jenn
dependencies or architecture on the build machines? Trying updating expected float values to see if it begins to pass. Updated expected values to match result of query on WolframAlpha.com (mathematica): N[Orthogonalize[{{1,4,3},{1,2,0},{2,4,2}}],8]
2011-01-18fix for SH-659: small textures not loadedXiaohong Bao
2011-01-13merge up to latest viewer-developmentOz Linden
2011-01-10STORM-807 : Clean up code as discussed with AndrewMerov Linden
2011-01-07mergeAndrew Meadows
2011-01-07mergeAndrew Meadows
2010-12-30STORM-955: VWR-24312: Massively duplicated objectsAleric Inglewood
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me). However, not everything was used and some more cleaning up was possible. After this patch, and when compiling with optimization, there are no duplicates left anymore that shouldn't be there in the first place. Apart from the debug stream iostream guard variable, there are several static variables with the same name (r, r1, r2, etc) but that indeed actually different symbol objects. Then there are a few constant POD arrays that are duplicated a hand full of times because they are accessed with a variable index (so optimizing them away is not possible). I left them like that (although defining those as extern as well would have been more consistent and not slower; in fact it would be faster theoretically because those arrays could share the same cache page then).
2010-12-28STORM-825 : Reenable the LLMatrix3::orthogonalize test in ↵Wolfpup Lowenhar
llmath/tests/m3math_test.cpp Removed the skipping of a working test as this was causeing a the test to fail building and thus not actualy running all the tests.
2010-12-15ER-407 child bounding boxes not rotated properly for encroachment returnabilityAndrew Meadows
Using the correct method for joining BBoxes in the agent frame ::addBBoxAgent()
2010-12-14ER-398 viewer's encroachment logic only uses bounding box of root primAndrew Meadows
Adding LLBBox::join() to allow us to compute the bounding box of a linked object
2010-11-18Added viewer-side "object overlaps parcel" check encroachment returnabilty UIAndrew Meadows
Reviewed with Falcon
2010-09-08automated mergeLoren Shih
2010-08-30merging up from viewer-developmentAaron Terrell (Enus)
2010-08-24standardizing test suite names as class name under testAaron Terrell (Enus)
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-23First pass commit for breast physics.Loren Shih
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-17Merge (and resolve conflict) from q/viewer-releaseKent Quirk
2010-06-15SNOW-620 PARTIAL Infinite loop in LLSphere::getBoundingSphereTofu Linden
Neither the test nor the code being tested are good - the unit test can hang. Skipping test for now, passing over to the sim maint backlog.
2010-06-11Merged from viewer-releaseDessie Linden
2010-06-08DEV-11516 FIXED VWR-5308: Current wind noise generation is CPU intensive.Tofu Linden
Minor optimizations to wind generation. Patch by gigs and aimee, reviewed by merov.
2010-04-28Make LLVolume::createSide a little faster.Dave Parks
(transplanted from 4d43e3b83ccffd725ec6cb234ddcfa0833f17a9f)
2010-04-19merge from viewer-trunkTofu Linden
2010-04-15EXT-4388 Crash in octree line segment intersection code (getMask)Tofu Linden
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector. To be reviewed by Bao. (transplanted from 2012f21d23c66179345fb26148cfbe19835b325e)
2010-02-23index off for tristrip fix on davep's tristrip optimizationPalmer Truelson
2010-02-06Draw prims using triangle strips instead of triangle lists.Dave Parks
2010-02-10CID-423Tofu Linden
Checker: UNINIT Function: LLVolume::cleanupTriangleData(int, const std::vector<LLVolume::Point, std::allocator<LLVolume::Point>> &, int, int *, int &, LLVector3 **, int &, int **) File: /indra/llmath/llvolume.cpp The code looks right, I'm just adding an llassert().
2010-02-03CID-288Tofu Linden
Checker: UNINIT_CTOR Function: LLCamera::LLCamera(float, float, int, float, float) File: /indra/llmath/llcamera.cpp
2010-02-03CID-289Tofu Linden
Checker: UNINIT_CTOR Function: LLCamera::LLCamera() File: /indra/llmath/llcamera.cpp
2010-02-01Use floorf() instead of floor() when we know the param is an F32. Which ↵Tofu Linden
here, it always is.
2010-01-28Try for a slightly cunning fix to CID-352Tofu Linden
Checker: UNINIT_CTOR Function: LLInterp<float>::LLInterp() File: /indra/llmath/llinterp.h
2010-01-27CID-127Tofu Linden
Checker: NO_EFFECT Function: LLOctreeNode<LLDrawable>::updateMinMax() File: /indra/llmath/lloctree.h
2009-12-18Remove inline llwarns to cut out some linker bloat.James Cook