Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | SH-157 Make RenderShaderLightingMaxLevel automatically reload shaders. | Dave Parks | |
2010-10-12 | SH-320 Make "scale" spinner actually work and show dimensions of current model. | Dave Parks | |
2010-10-12 | Disable uniform map checking for now (breaks on several valid edge cases). | Dave Parks | |
2010-10-12 | Make viewer mesh cost scaler match current sim mesh cost scaler. | Dave Parks | |
2010-10-12 | SH-264 Fix for lowest lod defaulting to a huge number of triangles when ↵ | Dave Parks | |
choosing "Triangle Limit" | |||
2010-10-12 | SH-302 Fix for crash when uploading models with hundreds of meshes. | Dave Parks | |
2010-10-08 | Fix for bad labels on physics shape in importer. | Dave Parks | |
Fix for crash due to race condition when uploading meshes. | |||
2010-10-07 | Prep loves to type static const int | Dave Parks | |
2010-10-07 | merge | Dave Parks | |
2010-10-07 | Fix for crash when convex decomposition fails. | Dave Parks | |
2010-10-07 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx Linden | |
2010-10-07 | BUILDFIX: viewer-mesh mac build | Nyx 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-07 | Fix for crash when attempting to render single hull rep when no such rep is ↵ | Dave Parks | |
available. | |||
2010-10-07 | Increase default scale limit to 64m | Dave Parks | |
2010-10-07 | merge | Nyx Linden | |
2010-10-07 | SH-65 WIP update convex decomp on mac | Nyx Linden | |
Pushing in the cmake change that will make the mac build use the non-stub version of the convex decomp lib. | |||
2010-10-07 | Update convex decomp and physics shape display to include convex hulls for ↵ | Dave Parks | |
prims where appropriate. | |||
2010-10-07 | Add pure physics cost to UI | Dave Parks | |
2010-10-06 | merge | Dave Parks | |
2010-10-06 | Fix for double uploads of non models | jwolk | |
2010-10-06 | merge | Dave Parks | |
2010-10-06 | Merge | Dave Parks | |
2010-10-06 | ATI compatibility pass | Dave Parks | |
2010-10-06 | Added mandatory single hull simplification to mesh upload. | Dave Parks | |
2010-10-05 | merge | Dave Parks | |
2010-10-05 | Post review cleanup. | Dave Parks | |
2010-10-05 | Rewrite LLPhysicsDecomp to have a more generic callback system. | Dave Parks | |
Reviewed by prep. | |||
2010-10-05 | Reset joint positions after detaching a rigged model | prep linden | |
2010-10-04 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-10-04 | SH-79 FIX upload window shows status "loading" if file selection canceled | Nyx (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-04 | Interface/state for rendering convex hull physics shapes. Still need to ↵ | Dave Parks | |
implement gMeshRepo.buildHull | |||
2010-10-03 | Correct rendering of prims as user meshes/analytical shapes when not set to ↵ | Dave Parks | |
convex hull or no physics. | |||
2010-10-02 | Remove unused variables. | Dave Parks | |
2010-10-01 | remove lod requirements check from model importer. | Dave Parks | |
2010-10-01 | Rough draft of physics display better matching what's on the sim. | Dave Parks | |
2010-10-01 | always send crash reports | Dave Parks | |
2010-10-01 | Add llhysicsshapebuilderutil | Dave Parks | |
2010-10-01 | disable incremental linking by default as per vir's request. | Dave Parks | |
2010-09-30 | merge | Dave Parks | |
2010-09-30 | Put some errant tests under if (LL_TESTS) conditional. | Dave Parks | |
2010-09-30 | Merge | Matthew Breindel (Falcon) | |
2010-09-30 | Added fix for viewing convex decomps in Render Physics Shapes mode when hull ↵ | Matthew Breindel (Falcon) | |
has exactly 256 verts. | |||
2010-09-30 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-30 | SH-84 CTS-217 FIX crash when trying to upload an animation | Nyx (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-30 | Merge | Matthew Breindel (Falcon) | |
2010-09-30 | Remove unused variable. | Dave Parks | |
2010-09-30 | Switch to 10.5 SDK | Dave Parks | |
2010-09-29 | Fix for serialization deprecation problems. | Dave Parks | |
2010-09-29 | SH-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 |