Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-24 | merge latest avatar-physics updates | Oz Linden | |
2011-03-24 | syncing up to viewer-development | Oz Linden | |
2011-03-21 | fix DOS line endings | Oz Linden | |
2011-03-18 | merge out 2.6.0 changes from viewer-development | Oz Linden | |
2011-03-14 | Pull from jenn_linden/viewer-vs2010 | Merov Linden | |
2011-03-14 | SOCIAL-695 FIX clicking on world to give it focus will make your avatar walk | Richard Linden | |
2011-03-03 | merge from lindenlab/viewer-development | Alain Linden | |
2011-02-19 | Automated merge with file:///Users/oz/Work/V-D | Oz Linden | |
2011-02-16 | fix dos line endings | Oz Linden | |
2011-02-08 | merge up to latest viewer-development | Oz Linden | |
2011-02-11 | merge up to lastest upstream | Oz Linden | |
2011-01-25 | Automated merge with file:///Users/oz/Work/V-D | Oz Linden | |
2011-01-24 | fix warnigs caused by skipping test. | Alain Linden | |
2011-01-21 | Merge 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-20 | Skip LLMatrix3::orthogonalize test which appears to failing in ↵ | jenn | |
platform-dependent ways. | |||
2011-01-20 | LLMatrix3::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-18 | fix for SH-659: small textures not loaded | Xiaohong Bao | |
2011-01-13 | merge up to latest viewer-development | Oz Linden | |
2011-01-10 | STORM-807 : Clean up code as discussed with Andrew | Merov Linden | |
2011-01-07 | merge | Andrew Meadows | |
2011-01-07 | merge | Andrew Meadows | |
2010-12-30 | STORM-955: VWR-24312: Massively duplicated objects | Aleric 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-28 | STORM-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-15 | ER-407 child bounding boxes not rotated properly for encroachment returnability | Andrew Meadows | |
Using the correct method for joining BBoxes in the agent frame ::addBBoxAgent() | |||
2010-12-14 | ER-398 viewer's encroachment logic only uses bounding box of root prim | Andrew Meadows | |
Adding LLBBox::join() to allow us to compute the bounding box of a linked object | |||
2010-11-18 | Added viewer-side "object overlaps parcel" check encroachment returnabilty UI | Andrew Meadows | |
Reviewed with Falcon | |||
2010-09-08 | automated merge | Loren Shih | |
2010-08-30 | merging up from viewer-development | Aaron Terrell (Enus) | |
2010-08-24 | standardizing test suite names as class name under test | Aaron Terrell (Enus) | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-23 | First pass commit for breast physics. | Loren Shih | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-17 | Merge (and resolve conflict) from q/viewer-release | Kent Quirk | |
2010-06-15 | SNOW-620 PARTIAL Infinite loop in LLSphere::getBoundingSphere | Tofu 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-11 | Merged from viewer-release | Dessie Linden | |
2010-06-08 | DEV-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-28 | Make LLVolume::createSide a little faster. | Dave Parks | |
(transplanted from 4d43e3b83ccffd725ec6cb234ddcfa0833f17a9f) | |||
2010-04-19 | merge from viewer-trunk | Tofu Linden | |
2010-04-15 | EXT-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-23 | index off for tristrip fix on davep's tristrip optimization | Palmer Truelson | |
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-10 | CID-423 | Tofu 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-03 | CID-288 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLCamera::LLCamera(float, float, int, float, float) File: /indra/llmath/llcamera.cpp | |||
2010-02-03 | CID-289 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLCamera::LLCamera() File: /indra/llmath/llcamera.cpp | |||
2010-02-01 | Use floorf() instead of floor() when we know the param is an F32. Which ↵ | Tofu Linden | |
here, it always is. | |||
2010-01-28 | Try for a slightly cunning fix to CID-352 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLInterp<float>::LLInterp() File: /indra/llmath/llinterp.h | |||
2010-01-27 | CID-127 | Tofu Linden | |
Checker: NO_EFFECT Function: LLOctreeNode<LLDrawable>::updateMinMax() File: /indra/llmath/lloctree.h | |||
2009-12-18 | Remove inline llwarns to cut out some linker bloat. | James Cook | |