summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-07Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx Linden
2010-10-07SH-64 WIP update GLOD on macNyx Linden
Trying this again, attempting one more update to fix the issues of not being able to run with GLOD on 10.5.
2010-10-07mergeDave Parks
2010-10-07Fix for crash when convex decomposition fails.Dave Parks
2010-10-07Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx Linden
2010-10-07BUILDFIX: viewer-mesh mac buildNyx Linden
xcode didn't like the way we were defining inner classes and assuming that if the outer class was a friend that the inner class would be too. Couldn't forward-declare the inner class so had to re-arrange the order of class declaration. Between re-ordering the class declarations, and explicitly making the inner class a friend, this un-sticks the mac build, and makes it happy. Code reviewed by davep.
2010-10-07Fix for crash when attempting to render single hull rep when no such rep is ↵Dave Parks
available.
2010-10-07Increase default scale limit to 64mDave Parks
2010-10-07mergeNyx Linden
2010-10-07SH-65 WIP update convex decomp on macNyx Linden
Pushing in the cmake change that will make the mac build use the non-stub version of the convex decomp lib.
2010-10-07Update convex decomp and physics shape display to include convex hulls for ↵Dave Parks
prims where appropriate.
2010-10-07Add pure physics cost to UIDave Parks
2010-10-06mergeDave Parks
2010-10-06Fix for double uploads of non modelsjwolk
2010-10-06mergeDave Parks
2010-10-06MergeDave Parks
2010-10-06ATI compatibility passDave Parks
2010-10-06Added mandatory single hull simplification to mesh upload.Dave Parks
2010-10-05mergeDave Parks
2010-10-05Post review cleanup.Dave Parks
2010-10-05Rewrite LLPhysicsDecomp to have a more generic callback system.Dave Parks
Reviewed by prep.
2010-10-05Reset joint positions after detaching a rigged modelprep linden
2010-10-04Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-10-04SH-79 FIX upload window shows status "loading" if file selection canceledNyx (Neal Orman)
Extended the current filename checking to handle the case where we have a user cancel a selection of an LOD file beyond the first. mLoading is made false in either case, but the dialog is closed if a file has not been chosen for the highest LOD.
2010-10-04Interface/state for rendering convex hull physics shapes. Still need to ↵Dave Parks
implement gMeshRepo.buildHull
2010-10-04Switch mailing notification back to shining@ becaue mesh-beta@ doesn't seem ↵Dave Parks
to work at all.
2010-10-03Correct mesh-beta@lists.secondlife not mesh-beta@lists.lindenlabDave Parks
2010-10-03Correct rendering of prims as user meshes/analytical shapes when not set to ↵Dave Parks
convex hull or no physics.
2010-10-02Changing notification list to mesh-beta so testers can get notifications of ↵Dave Parks
new builds.
2010-10-02Remove unused variables.Dave Parks
2010-10-01remove lod requirements check from model importer.Dave Parks
2010-10-01Rough draft of physics display better matching what's on the sim.Dave Parks
2010-10-01always send crash reportsDave Parks
2010-10-01Add llhysicsshapebuilderutilDave Parks
2010-10-01disable incremental linking by default as per vir's request.Dave Parks
2010-09-30mergeDave Parks
2010-09-30Put some errant tests under if (LL_TESTS) conditional.Dave Parks
2010-09-30MergeMatthew Breindel (Falcon)
2010-09-30Added fix for viewing convex decomps in Render Physics Shapes mode when hull ↵Matthew Breindel (Falcon)
has exactly 256 verts.
2010-09-30Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-30SH-84 CTS-217 FIX crash when trying to upload an animationNyx (Neal Orman)
we were calling markVisible when we shouldn't have, resulting in a segfault from dereferencing a null pointer. Removed the offending line and the animation upload works now. Reviewed by davep
2010-09-30MergeMatthew Breindel (Falcon)
2010-09-30mergeNyx Linden
2010-09-30SH-64 FIX update GLOD on macNyx Linden
built new glod against gcc 4.0 and SDK 10.4, so it should run on all OSX systems back to 10.4. Updating install.xml with the new package.
2010-09-30Remove unused variable.Dave Parks
2010-09-30Switch to 10.5 SDKDave Parks
2010-09-29mergeDave Parks
2010-09-29Fix for serialization deprecation problems.Dave Parks
2010-09-29SH-224 Add new streaming cost algorithm debug displays to viewer.Dave Parks
Add the ability to clear LOD slots. Make triangle count UI more responsive to Generate LOD button. Add triangle count debug display for current selection. Reviewed by Nyx
2010-09-29SH-107 WIP fix broken Delaunay option in convex decompNyx (Neal Orman)
whoops. misspelled the address of the new package.