summaryrefslogtreecommitdiff
path: root/indra/newview/character
AgeCommit message (Collapse)Author
2011-12-01storm-1686: make "Neck" and "Avatar Center" attach points available in ↵Oz Linden
context menus
2011-10-26vwr-26120: add attachment points for Neck and Avatar CenterOz Linden
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-14VWR-25453 FIXED Avatar Physics Spring Needs a Higher LimitLoren Shih
Tripled spring limit for all params. Very safe change.
2011-04-14VWR-25453 FIXED Avatar Physics Spring Needs a Higher LimitLoren Shih
Tripled spring limit for all params. Very safe change.
2011-04-13Aesthetic increase of range for breast up/down and in/out bounce. Not a bug ↵Loren Shih
or aberrant behavior, but this just looks better if we allow higher range of motion.
2011-04-03Fixed issue where changes in physics params were not being transmitted to ↵Seraph Linden
other avatars. Fixed issue where left/right was appearing in non-female edit physics.
2011-04-03Added duplicate morph to handle breast bounce/clap. Took out unused params ↵Seraph Linden
in llphysicsmotion.cpp.
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-04-02Renumbering for avatar physics parametersSeraph Linden
2011-04-02Fix for avatar_lad physics using duplicate ID.Seraph Linden
Added missing skirt physics param for belly.
2011-03-31Created Advanced Physics panel.Loren Shih
Made a bunch of aesthetic changes to physics panel accordion.
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-30Corrections for butt motion in avatar_lad.xml.Loren Shih
Reduced extent of belly motion.
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-30Changes to better logically group avatar_lad.xml physics params.Loren Shih
2011-03-29Fixed some labels, and made some labels/wearables hidden in edit.Loren Shih
Added accordions for physics.
2011-03-21Fixed skirt-related belly bounce.Loren Shih
2011-03-21Velocity now gets zeroed out if the param is pushed beyond limits.Loren Shih
Rescaled the max speed param.
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-18Fixed params for belly morph. Incorrect params were causing distortion in ↵Loren Shih
texture maps.
2011-03-18Took out unnecessary Butt Physics parameter.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-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.
2010-08-26Changed parameter scale for max velocity so it's easier to turn off various ↵Loren Shih
physics.
2010-08-25Increased max velocity in avatar_lad.xmlLoren Shih
2010-08-24Moved BreastMotion class to its own separate file out of llvoavatar.Loren Shih
Changed range of some breast motion params. Updated icon.
2010-08-23Changed "Range" to "Max Velocity"Loren Shih
Changed logic to reset to user params if velocity is 0. Code cleanup. Took out extraneous "Physics" accordions from previous implementation.
2010-08-23Fixed backwards compatibility so that orig Breast params are preserved.Loren Shih
Cleaned up some code. Removed "Add" from right-click when multiwear is not permitted.
2010-08-23Created new wearable type.Loren Shih
Added debug setting for disabling physics. Added disable-multiwear and disable-camera-reset to wearabletype.
2010-08-23Changed Acceleration to gain.Loren Shih
Changed behavior of gain. Changed names of Driver/Driven params.
2010-08-23First pass commit for breast physics.Loren Shih
2010-06-24EXT-7838 FIX - viewer 2.1 avatars look ruth-shaped to viewer-2 usersNyx (Neal Orman)
Added a third visual param group VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT to specify visual params that are user-tweakable, but should not be sent over the network. We should have this group *only* for new user-tweakable visual parameters that should not be sent over the network. These should only be used for *new* parameters that only contribute to the generation of baked textures. Code reviewed by Richard
2010-06-01EXT-7499 WIP Prevent other avatars from remaining with a ruth shapeTofu Linden
to be reviewed by nyx.
2010-05-19EXT-7208 FIX add color / tint to tattoosNyx Linden
Adds a color swatch to tattoo wearable that allows users to color their tattoos. Defaults to white so should not affect existing tattoo wearables. Code reviewed by Vir.
2010-01-04EXT-2974 Alpha mask textures not applied immediatelyNyx (Neal Orman)
Eyelashes were causing the avatar's head to disappear on a non-cached outfit if you created an alpha mask object through the appearance editor even though you didn't select the head to be invisible. This would not affect the baked texture, only the local composite. No clue exactly why the symptom was what it was, but the way we were using eyelashes was the source of the problem. Moving the special-case eyelashes to an alpha mask layer fixes the issue. -Nyx
2009-12-11EXT-3317 missing string in appearance editorNyx (Neal Orman)
name string wasn't capitalized so couldn't find the actual label to apply. capitalizing "Wrinkles" makes the string be found. yay. Reviewed by Vir
2009-11-17EXT-2535 wearables saved in 2.0 don't load in 1.23Nyx (Neal Orman)
Incrementing wearable version number was a bad thing here - we want to keep all wearables reporting as version 22 until we make a breaking change. Reverted the version number and put in a hack to force any version 24 wearables to be re-saved as version 22. The hack can be removed before release, as it should only affect internal testers. Code reviewed by Seraph --HG-- branch : avatar-pipeline
2009-11-03DEV-1186 possibly typo in avatar_lad.xmlNyx (Neal Orman)
bumped wearable definition number and fixed minor typo in avatar_lad.xml - fix submitted by external contributor. Verified the change is correct and gave credit - change is de minimis, but we haven't caught this/noticed on our own for a while. Code reviewed by Bigpapi
2009-10-28mergeSteve Bennetts
2009-10-26Fix for DEV-39996 / EXT-942. Avatar hair and eyelashes had lost partial ↵Eric Tulla
transparency. -Reviewed by nyx (simpler xml fix for hair suggested by him as well)
2009-10-19mergeSteve Bennetts
2009-10-16merging in new wearable infrastructure to get a step closer to eventually ↵Neal Orman
supporting multiple wearables per type. Merge tested and compiles/working on linux and windows - no obvious regressions on appearance or appearance editor. Merge generated no conflicts due to being tested in fresh re-branch in avatar-pipeline/multiple-textures-12. Merge perfomed with following command: svn merge -r 136489:136510 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/multiple-textures-12 . Progress can be tracked in DEV-32551. -Nyx