summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
2016-05-25SL-315 - arche_tool.py updates, resetSkeleton() now preserves mPelvis state, ↵Brad Payne (Vir Linden)
forces all params to be updated.
2016-05-24MAINT-6216 avatars are sometimes invisibleruslantproductengine
BUG-10330 Sitting avatars are sometimes invisible
2016-05-24MAINT-6403: Updated a couple comments and dropped a couple warning levels ↵Rider Linden
back down to DEBUG.
2016-05-23MAINT-6403: in the case of a version mismatch between the viewer's local ↵Rider Linden
accounting and the AIS reported. Override with the AIS version. simplify the appearance update code to account for new versioning. Fix spelling of descendant
2016-05-21merged jelly-doll viewer-release into bentoBrad Payne (Vir Linden)
2016-05-18SL-315 - fixed collision volume scale issue in resetSkeleton()Brad Payne (Vir Linden)
2016-05-17SL-315 - resetSkeleton() fixes, mostly to get better behavior with non-self avsBrad Payne (Vir Linden)
2016-05-12SL-315 - resetSkeleton(). Still some small scale discrepancies, visually ↵Brad Payne (Vir Linden)
pretty good.
2016-05-11SL-315 - resetSkeleton(), working for bones at least partially, still some ↵Brad Payne (Vir Linden)
issues with collision volumes
2016-05-10SL-315 - resetSkeleton() work including attachment points, reapplying ↵Brad Payne (Vir Linden)
appearance message values.
2016-05-09SL-315 - resetSkeleton() work, dae_tool.py can add random joint positions to ↵Brad Payne (Vir Linden)
models
2016-05-06mergeBrad Payne (Vir Linden)
2016-05-06merge 4.0.4-release and MAINT-5974Oz Linden
2016-05-06SL-315 - notes on resetSkeleton()Brad Payne (Vir Linden)
2016-04-29SL-375, SL-378 - rudimentary logging info to list joint offsets during mesh ↵Brad Payne (Vir Linden)
import. dae_tool.py work to enable joint offset tweaking.
2016-04-27SL-344 - fixed a problem in avatar_lad with some params in wrong group, ↵Brad Payne (Vir Linden)
added diagnostics to make this easier to detect.
2016-04-27SL-375 - pos = default pos threshold is now 0.1 mmBrad Payne (Vir Linden)
2016-04-26SL-375 - tolerance and debug output tweaksBrad Payne (Vir Linden)
2016-04-23SL-375 - ignore joint position overrides if they are equivalent to the ↵Brad Payne (Vir Linden)
default position.
2016-04-21SL-371 - removed magic-offset check, for now.Brad Payne (Vir Linden)
2016-04-21SL-314 - show bones now colorizes rigged-to joints a different color. Also ↵Brad Payne (Vir Linden)
removed what I think is some redundancy in calculating attachment pos overrides. If it breaks I'll change it back.
2016-04-20SL-371 - increased the limit for StackWalker strings, avoid crashing if mesh ↵Brad Payne (Vir Linden)
has wrong number of mAlternateBindMatrix matrices
2016-04-18SL-371 - more tracking on partial joint overridesBrad Payne (Vir Linden)
2016-04-13SL-109 - reduced size of the spheres in 'show bones' display, to make it ↵Brad Payne (Vir Linden)
easier to see what's going on in crowded parts of the skeleton.
2016-04-04merge with 4.0.3-releaseOz Linden
2016-04-01mergeBrad Payne (Vir Linden)
2016-04-01Merged in lindenlab/viewer-bearAndreyL ProductEngine
2016-04-01Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-03-29MAINT-6257 Textures loading issues.andreykproductengine
2016-03-29Backed out changeset: ca5d40144cc2andreykproductengine
2016-03-25MAINT-6257 Particle textures loading issues.andreykproductengine
2016-03-23Fix avatar body always rendering in simple impostor modeDrake Arconis
2016-03-21mergeBrad Payne (Vir Linden)
2016-03-17MergeRider Linden
2016-03-16merge changes for DRTVWR-417Oz Linden
2016-03-16round attachment surface area displayOz Linden
2016-03-10SL-315 - avatar XML dump now includes all jointsBrad Payne (Vir Linden)
2016-03-10SL-315 - wip on joint resetBrad Payne (Vir Linden)
2016-03-08SL-344.xml - avatar_lad.xml updates. During loading, error out if an ↵Brad Payne (Vir Linden)
attachment_point references an invalid parent.
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2016-03-07SL-315 WIP - more call stack tracing, initial hooks for avatar reset ↵Brad Payne (Vir Linden)
skeleton option.
2016-03-04merge latest changes from ruslanOz Linden
2016-03-04MAINT-5721: set new (much lower) limits for RenderAutoMuteSurfaceAreaLimit, ↵Oz Linden
but also disable if RenderAvatarMaxComplexity is unlimited (zero)
2016-03-02MAINT-5693: Didn't remove a stray debug comment.Rider Linden
2016-03-02MAINT-5693: Only force forward progression of COF version for your own AvatarRider Linden
2016-03-02MAINT-5700 [QuickGraphics-RC] Blocked avatars should always be derenderedruslantproductengine
2016-03-01MAINT-6183: Remove geometry bytes as a trigger for muted/impostor renderingOz Linden
2016-03-01MAINT-5693: Do not rerequest old bakes. If a stale bake is received for ↵Rider Linden
processing do not processes it (Only allow newer appearances to process... never older)
2016-02-29MAINT-5693: Request server bake even if we think we are about to request a ↵Rider Linden
stale version. The receiver should know if it will throw out the results. Added some additional logging to help track what's going on.
2016-03-03MAINT-2199 reverted previous change, refixed missing cloud and ban lineandreykproductengine