| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-20 | Merge pull request #5843 from secondlife/geenz/26.2-to-26.3 | Jonathan "Geenz" Goodman | |
| 26.2 to 26.3 | |||
| 2026-05-20 | Merge branch 'main' into geenz/26.2-to-26.3 | Jonathan "Geenz" Goodman | |
| 2026-05-20 | Merge pull request #5842 from secondlife/release/2026.03 | Jonathan "Geenz" Goodman | |
| Release/2026.03 | |||
| 2026-05-20 | #5804 Prevent focus steal when removing unselected conversation widget | Andrey Lihatskiy | |
| 2026-05-20 | #5809 Add 'mute' based filter for conversation history | Andrey Kleshchev | |
| - Don't add blocked conversations - Menus and global setting to control this mechanics - Refresh on changes Decided just not to add blocked conversation to the list, an alternate way is to alter visibility logic or filter logic | |||
| 2026-05-19 | Merge pull request #5369 from secondlife/release/2026.02 | Jonathan "Geenz" Goodman | |
| Release/2026.02 | |||
| 2026-05-19 | #5756 Improve LLUICtrlFactory's performance | Andrey Kleshchev | |
| 2026-05-15 | Merge pull request #5816 from secondlife/cosmic/janus_set_version_26.3 | cosmic-linden | |
| Fix display of ad-hoc session type in About and display p2p instead as appropriate | |||
| 2026-05-14 | Fix display of ad-hoc session type in About and display p2p instead as ↵ | Cosmic Linden | |
| appropriate | |||
| 2026-05-14 | Merge pull request #5800 from secondlife/roxie/remove-vivox | Roxanne Skelly | |
| Remove Vivox-related code | |||
| 2026-05-12 | Remove Vivox Licenses | Roxie Linden | |
| 2026-05-12 | Remove Vivox-related code | Roxie Linden | |
| Remove the Vivox-related code altogether, including SLVoice. | |||
| 2026-05-11 | Merge pull request #5792 from secondlife/cosmic/janus_set_version_26.3 | cosmic-linden | |
| secondlife/viewer#5634: Apply version string from janus server if available | |||
| 2026-05-11 | secondlife/viewer#5634: Apply version string from janus server if available. ↵ | Cosmic Linden | |
| Also display the type of connection the version is applicable to. | |||
| 2026-05-08 | #5768 fix llDialog text overflowing | Maxim Nikolenko | |
| 2026-05-08 | #5774 Crash on getCurrentNavUrl | Andrey Kleshchev | |
| 2026-05-05 | #5755 fix for notifications layout | Maxim Nikolenko | |
| 2026-05-05 | #5759 The fonts going bold | Andrey Kleshchev | |
| 2026-05-05 | #5084 Improve watchdog's behavior #2 | Andrey Kleshchev | |
| 2026-04-28 | #5726 Crash initing in-viewer console | Andrey Kleshchev | |
| 2026-04-27 | Merge pull request #5720 from secondlife/v-5672_26.3 | cosmic-linden | |
| (cherry pick) secondlife/viewer#5702: Ensure non-visible preloaded media has PRIORITY_HIDDEN | |||
| 2026-04-27 | Fix P2P text chat timeout on WebRTC regions and delay voice renegotiation on ↵ | Roxanne Skelly | |
| disconnect (#5706) * Fix P2P text chat timeout on WebRTC regions and delay voice renegotiation on disconnect Text chat: On WebRTC regions, getOutgoingCallInterface() returns nullptr, causing mP2PAsAdhocCall to be true for all P2P sessions including text-only IMs. This routed text chat through startP2PVoiceCoro which sent a "start p2p voice" request and waited for a server reply that never came, resulting in a 30-second session initialization timeout. Fix by gating the p2p-as-adhoc server init on mStartedAsIMCall so text-only sessions initialize immediately. WebRTC: Split kFailed and kDisconnected handling in OnConnectionChange. kFailed still renegotiates immediately. kDisconnected now waits 10 seconds before renegotiating, giving the connection time to recover on its own. Uses a sequence counter to ensure only the most recent disconnect transition can trigger renegotiation, preventing stale delayed tasks from firing early after disconnect/reconnect cycles. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Revert im-change for not using the voice subsystem when doing a text-only IM --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> | |||
| 2026-04-27 | secondlife/viewer#5702: Ensure non-visible preloaded media has PRIORITY_HIDDEN | Cosmic Linden | |
| 2026-04-24 | #5439 fix Avatar Welcome Pack not being opened on the first session | Maxim Nikolenko | |
| 2026-04-23 | #5450 add Leap non-ascii input support for keyDown | Maxim Nikolenko | |
| 2026-04-23 | Revert #2674 property lines optimizations | Andrey Kleshchev | |
| QA found no difference performance wise, I see a decrease in performance. | |||
| 2026-04-23 | Merge pull request #5688 from secondlife/maxim/2026.02-xui-font-updates | Maxim Nikolenko | |
| #5693 UI updates related to font hinting | |||
| 2026-04-22 | Update notify panel width; remove "To" from chat label | Mnikolenko Productengine | |
| 2026-04-22 | fix cache spinner width | Mnikolenko Productengine | |
| 2026-04-22 | change default font to SansSerifSmall | Mnikolenko Productengine | |
| 2026-04-21 | XUI updates related to font hinting | Mnikolenko Productengine | |
| 2026-04-21 | #5655 Fix freeze on purging cef cache | Andrey Kleshchev | |
| 2026-04-21 | #5652 fix moderation status not being reliably shown when entering parcel ↵ | Maxim Nikolenko | |
| voice space | |||
| 2026-04-20 | #5628 Fix setting cleanup on install | Andrey Kleshchev | |
| 2026-04-20 | #5628 Update taskbar's link to point to velopack #2 | Andrey Kleshchev | |
| 2026-04-18 | #5661 XUI adjustments | Andrey Kleshchev | |
| 2026-04-17 | Merge pull request #5667 from secondlife/geenz/texture-channel-cherrypick | Jonathan "Geenz" Goodman | |
| Add texture streaming "channels" (#5442) | |||
| 2026-04-17 | Add texture streaming "channels" (#5442) | Jonathan "Geenz" Goodman | |
| * Add channel based streaming priority. * Lessen the aggressiveness of the discards. | |||
| 2026-04-15 | #2023 Pull in updated pacakge and mark public | Andrey Kleshchev | |
| Unused fonts were excluded | |||
| 2026-04-15 | #2023 Fix lsb_delta and rsb_delta support | Andrey Kleshchev | |
| delta_correction should have been substructed, not added | |||
| 2026-04-15 | Implement lsb_delta and rsb_delta support | Andrey Kleshchev | |
| By Rye | |||
| 2026-04-15 | #2023 Load from a variable font | Andrey Kleshchev | |
| WIP, beacsue variable fonts are not yeat included. | |||
| 2026-04-15 | #5585 fix the issue with ptt state when joining p2p call while in ↵ | Maxim Nikolenko | |
| voice-disabled parcel | |||
| 2026-04-15 | #5450 add Leap unicode input support | Maxim Nikolenko | |
| 2026-04-14 | #5636 Fix cache size label and field | Andrey Kleshchev | |
| 2026-04-14 | #5628 Update taskbar's link to point to velopack | Andrey Kleshchev | |
| 2026-04-10 | Merge branch 'main' into release/2026.02 | Jonathan "Geenz" Goodman | |
| 2026-04-10 | Merge pull request #5475 from secondlife/project/Flat_UI | Jonathan "Geenz" Goodman | |
| Flat UI Alpha | |||
| 2026-04-09 | #5626 LLTextBase optimization | Andrey Kleshchev | |
| by caching string width | |||
| 2026-04-09 | #5607 workaround fix for the web content being black after resizing | Maxim Nikolenko | |
