Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-15 | tone down the muted avatar colors even further | Oz Linden | |
2015-09-14 | MAINT-5622: correct color initialization for solid color avatars | Oz Linden | |
2015-09-11 | MAINT-5622: correct rendering of explicitly derendered and blocked avatars | Oz Linden | |
2015-09-04 | MAINT-5416 FIXED Cannot right-click a rigged mesh that's worn | AndreyL ProductEngine | |
--HG-- branch : maint-5416 | |||
2015-09-08 | merge changes for MAINT-5607 | Oz Linden | |
2015-09-08 | MAINT-5607: make "always render" override complexity for imposters | Oz Linden | |
2015-09-03 | MAINT-5378 fixing minor issues | andreykproductengine | |
2015-09-02 | request that tpvs not change avatar complexity calculation | Oz Linden | |
2015-08-26 | refine fix for MAINT-5560 based on review feedback and to fix VS objection | Oz Linden | |
2015-08-25 | MAINT-5560: Correct imposter rendering flaws for avatars that have not had ↵ | Oz Linden | |
any attachments | |||
2015-08-19 | MAINT-5378 Add notices for avatar complexity changes | andreykproductengine | |
2015-08-19 | clarify avatar rez status strings in info display | Oz Linden | |
2015-08-18 | MAINT-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-23 | MAINT-5416 Reverted changeset: 9bd24c17d908 | AndreyL ProductEngine | |
2015-07-17 | MAINT-5416 FIXED cannot right-click a rigged mesh that's worn | AndreyL ProductEngine | |
2015-07-15 | Merge from viewer-relese and become version 3.8.2 | andreykproductengine | |
2015-07-14 | merge changes for 3.8.1-release | Oz Linden | |
2015-07-09 | merge changes for 3.8.0-release | Oz Linden | |
2015-07-08 | add markers for where the UI notice hooks go | Oz Linden | |
2015-07-01 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-06-30 | correct labels for rendering choices for STORM-2107 | Oz Linden | |
2015-06-30 | merge | Brad Payne (Vir Linden) | |
2015-06-30 | Unused variable cleanup. | Drake Arconis | |
2015-06-30 | Fix impostors. | Drake Arconis | |
2015-06-19 | workarounds to get this building again; note: review mute list caching ↵ | Oz Linden | |
change before promoting | |||
2015-06-15 | merge changes for 3.7.30-release | Oz Linden | |
2015-06-08 | merge changes for 3.7.29-release | Oz Linden | |
2015-06-09 | MAINT-4893 FIXED Investigate a viewer option to limit rendering avatar near ↵ | andreykproductengine | |
0,0,0 and avoid ugly rendering glitches | |||
2015-06-03 | MAINT-4764 Investigate object updates for better child/root drawing on viewer | andreykproductengine | |
2015-04-24 | merge with viewer tools update | Brad Payne (Vir Linden) | |
2015-04-22 | MAINT-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-17 | reorganize visual muting, impostors, and complexity criteria [does not ↵ | Oz Linden | |
render correctly yet] | |||
2015-04-15 | Merge viewer-release | simon | |
2015-04-13 | merge | Brad Payne (Vir Linden) | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-02 | DRTVWR-397 WIP - more logging | Brad Payne (Vir Linden) | |
2015-03-30 | merge | Brad Payne (Vir Linden) | |
2015-03-26 | merge changes for tools update tip | Oz Linden | |
2015-03-24 | Merge with viewer-release and become 3.7.27 | andreykproductengine | |
2015-03-17 | MAINT-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-04 | MAINT-4858 FIX | Brad Payne (Vir Linden) | |
2015-03-23 | merge changes for 3.7.26-release | Oz Linden | |
2015-02-27 | merge up to 3.7.25-release | Oz Linden | |
2015-02-25 | merge | Brad Payne (Vir Linden) | |
2015-02-25 | merge | Brad Payne (Vir Linden) | |
2015-02-24 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-02-21 | merge impostor and visual muting changes | Oz Linden | |
2015-02-20 | MAINT-4653, DRTVWR-397 WIP - more code for tracking attachment operations, ↵ | Brad Payne (Vir Linden) | |
smarter handling of multiple requests. | |||
2015-02-20 | Clean up impostors and visual muting | Oz 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 |