Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2013-09-19 | SH-3455 WIP - removing bake upload code | Brad Payne (Vir Linden) | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
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 | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-09-06 | Extracted mWearableDatas from LLAgentWearables into ↵ | Don Kjer | |
llappearance/LLWearableData. Moved LLDriverParam into llappearance | |||
2012-06-06 | MAINT-646 Don't spend so much time fetching avatar physics params. | Dave Parks | |
2011-05-02 | merge | Dave Parks | |
2011-04-22 | fix DOS line endings | Oz Linden | |
2011-04-21 | SH-1381 FIXED Avatar Physics behavior is tightly tied to viewer framerate | Loren Shih | |
Changed range of gain; previous range was too small. | |||
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-20 | SH-1381 FIXED avatar physics behavior is tightly tied to viewer framerate | Loren Shih | |
Breaking up physics into smaller integration steps. | |||
2011-04-20 | SH-1384 FIXED AvatarPhysicsTest debug setting does not work | Loren Shih | |
Took out setting, no longer needed. Was formely restricted to gods. | |||
2011-04-20 | Merge viewer-pre-beta -> seraph-viewer-pre-beta | Loren Shih | |
2011-04-20 | cosmetic variable name change | Loren Shih | |
2011-04-14 | merge back additional 2.6.3 beta 2 fixes | Oz Linden | |
2011-04-13 | SH-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-13 | SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effect | Loren 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-13 | SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effect | Loren 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-13 | SH-1329 FIXED Physics are "twitchy" for high-FPS machines | Loren Shih | |
Fixed bug that was messing up time slices for physics. | |||
2011-04-09 | fix incorrect license headers | Oz Linden | |
2011-04-08 | pull tags and late fixes back from viewer-pre-beta | Oz Linden | |
2011-04-07 | SH-1319 fix missing include | Loren Shih | |
2011-04-07 | SH-1319: Fix for disappearing torso sections on avatars | Oz Linden | |
2011-04-06 | fix line endings (one missing, two files of DOS) | Oz Linden | |
2011-04-03 | Added duplicate morph to handle breast bounce/clap. Took out unused params ↵ | Seraph Linden | |
in llphysicsmotion.cpp. | |||
2011-04-03 | Fix for butt gravity direction. | Seraph Linden | |
Added more displacement range for butt leftright. | |||
2011-04-03 | Minor fixes. | Seraph Linden | |
2011-04-03 | Fix for compile error. | Seraph Linden | |
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-03-31 | Tweaking of avatar physics detail slider. | Loren Shih | |
2011-03-31 | Simple fix for out-of-bounds parameter issues. | Loren Shih | |
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 | 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-29 | A 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-21 | Velocity now gets zeroed out if the param is pushed beyond limits. | Loren Shih | |
Rescaled the max speed param. | |||
2011-03-21 | Fixes for physics update thresholds. | Loren Shih | |
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 | 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 | Comments. | Loren Shih | |
2011-03-18 | Enabling for belly vertical motion. | Loren Shih | |