summaryrefslogtreecommitdiff
path: root/indra/llmath
AgeCommit message (Collapse)Author
2011-12-13Pull and merge from https://bitbucket.org/lindenlab/viewer-development.Todd Stinson
2011-11-17WIP: navmesh station posts to a url, responder receives llsd and then has ↵prep
the llpathing library extract and render the navmesh (if desired).
2011-11-10SH-2644 Fix debug display that shows selection triangle count and streaming costDave Parks
2011-11-08SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵Dave Parks
requirement and llvetor4a et al)
2011-10-26Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-10-26Removed text spam about range of spatial partition, per davep.Leslie Linden
2011-10-14Merge backout of b782a75c99e6Dave Parks
2011-10-14Backed out changeset b782a75c99e6Dave Parks
2011-09-14mergeBrad Payne (Vir Linden)
2011-09-13mergeBrad Payne (Vir Linden)
2011-09-08Merge from viewer-experienceLeslie Linden
2011-09-06mergeBrad Payne (Vir Linden)
2011-09-02Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-08-31MergeXiaohong Bao
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-23Merge from viewer-experienceLeslie Linden
2011-08-22EXP-1129 FIX SLURLs with only 2 coordinates are interpreted as center of simRichard Nelson
reviewed by Leslie
2011-08-22Merge from viewer-experienceLeslie Linden
2011-08-19merging in latest mesh-developmentNyx (Neal Orman)
2011-08-19mergeBrad Payne (Vir Linden)
2011-08-18merging in latest mesh-developmentNyx (Neal Orman)
2011-08-17add proper license headers to files that did not have themOz Linden
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-16merging latest mesh-development.Nyx (Neal Orman)
2011-08-15SH-2147 Clarify and quiet log spam on mesh LoD unzip failure.Dave Parks
2011-08-15merging latest viewer-mesh into nyx's sidebranchNyx (Neal Orman)
2011-08-12merge from viewer-experienceLeyla Farazha
2011-07-26merge with latest mesh-devNyx (Neal Orman)
2011-07-18mergeDave Parks
2011-07-15Merge from viewer-developmentXiaohong Bao
2011-07-13mergeBrad Payne (Vir Linden)
2011-07-11merge changes for storm-1315Oz 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-07-04Changes for STORM-1315 LLCalcKadah_Coba
Removed dynamic allocation on mVariables and mConstants CS cleanup
2011-06-30Additional functions for STORM-1315 Ability to do simple math in numeric ↵Kadah_Coba
edit fields Support for floor, ceil, modulo. Fixed ABS. Added more constants, SQRT_TWO_PI and SQRT3
2011-06-29STORM-1315 Ability to do simple math in numeric edit fieldsKadah_Coba
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-06BUILDFIX fixing crash on performance analysis when there is no variationNyx (Neal Orman)
when fasttimers are amazingly consistent, we remove all data as outliers instead of removing nothing. Probably something else going on here, but this should fix the crash so we can analyze better.
2011-06-02Remove some unused variables.Dave Parks