summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
AgeCommit message (Collapse)Author
2015-09-04MAINT-5416 FIXED Cannot right-click a rigged mesh that's wornAndreyL ProductEngine
--HG-- branch : maint-5416
2015-07-23MAINT-5416 Reverted changeset: 9bd24c17d908AndreyL ProductEngine
2015-07-17MAINT-5416 FIXED cannot right-click a rigged mesh that's wornAndreyL ProductEngine
2015-06-09MAINT-4893 FIXED Investigate a viewer option to limit rendering avatar near ↵andreykproductengine
0,0,0 and avoid ugly rendering glitches
2015-03-24Merge with viewer-release and become 3.7.27andreykproductengine
2015-03-04MAINT-4858 FIXBrad Payne (Vir Linden)
2015-02-25mergeBrad Payne (Vir Linden)
2015-01-08MAINT-3240 Don't show avatar if it's in mute listMnikolenko ProductEngine
2015-01-05Moved mHoverOffset to LLCharacter so it's accessible inside animations. ↵Brad Payne (Vir Linden)
Apply offset when constrained to ground.
2015-01-05SL-92 WIP - More consistent enforcement of min/max hover values. Setting is ↵Brad Payne (Vir Linden)
stored as a per-account F32 value.
2014-12-22mergeBrad Payne (Vir Linden)
2014-12-16SL-92 WIP - track appearance message timingBrad Payne (Vir Linden)
2014-12-08SL-92 WIP - hover height communicated via appearance messages.Brad Payne (Vir Linden)
2014-12-02Merge downstream code and become 3.7.22simon
2014-11-15MAINT-4537 WIP - more joint position management during outfit changesBrad Payne (Vir Linden)
2014-11-14MAINT-4537 WIP - order of operations during outfit changeBrad Payne (Vir Linden)
2014-10-30SL-93 - WIP on managing pelvis fixups using new joint offset frameworkBrad Payne (Vir Linden)
2014-10-29MAINT-4606 WIP - handle removing attachments that contain multiple mesh objectsBrad Payne (Vir Linden)
2014-10-08Switched to keying joint offsets by mesh idBrad Payne (Vir Linden)
2014-09-30MAINT-4448 FIXED Avatar often stops animating when being animated by an ↵andreykproductengine
intan solo dance ball on Interesting based viewers only.
2014-08-27WIP on attachment offset management in jointsBrad Payne (Vir Linden)
2014-08-27WIP on attachment offset management in jointsBrad Payne (Vir Linden)
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-03-12mergeBrad Payne (Vir Linden)
2014-03-12merge with releaseRichard Linden
2014-02-12merge with releaseRichard Linden
2014-02-11mergeBrad Payne (Vir Linden)
2014-02-10Merge viewer-releasesimon
2013-12-05mergeBrad Payne (Vir Linden)
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-11-11merge 3.6.10-releaseOz Linden
2013-10-25SH-3419 Replace per-object time dilation factor with region-wideAndrew Meadows
Reviewed with Simon
2013-10-16mergeBrad Payne (Vir Linden)
2013-10-10Quite down log spam from loading shaders.Dave Parks
Up bone cap to 64 for rigged meshes.
2013-10-08merge from viewer-releaseRichard Linden
2013-10-07renamed TraceType to StatTypeRichard Linden
added more MemTrackable types optimized memory usage of LLTrace some more
2013-09-23SH-3455 WIP - post-SSA cleanupBrad Payne (Vir Linden)
2013-09-23SH-3455 WIP - post-SSA cleanup, including removal of mUseServerBakes and ↵Brad Payne (Vir Linden)
related methods
2013-09-19SH-3455 WIP - removing bake upload codeBrad Payne (Vir Linden)
2013-09-19SH-3455 WIP - removing bake upload codeBrad Payne (Vir Linden)
2013-09-19SH-3455 WIP - removing bake upload codeBrad Payne (Vir Linden)
2013-09-18sunshine cleanup annotationsBrad Payne (Vir Linden)
2013-09-18sunshine cleanup annotationsBrad Payne (Vir Linden)
2013-09-17MAINT-3161 : Clean up avatar muting code and prototype featuresimon
2013-08-27MAINT-3065 : Avatar render info's 'geometry' stat is unpredictable for ↵simon
linked objects Removed "geometry" and "surface" Reviewed by Kelly
2013-08-18SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 msRichard Linden
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits
2013-08-16merge with viewer-releaseNyx Linden
2013-10-17SUN-69 MAINT-2258 : temp attachments getting removed improperly. Reviewed ↵simon
by Kelly.
2013-08-06Fixes for SH-4321. Also removed some unnecessary transform updates, and ↵prep@lindenlab.com
unused joint resetting code
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders