Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-31 | Merge cleanup. | Dave Parks | |
2010-08-31 | merge | Dave Parks | |
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 | 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 ↵ | Dave Parks | |
merge fixes. | |||
2010-06-04 | merge | Dave Parks | |
2010-06-04 | Normal debug display and fix for bad bump mapping and planar texture ↵ | Dave Parks | |
coordinates. | |||
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 | |
more to come. | |||
2010-06-04 | fix scoping issues for gcc | Tofu Linden | |
2010-06-03 | Vectorized octree and much of llspatialpartition and lldrawable. | Dave Parks | |
Octree driven raycast. | |||
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 | |
2010-05-24 | Fix for bad feeding of vectorized raycast. | Dave Parks | |
2010-05-24 | Merge | Matthew Breindel (Falcon) | |
2010-05-24 | Ack. Fixed a bunch of stupid type mistakes in llvector4a. | Matthew Breindel (Falcon) | |
2010-05-24 | Fix for bad indexes on cube faces. | Dave Parks | |
Extra validation on vertex buffers. | |||
2010-05-22 | Fix for a couple dumb mistakes. | Dave Parks | |
2010-05-22 | Vectorize/memory align buffers in llvolumeface WIP | Dave Parks | |
2010-05-21 | blah | Dave Parks | |
2010-04-28 | Make LLVolume::createSide a little faster. | Dave Parks | |
(transplanted from 4d43e3b83ccffd725ec6cb234ddcfa0833f17a9f) | |||
2010-04-28 | Make LLVolume::createSide a little faster. | Dave Parks | |
(transplanted from 4d43e3b83ccffd725ec6cb234ddcfa0833f17a9f) | |||
2010-04-28 | Make LLVolume::createSide a little faster. | Dave Parks | |
2010-04-27 | Proper byte ordering when decoding skin weights. | Dave Parks | |
2010-04-06 | Rigged attachments (almost works). | Dave Parks | |
2010-04-02 | First draft of skin weights in .mesh asset | Dave Parks | |
2010-03-13 | Mesh cache. Has a bug. | Dave Parks | |
2010-03-11 | "Generate Normals" is less busted now. | Dave Parks | |
2010-03-09 | Tool tips for model preview. Rename "Impostor" to "Lowest" | Dave Parks | |
2010-02-24 | Removed scale from model importer. | Dave Parks | |
Removed support for scale entry in mesh assets. Fixed MeshMaxConcurrentRequests being ignored. Added mesh download queue debug text. | |||
2010-02-23 | Fix for normals getting squished on consolidation. | Dave Parks | |
Replaced some magic numbers with constants. Switched up throttling of mesh upload HTTP posts to prevent overloading one capability at a time. Added some feedback on upload progress via debug text. Made debug text move with side panel (keep debug text from rendering on top of side panel). |