summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
2016-01-15mergeBrad Payne (Vir Linden)
2016-01-15Merge VRRider Linden
2015-11-20SL-273 WIP - possible fix for linux build failureBrad Payne (Vir Linden)
2015-11-20SL-271 WIP - color base and extended bones differently.Brad Payne (Vir Linden)
2015-11-18SL-271 WIP, SL-201 WIP - leaf joint attrib is now end. Show bones option now ↵Brad Payne (Vir Linden)
includes occluded portions.
2015-11-17SL-271 WIP, SL-201 WIP - add support for end point to joints, use for debug ↵Brad Payne (Vir Linden)
rendering display to show bones.
2015-11-13Post review changes.Aura Linden
2015-11-13Eliminated joint_offset file. Added aliases attrib to bones in ↵Aura Linden
avatar_skeleton.xml.
2015-11-11animations and meshes will recognize all joint names in joint_aliases.xmlAura Linden
2016-02-03MAINT-5682 ([QuickGraphics] Some avatars are invisible)ruslantproductengine
Fixed two cases: - When changing in graphics settings lead to imposers resting and not restoring - When avatar become always invisible as descrivbed in ticket
2016-01-22MAINT-6070 compressing logsandreykproductengine
2016-01-22MAINT-6070 detailed logging for computing of Avatar Rendering Complexityandreykproductengine
2016-01-19correct merge problemsOz Linden
2016-01-15merge changes for 4.0.1-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-10-27Fixes SL-202 joint offset and skin weight import. Race condition still exists.Aura Linden
2015-10-26merge changes for MAINT-5673Oz Linden
2015-10-19Merge from viewer release.Rider Linden
2015-10-13merge changes for 3.8.5-releaseOz Linden
2015-10-12mergeBrad Payne (Vir Linden)
2018-04-30MAINT-8535 Fixed Changing avatar sex while sitting breaks animationsAndrey Kleshchev
2015-10-06MAINT-5673: increase RenderAutoMuteSurfaceAreaLimit to 10 MillionOz Linden
2015-09-29MAINT-5613 [Project QuickGraphics] Complexity readings vary greatly for each ↵andreykproductengine
avatar using the QuickGraphics viewer
2015-09-25MAINT-5673: set correct default for RenderAutoMuteSurfaceAreaLimitOz Linden
2015-09-24MAINT-5612 Avatar Complexity reading remains stuck on zeroandreykproductengine
2015-09-23clarify hover setting log messageOz Linden
2015-09-21MAINT-5570 limiting exposure of attachment managerandreykproductengine
2015-09-21MAINT-5570 Code refactoringandreykproductengine
2015-09-17MAINT-5570 [QuickGraphics] Visual complexity notifications are confusing.andreykproductengine
2015-09-15tone down the muted avatar colors even furtherOz Linden
2015-09-14MAINT-5622: correct color initialization for solid color avatarsOz Linden
2015-09-11MAINT-5622: correct rendering of explicitly derendered and blocked avatarsOz Linden
2015-09-04MAINT-5416 FIXED Cannot right-click a rigged mesh that's wornAndreyL ProductEngine
--HG-- branch : maint-5416
2015-09-08merge changes for MAINT-5607Oz Linden
2015-09-08MAINT-5607: make "always render" override complexity for impostersOz Linden
2015-09-03MAINT-5378 fixing minor issuesandreykproductengine
2015-09-02request that tpvs not change avatar complexity calculationOz Linden
2015-08-26refine fix for MAINT-5560 based on review feedback and to fix VS objectionOz Linden
2015-08-25MAINT-5560: Correct imposter rendering flaws for avatars that have not had ↵Oz Linden
any attachments
2015-08-19MAINT-5378 Add notices for avatar complexity changesandreykproductengine
2015-08-19clarify avatar rez status strings in info displayOz Linden
2015-08-18MAINT-5506: Fix ugly timing bug in llurlentry static initialization.Nat Goodspeed
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost().
2015-08-14SL-125 WIP - updated base bento repo excluding dynamic skeleton.Brad Payne (Vir Linden)
2015-08-12SL-109 WIP - brought over work from SL-125 repo that was not dynamic ↵Brad Payne (Vir Linden)
skeleton related
2015-07-23MAINT-5416 Reverted changeset: 9bd24c17d908AndreyL ProductEngine
2015-07-17MAINT-5416 FIXED cannot right-click a rigged mesh that's wornAndreyL ProductEngine
2015-07-15Merge from viewer-relese and become version 3.8.2andreykproductengine
2015-07-14merge changes for 3.8.1-releaseOz Linden
2015-07-09merge changes for 3.8.0-releaseOz Linden
2015-07-08add markers for where the UI notice hooks goOz Linden