summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.cpp
AgeCommit message (Collapse)Author
2011-12-16SH-2694 Fix for FPS drop when mousing over flexi objects (don't use an ↵Dave Parks
octree for flexi raycast)
2011-11-10SH-2644 Fix debug display that shows selection triangle count and streaming costDave Parks
2011-09-14mergeBrad Payne (Vir Linden)
2011-08-29fix for SH-2311: crash at LLVOVolume::lineSegmentIntersect line 3435Xiaohong Bao
and SH-2358: Crash in LLError::crashAndLoop: Invalid face index
2011-08-17SH-2188 Fix for generally bad vertex buffer updates for rigged attachments ↵Dave Parks
and fix for viewer always thinking meshes initially have 8 texture entries.
2011-08-15SH-2147 Clarify and quiet log spam on mesh LoD unzip failure.Dave Parks
2011-08-12merge from viewer-experienceLeyla Farazha
2011-07-13mergeBrad Payne (Vir Linden)
2011-07-11merge changes for storm-1488Oz Linden
2011-07-08Merge viewer-development -> mesh-developmentDon Kjer
2011-07-08SH-2014 FIXBrad Payne (Vir Linden)
2011-07-05SH-1926 Fix for blocking legitimate sculpt maps with over-eager area check.Dave Parks
2011-06-24fix for SH-1878: Viewer hang in GLOD_Group::adaptTriangleBudget during ↵Xiaohong Bao
LLModelPreview::genLODs; SH-1891: viewer crashes while previewing "RYOMA 3D XML File.dae"; SH-1890: Crash loading palm tree
2011-06-20BUILDFIX: linux build broken - abs() used instead of fabs()Nyx (Neal Orman)
linux caught the fact that we're using an integer absolute value function when we should be using a floating-point version.
2011-06-18SH-828 Fix for using uninitialized data when normals or texture coordinates ↵Dave Parks
are absent from collada file (can now upload meshes without normals or texture coordinates).
2011-06-09SH-1802 Fix for disappearing meshes under some circuimstances.Dave Parks
2011-06-09mergeDave Parks
2011-06-09SH-1696 Protect against sculpt triangle bombs by turning high-surface area ↵Dave Parks
sculpties into spheres.
2011-06-08mergeDave Parks
2011-06-07SH-1767 Fix for crash when viewing assets uploaded by mesh-asset-deprecation ↵Dave Parks
viewers
2011-06-06Fix for crash when viewing asset with "NoGeometry"Dave Parks
2011-06-02Remove some unused variables.Dave Parks
2011-06-02SH-1732 Add streaming cost calculation for mesh objects.Dave Parks
2011-05-25SH-1603 Replace every occurrence of "WTF" with something more appropriate.Dave Parks
2011-05-12mergeDave Parks
2011-05-12Fix up alignment problems for debug build.brad kittenbrink
reviewed by davep.
2011-05-11Use SSE for decoding texture coordinates.Dave Parks
2011-05-03Fix for line endings style (dos2unix).Loren Shih
Updated header blocks for llphysicsshapebuilderutil classes.
2011-03-28SH-1225 Add skinning info to import path of .slm files.Dave Parks
2011-03-22SH-1169 Import from slm instead of dae when appropriate.Dave Parks
2011-02-08SH-523 Fix for non-finite values in silhouette rendering resulting in ↵Dave Parks
silhouette segments pointing at center of screen.
2011-02-01merge fix for SH-659 from v-d to mesh: small textures not loadedXiaohong Bao
2011-02-01Fixes for merge up from viewer-development to mesh-development.Loren Shih
Backed out SH-659 since merge was messy; this will be merged in manually later.
2011-02-01Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-01-19SH-822 Fix for crash in cacheOptimize (U16 should have been a U32)Dave Parks
2011-01-18fix for SH-659: small textures not loadedXiaohong Bao
2011-01-07SH-762 Forsyth style vertex buffer optimization for meshes.Dave Parks
2010-12-20Fix for windows build. Reviewed by Nyx.Dave Parks
2010-11-23merged CTS-323: Don't cast pointers to U32Boroondas Gupte
2010-11-21Get rid of pointless redirection and malloc/free.Dave Parks
2010-11-03Reverting fix for SH-391 until it works for all use casesJonathanLinden
2010-11-03Fix for SH-391 'Viewer crash when enabling align planar faces on a mesh ↵JonathanLinden
object'. Paired with Runitai
2010-10-29SH-92 Fix for busted bounding boxes for mirrored meshes.Dave Parks
2010-10-29Fix for bad normals on some prim faces.Dave Parks
2010-10-26Fix for bad binormals.Dave Parks
2010-10-24merged CTS-323: Don't cast pointers to U32Boroondas Gupte
2010-10-24CTS-323: (part 2 of 2) Don't cast pointers to U32Boroondas Gupte
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-04Interface/state for rendering convex hull physics shapes. Still need to ↵Dave Parks
implement gMeshRepo.buildHull
2010-10-01Add llhysicsshapebuilderutilDave Parks