summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
2010-11-15mergeRichard Linden
2010-11-12Merge latest from lindenlab/viewer-developmentDave SIMmONs
2010-11-10cleanupprep
2010-11-10Bug fix for an avatar that would exhibit floating if pelvis was offsetprep
Bug fix for attach/detach so that it will recalculate certain avatar settings based upon bone positions.
2010-11-05Merge latest from lindenlab/viewer-developmentDave SIMmONs
2010-10-28- Pelvis offsets are now preservedprep
- Fix for CTS-261
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-15sync up to viewer-developerTofu Buzzard
2010-10-13Fix for EXP-220 -- Remove voice dot for skylight userMonroe Linden
Reviewed by Richard.
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-12Initial work on viewer motion interpolation. Changes include:Dave SIMmONs
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code. Use zero to revert to old logic * Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds * Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter * Added LLVOAvatarSelf::resetRegionCrossingTimer() * Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings * LLVOAvatarSelf::updateRegion() will update position value due to region changes Code reviewed by Ambroff *
2010-10-10VWR-21967 There's lots of ::renderForSelect() code that we don't need any more.Tofu Linden
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)
2010-10-05Reset joint positions after detaching a rigged modelprep linden
2010-09-29MergeLeyla Farazha
2010-09-27mergeDave Parks
2010-09-24Added support for joint offsetsprep linden
2010-09-22SH-188 crash in llvoavatar.cppNyx (Neal Orman)
We were using a NULL pointer after checking it was null due to a logic error. Re-shuffled the logic to ensure we would only dereference pointer after it was known to be non-null Code reviewed by Seraph
2010-09-22SH-188 FIX crash in llvoavatar.cppNyx (Neal Orman)
We were using a NULL pointer after checking it. Did some logic juggling to ensure that we only use the pointer if it is non-null Code reviewed by Seraph (transplanted from a90fe10ddac9545249c6f218af438a36bcbc3162)
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-09-16As a resident, when I elect to see friends names in green, it should also ↵Leyla Farazha
colour their group tags so that the name tags don't look like crap. This also applies to status message - Away/Busy in nametag
2010-09-16MergeLeyla Farazha
2010-09-15[STORM-176] Clean up handling of the maximum length of chat messagesOz Linden
2010-09-09VWR-22052 FIX tons of processAvatarAppearance spam, may be flooding serverNyx (Neal Orman)
Added a timeout so that we will only send this message a max of once a minute. Investigated cause of server not sending visual params with texture message, it appears it only happens if the sim cannot find the visual params to send. Not sure what causes that condition. Code reviewed by Seraph
2010-09-08automated mergeLoren Shih
2010-09-03Merge Zai Lynch's http://bitbucket.org/ZaiLynch/vwr-19505Tofu Linden
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-09-01CTS-231 WIP create new ARC algorithm to be more accurate and account for meshesNyx (Neal Orman)
First pass - uses the new algorithm to hopefully be more accurate of render load on low-end machines. Also accounts for mesh complexity, including if a mesh is weighted or non-weighted. Code reviewed by davep
2010-08-26Added graphics preference setting for physics.Loren Shih
2010-08-26fix for VWR-19505ZaiLynch
2010-08-25mergeDave Parks
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
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-08-20Merge from dessie/viewer-releaseLeyla Farazha
2010-08-20merge from viewer-releaseTofu Linden
2010-08-20merge from viewer-releaseTofu Linden
2010-08-19Integrate SIMD API from oreh/server-trunk-orehDave Parks
2010-08-18EXT-8542 FIX (?) Avatar goes nude on teleport / outfit changeNyx (Neal Orman)
Believed fix, but having difficulty reproducing to verify. changed logic in switching avatar textures so that we don't use the local baked texture until we have at least the lowest LOD for each clothing texture. Will ask Dan to help verify the fix. Code reviewed by Seraph
2010-08-18EXT-8542 FIX (?) Avatar goes nude on teleport / outfit changeNyx (Neal Orman)
Believed fix, but having difficulty reproducing to verify. changed logic in switching avatar textures so that we don't use the local baked texture until we have at least the lowest LOD for each clothing texture. Will ask Dan to help verify the fix. Code reviewed by Seraph
2010-08-13trivial comment changes while I was in this code.Tofu Linden
2010-08-13trivial comment changes while I was in this code.Tofu Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-12merge from viewer-releaseTofu Linden