Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-10 | Fixup merge diffs | Graham Madarasz | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | merge | prep | |
2013-02-28 | SH-3909 Support avatar height offset | Nyx Linden | |
Adding a new visual param that allows users to manually adjust an offset for how far off the ground (+ or -) their avatar's root bone is. Supports the +-2m range people are used to adjusting in their viewers, but new implementation should support server-generated appearances. | |||
2012-08-03 | Added viewer param for appearance message version | Brad Payne (Vir Linden) | |
2011-12-01 | storm-1686: make "Neck" and "Avatar Center" attach points available in ↵ | Oz Linden | |
context menus | |||
2011-10-26 | vwr-26120: add attachment points for Neck and Avatar Center | Oz Linden | |
2011-04-21 | SH-1381 Avatar Physics behavior is tightly tied to viewer framerate | Loren 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-14 | VWR-25453 FIXED Avatar Physics Spring Needs a Higher Limit | Loren Shih | |
Tripled spring limit for all params. Very safe change. | |||
2011-04-14 | VWR-25453 FIXED Avatar Physics Spring Needs a Higher Limit | Loren Shih | |
Tripled spring limit for all params. Very safe change. | |||
2011-04-13 | Aesthetic 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-03 | Fixed 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-03 | Added duplicate morph to handle breast bounce/clap. Took out unused params ↵ | Seraph Linden | |
in llphysicsmotion.cpp. | |||
2011-04-03 | Changed _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-03 | Changed Max Velocity param name to Max Effect | Seraph Linden | |
2011-04-03 | Added breast sway (left-right). | Seraph Linden | |
2011-04-02 | Moved Drag to be a general shape physics param, to save on number of ↵ | Seraph Linden | |
transmitted params. | |||
2011-04-02 | Renumbering for avatar physics parameters | Seraph Linden | |
2011-04-02 | Fix for avatar_lad physics using duplicate ID. | Seraph Linden | |
Added missing skirt physics param for belly. | |||
2011-03-31 | Created Advanced Physics panel. | Loren Shih | |
Made a bunch of aesthetic changes to physics panel accordion. | |||
2011-03-30 | Change 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-30 | Corrections for butt motion in avatar_lad.xml. | Loren Shih | |
Reduced extent of belly motion. | |||
2011-03-30 | Cleanup 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-30 | Changes to better logically group avatar_lad.xml physics params. | Loren Shih | |
2011-03-29 | Fixed some labels, and made some labels/wearables hidden in edit. | Loren Shih | |
Added accordions for physics. | |||
2011-03-21 | Fixed skirt-related belly bounce. | Loren Shih | |
2011-03-21 | Velocity now gets zeroed out if the param is pushed beyond limits. | Loren Shih | |
Rescaled the max speed param. | |||
2011-03-21 | Added left-right butt control. | Loren Shih | |
Did a bunch of code cleanup. | |||
2011-03-18 | Added more belly bounce. Added butt driver param back in. | Loren Shih | |
2011-03-18 | Fixed params for belly morph. Incorrect params were causing distortion in ↵ | Loren Shih | |
texture maps. | |||
2011-03-18 | Took out unnecessary Butt Physics parameter. | Loren Shih | |
2011-03-18 | Set default parameters. | Loren Shih | |
Renamed various parameters. | |||
2011-03-18 | Variety 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-18 | Some code cleanup. Changed equations to occur in normalized (0,1) space ↵ | Loren Shih | |
instead of parameter space. | |||
2011-03-18 | Enabling for belly vertical motion. | Loren Shih | |
2011-03-17 | Work in progress. Big code cleanup ported from TheShining/avatar-physics ↵ | Loren Shih | |
(defunct branch). Added butt and belly. | |||
2010-08-26 | Changed parameter scale for max velocity so it's easier to turn off various ↵ | Loren Shih | |
physics. | |||
2010-08-25 | Increased max velocity in avatar_lad.xml | Loren Shih | |
2010-08-24 | Moved BreastMotion class to its own separate file out of llvoavatar. | Loren Shih | |
Changed range of some breast motion params. Updated icon. | |||
2010-08-23 | Changed "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-23 | Fixed 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-23 | Created new wearable type. | Loren Shih | |
Added debug setting for disabling physics. Added disable-multiwear and disable-camera-reset to wearabletype. | |||
2010-08-23 | Changed Acceleration to gain. | Loren Shih | |
Changed behavior of gain. Changed names of Driver/Driven params. | |||
2010-08-23 | First pass commit for breast physics. | Loren Shih | |
2010-06-24 | EXT-7838 FIX - viewer 2.1 avatars look ruth-shaped to viewer-2 users | Nyx (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-01 | EXT-7499 WIP Prevent other avatars from remaining with a ruth shape | Tofu Linden | |
to be reviewed by nyx. | |||
2010-05-19 | EXT-7208 FIX add color / tint to tattoos | Nyx 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. |