Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |
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-19 | More line endings. | Dave Parks | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-06 | Better < operator for LLVolumeFace::VertexData | Dave Parks | |
2010-07-15 | Merge cleanup. | Dave Parks | |
2010-07-14 | merge | Dave Parks | |
2010-07-13 | Fix for mesh upload, consolidate generating bad indices, and normal generation. | Dave Parks | |
2010-07-12 | merge | Dave Parks | |
2010-07-12 | Merge? | Dave Parks | |
2010-06-26 | Fixed mac build (given LL_MESH_ENABLED set to 0). | Matthew Breindel | |
2010-06-17 | Merge (and resolve conflict) from q/viewer-release | Kent Quirk | |
2010-06-17 | Merge (and resolve conflict) from q/viewer-release | Kent Quirk | |
2010-06-15 | Get meshes working post-SSE pass. | Dave Parks | |
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-14 | merge | Dave Parks | |
2010-06-14 | Builds with LLConvexDecompInter as a static lib. | Dave Parks | |
2010-06-13 | merge | Tofu Linden | |
2010-06-11 | Merged from viewer-release | Dessie Linden | |
2010-06-11 | Merged from viewer-release | Dessie Linden | |
2010-06-11 | Merge | Dessie Linden | |
2010-06-10 | Unused variable. | Dave Parks | |
2010-06-10 | Enable meshes. | Dave Parks | |
2010-06-10 | merge | Dave Parks | |
2010-06-10 | Fix for memcpyNonAliased16 issues. | Dave Parks | |
2010-06-10 | Potential fix for busted binormals on cubes. | Dave Parks | |
2010-06-10 | Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of ↵ | Dave Parks | |
merge fixes. | |||
2010-06-08 | Merge with viewer-experimental | Dave Parks | |
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. |