Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-21 | SH-534 Fix for various bump map glitches. | Dave Parks | |
2011-01-19 | SH-822 Fix for crash in cacheOptimize (U16 should have been a U32) | Dave Parks | |
2011-01-13 | Automated merge up from viewer-development | Loren Shih | |
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 | |
2011-01-07 | merge | Dave Parks | |
2011-01-07 | SH-762 Forsyth style vertex buffer optimization for meshes. | Dave Parks | |
2011-01-06 | Automated merge up from viewer-development | Loren Shih | |
2010-12-30 | automated merge | Roxie Linden | |
2010-12-30 | Code review fix from davep - use booling or operator and not binary one | Roxie Linden | |
Remove unnecessary state check. Initial dialog work for showing physics cost in upload dialog | |||
2010-12-29 | SH-647 Switch asserts to warnings in octree for development builds (were ↵ | Dave Parks | |
already warnings in release builds). | |||
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-23 | Fix windows build break | Roxie Linden | |
2010-12-23 | automated merge | Roxie Linden | |
2010-12-23 | SH-655 - Project mesh viewer crashes on exit. | Roxie Linden | |
A copy constructor was implemented which did a memcpy, which included the vtable pointer which was to another object of another class (same child though). This resulted in the wrong destructor being called. The reason for the memcpy was for alignment purposes. The solution was to move to LLVector4a, which is intrinsicly aligned. Also, did some performance optimizations based on the LLVector4a optimizations. The solution was to re-implement the | |||
2010-12-20 | Fix for windows build. Reviewed by Nyx. | Dave Parks | |
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-23 | merged CTS-323: Don't cast pointers to U32 | Boroondas Gupte | |
2010-11-21 | Get rid of more ll_aligned_malloc calls. | Dave Parks | |
2010-11-21 | Get rid of pointless redirection and malloc/free. | Dave Parks | |
2010-11-18 | Added viewer-side "object overlaps parcel" check encroachment returnabilty UI | Andrew Meadows | |
Reviewed with Falcon | |||
2010-11-03 | Reverting fix for SH-391 until it works for all use cases | JonathanLinden | |
2010-11-03 | Fix for SH-391 'Viewer crash when enabling align planar faces on a mesh ↵ | JonathanLinden | |
object'. Paired with Runitai | |||
2010-10-29 | SH-92 Fix for busted bounding boxes for mirrored meshes. | Dave Parks | |
2010-10-29 | Fix for bad normals on some prim faces. | Dave Parks | |
2010-10-26 | Fix for bad binormals. | Dave Parks | |
2010-10-24 | merged CTS-323: Don't cast pointers to U32 | Boroondas Gupte | |
2010-10-24 | CTS-323: (part 2 of 2) Don't cast pointers to U32 | Boroondas Gupte | |
2010-10-24 | CTS-323: (part 1 of 2) Don't cast pointers to U32 | Boroondas Gupte | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-07 | Increase default scale limit to 64m | Dave Parks | |
2010-10-04 | Interface/state for rendering convex hull physics shapes. Still need to ↵ | Dave Parks | |
implement gMeshRepo.buildHull | |||
2010-10-01 | Add llhysicsshapebuilderutil | Dave Parks | |
2010-09-27 | merge | Dave Parks | |
2010-09-22 | Commenting out unused variables to help mac build | Jonathan Wolk | |
2010-09-22 | Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵ | Dave Parks | |
type back into tools floater. | |||
2010-09-22 | merge | Dave Parks | |
2010-09-22 | SH-100, SH-111 Fix for generate normals stalling/crashing. | Dave Parks | |
Switch from "new" to "malloc" in llvolume.cpp aligned arrays so "realloc" can be used to avoid copies. | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-20 | Stop using ll_aligned_malloc/free in llvolume. | Dave Parks | |
Fix for garbage data in vertex weight array crashing software skinning. Proper integration of picking for rigged attachhments. Optimization in LLDrawable::updateDistance (don't call updateRelativeXform, just use spatial group position). | |||
2010-09-19 | Take advantage of automagical tcmalloc alignment. | Dave Parks | |
2010-09-19 | Raycasting for rigged attachments now works for your own attachments while ↵ | Dave Parks | |
in edit mode. | |||
2010-09-10 | Added test code for volume raycast octree and fixed a crash in render cost ↵ | Dave Parks | |
calculation when selecting trees/grass. Reviewed by jwolk. | |||
2010-08-30 | merging up from viewer-development | Aaron Terrell (Enus) | |
2010-08-26 | buildfix removing unnecessary line in llvector4a.h | Nyx (Neal Orman) | |
upon further review, falcon determined this fix was unnecessary. | |||
2010-08-26 | buildfix: fixing linux build to handle new SSE2 architecture | Nyx (Neal Orman) | |
code reviewed by davep and falcon | |||
2010-08-26 | Add missing files from viewer-experimental | Dave Parks | |
2010-08-24 | standardizing test suite names as class name under test | Aaron Terrell (Enus) | |