summaryrefslogtreecommitdiff
path: root/indra/newview/llphysicsmotion.cpp
AgeCommit message (Collapse)Author
2011-03-31Tweaking of avatar physics detail slider.Loren Shih
2011-03-31Simple fix for out-of-bounds parameter issues.Loren Shih
2011-03-30Change in physics parameter names.Loren Shih
Split some physics parameters into separate accordions based on updown/leftright. Fixed a minor issue with physics edit tab height.
2011-03-30Cleanup to logically group physics params in avatar_lad.xml.Loren Shih
Added more controls for belly & butt. Cleaned up code around physics parameter initialization.
2011-03-29A bit of rearchitecture so that we can have edit wearables that don't have ↵Loren Shih
associated snapshots. Needed to support physics wearables, which don't use a snapshot.
2011-03-21Velocity now gets zeroed out if the param is pushed beyond limits.Loren Shih
Rescaled the max speed param.
2011-03-21Fixes for physics update thresholds.Loren Shih
2011-03-21Added left-right butt control.Loren Shih
Did a bunch of code cleanup.
2011-03-18Added more belly bounce. Added butt driver param back in.Loren Shih
2011-03-18Set default parameters.Loren Shih
Renamed various parameters.
2011-03-18Variety of fixes for param ranges.Loren Shih
Turned off normal/binormal effects for morphing. Fixed issue where updates were always being sent even if below the change threshold.
2011-03-18Some code cleanup. Changed equations to occur in normalized (0,1) space ↵Loren Shih
instead of parameter space.
2011-03-18Comments.Loren Shih
2011-03-18Enabling for belly vertical motion.Loren Shih
2011-03-17Work in progress. Big code cleanup ported from TheShining/avatar-physics ↵Loren Shih
(defunct branch). Added butt and belly.
2011-04-19mergeDave Parks
2011-04-06Get rid of extraneous "f"Dave Parks