summaryrefslogtreecommitdiff
path: root/indra/newview/llphysicsmotion.cpp
AgeCommit message (Collapse)Author
2018-01-19MAINT-8190 Avatar Physics safety checks and better iteration spreadingandreykproductengine
2017-12-11Merged in MAINT-8066 "Breasts Bounce" increases at low fps.Andrey Kleshchev
Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com> Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
2017-11-09MAINT-7990 Fixed avatar physics twitching at high fpsandreykproductengine
2017-10-17MAINT-989 Velocity and acceleration should take time into accountandreykproductengine
2017-10-16Backed out MAINT-989, changeset: 0a9a1e276e57andreykproductengine
2017-08-25MAINT-989 Fixed Avatar Physics Vary Extremely With Different Frameratesandreykproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2013-09-19SH-3455 WIP - removing bake upload codeBrad Payne (Vir Linden)
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-05-01Merge vwr-dev-matGraham Madarasz
2013-04-30Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-10-11Updating linux build to gcc4.6Don Kjer
2012-09-06Extracted mWearableDatas from LLAgentWearables into ↵Don Kjer
llappearance/LLWearableData. Moved LLDriverParam into llappearance
2012-06-06MAINT-646 Don't spend so much time fetching avatar physics params.Dave Parks
2011-05-02mergeDave Parks
2011-04-22fix DOS line endingsOz Linden
2011-04-21SH-1381 FIXED Avatar Physics behavior is tightly tied to viewer framerateLoren Shih
Changed range of gain; previous range was too small.
2011-04-21SH-1381 Avatar Physics behavior is tightly tied to viewer framerateLoren Shih
Changed physics algorithm to perform integration over several steps if framerate is slow. Fixed a fundamental issue in the algorithm where timestep wasn't being used to calculate velocity changes. Had to change around some parameter ranges since the physics are calculated slightly differently now.
2011-04-20SH-1381 FIXED avatar physics behavior is tightly tied to viewer framerateLoren Shih
Breaking up physics into smaller integration steps.
2011-04-20SH-1384 FIXED AvatarPhysicsTest debug setting does not workLoren Shih
Took out setting, no longer needed. Was formely restricted to gods.
2011-04-20Merge viewer-pre-beta -> seraph-viewer-pre-betaLoren Shih
2011-04-20cosmetic variable name changeLoren Shih
2011-04-14merge back additional 2.6.3 beta 2 fixesOz Linden
2011-04-13SH-1364 FIXED Avatar Physics are not updating smoothly even for ↵Loren Shih
high-performance machines. "high" graphics settings now give 100% updates, versus 90%. Changed a simple constant that was acting as a threshold for when physics should be updated (the constant was set way too high, meaning that updates were being skipped).
2011-04-13SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effectLoren Shih
This change looks more complicated than it actually is. I basically turned max effect into a scaling parameter, versus a clamping parameter. Piece of cake, just moved some code around and made minor logic changes.
2011-04-13SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effectLoren Shih
This change looks more complicated than it actually is. I basically turned max effect into a scaling parameter, versus a clamping parameter. Piece of cake, just moved some code around and made minor logic changes.
2011-04-13SH-1329 FIXED Physics are "twitchy" for high-FPS machinesLoren Shih
Fixed bug that was messing up time slices for physics.
2011-04-09fix incorrect license headersOz Linden
2011-04-08pull tags and late fixes back from viewer-pre-betaOz Linden
2011-04-07SH-1319 fix missing includeLoren Shih
2011-04-07SH-1319: Fix for disappearing torso sections on avatarsOz Linden
2011-04-06fix line endings (one missing, two files of DOS)Oz Linden
2011-04-03Added duplicate morph to handle breast bounce/clap. Took out unused params ↵Seraph Linden
in llphysicsmotion.cpp.
2011-04-03Fix for butt gravity direction.Seraph Linden
Added more displacement range for butt leftright.
2011-04-03Minor fixes.Seraph Linden
2011-04-03Fix for compile error.Seraph Linden
2011-04-03Changed _driven params to cross wearables; major fix so they wouldn't keep ↵Seraph Linden
getting reset to default values from wearable. Took out smoothing param. Redefined maxeffect param to affect range of motion.
2011-04-03Changed Max Velocity param name to Max EffectSeraph Linden
2011-04-03Added breast sway (left-right).Seraph Linden
2011-04-02Moved Drag to be a general shape physics param, to save on number of ↵Seraph Linden
transmitted params.
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