summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
AgeCommit message (Collapse)Author
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-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
2015-07-01Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-06-30correct labels for rendering choices for STORM-2107Oz Linden
2015-06-30mergeBrad Payne (Vir Linden)
2015-06-30Unused variable cleanup.Drake Arconis
2015-06-30Fix impostors.Drake Arconis
2015-06-19workarounds to get this building again; note: review mute list caching ↵Oz Linden
change before promoting
2015-06-15merge changes for 3.7.30-releaseOz Linden
2015-06-08merge changes for 3.7.29-releaseOz Linden
2015-06-09MAINT-4893 FIXED Investigate a viewer option to limit rendering avatar near ↵andreykproductengine
0,0,0 and avoid ugly rendering glitches
2015-06-03MAINT-4764 Investigate object updates for better child/root drawing on viewerandreykproductengine
2015-04-24merge with viewer tools updateBrad Payne (Vir Linden)
2015-04-22MAINT-4653 WIP, DRTVWR-397 WIP - log output to file now includes tags. ↵Brad Payne (Vir Linden)
Request max 5 attachments per idle loop to reduce sim-side failures seen when requesting large numbers.
2015-04-17reorganize visual muting, impostors, and complexity criteria [does not ↵Oz Linden
render correctly yet]
2015-04-15Merge viewer-releasesimon
2015-04-13mergeBrad Payne (Vir Linden)
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-04-02DRTVWR-397 WIP - more loggingBrad Payne (Vir Linden)
2015-03-30mergeBrad Payne (Vir Linden)
2015-03-26merge changes for tools update tipOz Linden
2015-03-24Merge with viewer-release and become 3.7.27andreykproductengine
2015-03-17MAINT-4971 FIXED [MAINT-RC] Own avatar is often totally invisible at login ↵ruslantproductengine
with no way to fix apart from a relog. Other avatars are also often invisible.
2015-03-04MAINT-4858 FIXBrad Payne (Vir Linden)
2015-03-23merge changes for 3.7.26-releaseOz Linden
2015-02-27merge up to 3.7.25-releaseOz Linden
2015-02-25mergeBrad Payne (Vir Linden)
2015-02-25mergeBrad Payne (Vir Linden)
2015-02-24Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-02-24merge changes for 3.7.25-releaseOz Linden
2015-02-21merge impostor and visual muting changesOz Linden
2015-02-20MAINT-4653, DRTVWR-397 WIP - more code for tracking attachment operations, ↵Brad Payne (Vir Linden)
smarter handling of multiple requests.
2015-02-20Clean up impostors and visual mutingOz Linden
Rename the settings that control them to be more descriptive Remove the separate boolean setting (RenderUseImpostors) that governed both Establish default values based on gpu class for impostors and visual muting