Age | Commit message (Expand) | Author |
2010-11-21 | Get rid of pointless redirection and malloc/free. | Dave Parks |
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 obje... | JonathanLinden |
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-13 | correct licenses (fix problem with license change merge) | Oz Linden |
2010-10-04 | Interface/state for rendering convex hull physics shapes. Still need to impl... | Dave Parks |
2010-10-01 | Add llhysicsshapebuilderutil | Dave Parks |
2010-09-22 | Merge | Matthew Breindel (Falcon) |
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 type... | Dave Parks |
2010-09-22 | merge | Dave Parks |
2010-09-22 | SH-100, SH-111 Fix for generate normals stalling/crashing. | Dave Parks |
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 |
2010-09-19 | Raycasting for rigged attachments now works for your own attachments while in... | Dave Parks |
2010-09-10 | Added test code for volume raycast octree and fixed a crash in render cost ca... | Dave Parks |
2010-08-31 | Merge cleanup. | Dave Parks |
2010-08-31 | merge | Dave Parks |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden |
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden |
2010-08-24 | merge heads. whew. | Tofu Linden |
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-06-15 | Get meshes working post-SSE pass. | Dave Parks |
2010-06-14 | merge | Dave Parks |
2010-06-14 | Builds with LLConvexDecompInter as a static lib. | Dave Parks |
2010-06-10 | Unused variable. | 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 me... | Dave Parks |
2010-06-04 | merge | Dave Parks |
2010-06-04 | Normal debug display and fix for bad bump mapping and planar texture coordina... | Dave Parks |
2010-06-04 | more needed #includes | Tofu Linden |
2010-06-04 | lots of _mm_malloc and _mm_free -> ll_aligned_malloc_16 and ll_aligned_free_16 | Tofu Linden |
2010-06-04 | fix scoping issues for gcc | Tofu Linden |
2010-06-03 | Vectorized octree and much of llspatialpartition and lldrawable. | Dave Parks |
2010-05-29 | Octree triven raycast works, time to profile. | Dave Parks |
2010-05-29 | Octree per LLVolumeFace WIP | Dave Parks |
2010-05-26 | Fully aligned llvolume | Dave Parks |
2010-05-25 | Better vectorization of various things. Turn off debug gl by default. | Dave Parks |