Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-15 | merge | Brad Payne (Vir Linden) | |
2016-01-15 | Merge VR | Rider Linden | |
2015-11-20 | SL-273 WIP - possible fix for linux build failure | Brad Payne (Vir Linden) | |
2015-11-20 | SL-271 WIP - color base and extended bones differently. | Brad Payne (Vir Linden) | |
2015-11-18 | SL-271 WIP, SL-201 WIP - leaf joint attrib is now end. Show bones option now ↵ | Brad Payne (Vir Linden) | |
includes occluded portions. | |||
2015-11-17 | SL-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-13 | Post review changes. | Aura Linden | |
2015-11-13 | Eliminated joint_offset file. Added aliases attrib to bones in ↵ | Aura Linden | |
avatar_skeleton.xml. | |||
2015-11-11 | animations and meshes will recognize all joint names in joint_aliases.xml | Aura Linden | |
2016-02-03 | MAINT-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-22 | MAINT-6070 compressing logs | andreykproductengine | |
2016-01-22 | MAINT-6070 detailed logging for computing of Avatar Rendering Complexity | andreykproductengine | |
2016-01-19 | correct merge problems | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-27 | Fixes SL-202 joint offset and skin weight import. Race condition still exists. | Aura Linden | |
2015-10-26 | merge changes for MAINT-5673 | Oz Linden | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-10-13 | merge changes for 3.8.5-release | Oz Linden | |
2015-10-12 | merge | Brad Payne (Vir Linden) | |
2018-04-30 | MAINT-8535 Fixed Changing avatar sex while sitting breaks animations | Andrey Kleshchev | |
2015-10-06 | MAINT-5673: increase RenderAutoMuteSurfaceAreaLimit to 10 Million | Oz Linden | |
2015-09-29 | MAINT-5613 [Project QuickGraphics] Complexity readings vary greatly for each ↵ | andreykproductengine | |
avatar using the QuickGraphics viewer | |||
2015-09-25 | MAINT-5673: set correct default for RenderAutoMuteSurfaceAreaLimit | Oz Linden | |
2015-09-24 | MAINT-5612 Avatar Complexity reading remains stuck on zero | andreykproductengine | |
2015-09-23 | clarify hover setting log message | Oz Linden | |
2015-09-21 | MAINT-5570 limiting exposure of attachment manager | andreykproductengine | |
2015-09-21 | MAINT-5570 Code refactoring | andreykproductengine | |
2015-09-17 | MAINT-5570 [QuickGraphics] Visual complexity notifications are confusing. | andreykproductengine | |
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-08-14 | SL-125 WIP - updated base bento repo excluding dynamic skeleton. | Brad Payne (Vir Linden) | |
2015-08-12 | SL-109 WIP - brought over work from SL-125 repo that was not dynamic ↵ | Brad Payne (Vir Linden) | |
skeleton related | |||
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 | |