summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-04Interface/state for rendering convex hull physics shapes. Still need to ↵Dave Parks
implement gMeshRepo.buildHull
2010-10-03Correct rendering of prims as user meshes/analytical shapes when not set to ↵Dave Parks
convex hull or no physics.
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-30Remove unused variable.Dave Parks
2010-09-30Switch to 10.5 SDKDave 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-28Fix for crash when attempting to create a 16X multisample buffer (just clamp ↵Dave Parks
to 8 samples for now)
2010-09-28Enable FBO on OSXDave Parks
2010-09-28Fix for crash when updating flexis.Dave Parks
2010-09-28Missed a file from last commit.Dave Parks
2010-09-28SH-238 Add check boxes to upload skin weights (or not) and/or joint ↵Dave Parks
positions (or not). Remove llfloaterimportcollada Reviewed by Prep.
2010-09-27mergeDave Parks
2010-09-27mergeTofu Linden
2010-09-27MergeKelly Washington
2010-09-27merge storm-153 re-fix.Tofu Linden
2010-09-27merge storm-228Tofu Linden
2010-09-27merge storm-190Tofu Linden
2010-09-27merge storm-173Tofu Linden
2010-09-27STORM-153 ADDITIONAL FIX Properly fixed unlocalized chiclet tooltip and ↵Andrew Productengine
syswell session names for adhoc. Bug was caused by using unlocalized name of session as argument in LLIMModel::newSession() after the session name was localized in constructor. - Used correct session name in LLIMModel::newSession(). Adding similar logic to addMessage() turned out to be unnecessary and also caused regression (VWR-23180), so previous fix of the same bug(8ab901af1241) was backed out in 28ed1b4cf4cd. Erroneous part was excluded from this fix.
2010-09-27STORM-228 FIXED 'Loading / Done' text is cropped on the bottom of 'Find' floaterPaul Guslisty
-Increased space between bottom of the floater and bottom of the web browser (inside floater), so that 'Loading / Done' text between bottom of the web browser and bottom of the floater won't be cropped
2010-09-27STORM-190 FIXED text truncations in floater EDIT CONTENT PERMISSIONS.Sergei Litovchuk
- Increased overall floater width. - Increased permissions columns width. - Increased 'Check All' and 'Clear' buttons width. - Applied text wrapping to permissions labels. - Removed 'NextOwnerLabel' dimensions overrides for German. - Removed 'Check All' and 'Clear' buttons dimensions overrides for Polish.
2010-09-25Fix for foldertype_bad_lookup nonsense (requires clearing of cache and ↵Dave Parks
bad_lookup folder and/or a fresh inventory copy from agni to take effect).
2010-09-24mergeDave Parks
2010-09-24Fix for bad zipping of meshes and add mesh icon back to repository.Dave Parks
2010-09-24VWR-21377 Script editor ctrl-f fix.Kelly Washington
make ctrl-f work from the script search box itself.
2010-09-24VWR-21377 Script editor ctrl-f fix.Kelly Washington
change to better / more consistent naming
2010-09-24VWR-21377 Script editor ctrl-f fix.Kelly Washington
let some LLViews handle shortcut keys if they want. reviewed with ambroff
2010-09-24STORM-173 : Add Build > Object > Return ObjectMerov Linden
2010-09-24Mergeprep linden
2010-09-24Fixed a mesh upload issue where if the asset did not contain a rig the ↵prep linden
avatar would disappear for the current session.
2010-09-24mergeDave Parks
2010-09-24SH-213 Fix for crash when selecting face.Dave Parks
2010-09-24Added support for joint offsetsprep linden
2010-09-24merge storm-189 reduxTofu Linden
2010-09-23Pulling one bugfix changeset from another repository.Monroe Linden