Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | MAINT-6305: Serialize the AIS calls by reducing the queue size to 1, move ↵ | Rider Linden | |
the bake request out of the AIS queue. | |||
2016-04-12 | MAINT-6305: Just bumping a warning level so I can track for debugging. | Rider Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-02 | MAINT-5693: Didn't remove a stray debug comment. | Rider Linden | |
2016-03-02 | MAINT-5693: Only force forward progression of COF version for your own Avatar | Rider Linden | |
2016-03-01 | MAINT-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-29 | MAINT-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-03 | MAINT-2199 reverted previous change, refixed missing cloud and ban line | andreykproductengine | |
2016-02-27 | MAINT-2199 restored original UI mechanics, removed icons from UI list | andreykproductengine | |
2016-02-18 | MAINT-2199 In some rare cases priorities can change, it shouldn't affect ↵ | andreykproductengine | |
texture list. | |||
2016-02-16 | MAINT-2199 separating UI elements from in-world textures. | andreykproductengine | |
2016-01-15 | Merge VR | Rider Linden | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-04 | MAINT-5416 FIXED Cannot right-click a rigged mesh that's worn | AndreyL ProductEngine | |
--HG-- branch : maint-5416 | |||
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-01 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-06-30 | merge | Brad Payne (Vir 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-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-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-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-20 | MAINT-4653, DRTVWR-397 WIP - more code for tracking attachment operations, ↵ | Brad Payne (Vir Linden) | |
smarter handling of multiple requests. | |||
2015-01-15 | SL-92 WIP - more on hover management | Brad Payne (Vir Linden) | |
2015-01-14 | SL-92 WIP - more on region notification and managing hover | Brad Payne (Vir Linden) | |
2015-01-13 | SL-92 WIP - added signal for simulator features received. Use to keep hover ↵ | Brad Payne (Vir Linden) | |
floater UI synced with region support for hover. | |||
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-01-08 | SL-92 WIP - remove hover for self if we receive an appearance with no hover ↵ | Brad Payne (Vir Linden) | |
specified | |||
2015-01-07 | merge | Brad Payne (Vir Linden) | |
2015-01-08 | MAINT-3240 Don't show avatar if it's in mute list | Mnikolenko ProductEngine | |
2015-01-05 | Moved mHoverOffset to LLCharacter so it's accessible inside animations. ↵ | Brad Payne (Vir Linden) | |
Apply offset when constrained to ground. | |||
2015-01-05 | SL-92 WIP - changed setting name to AvatarHoverOffsetZ | Brad Payne (Vir Linden) | |
2015-01-05 | SL-92 WIP - More consistent enforcement of min/max hover values. Setting is ↵ | Brad Payne (Vir Linden) | |
stored as a per-account F32 value. | |||
2014-12-22 | merge | Brad Payne (Vir Linden) | |