| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-11 | #5398 Add keyboard shortcuts for "Use shared environment" and "Midday (legacy)" | Maxim Nikolenko | |
| 2026-02-10 | Merge pull request #5401 from secondlife/project/voice_moderation | Jonathan "Geenz" Goodman | |
| Voice moderation -> 26.2 | |||
| 2026-02-10 | Merge pull request #5402 from secondlife/release/2026.01 | Jonathan "Geenz" Goodman | |
| 26.01 -> 26.02 | |||
| 2026-02-10 | Increase height of Group inspect | Mnikolenko Productengine | |
| 2026-02-10 | #5376 fix snapshot size not being updated when clicking 'Save to disk' | Maxim Nikolenko | |
| 2026-02-09 | Make floater tools use Dejavu with old font size #2 | Andrey Kleshchev | |
| 2026-02-09 | UI controls adjustments and selection color update | Maxim Nikolenko | |
| * UI controls adjustments and selection color update * Use constexpr instead of magic numbers | |||
| 2026-02-08 | Adjust buttons and lists for font size being larger | Andrey Kleshchev | |
| 2026-02-07 | #5380 Guard against scaled() failure to prevent null dereference | Andrey Lihatskiy | |
| 2026-02-07 | #5380 Fix race condition in texture creation causing AV | Andrey Lihatskiy | |
| Move addToCreateTexture() after image scaling to prevent mRawImage from being replaced while background thread holds pointer to it. | |||
| 2026-02-06 | #5380 Fix crash in LLImageGL::analyzeAlpha() | Andrey Lihatskiy | |
| 2026-02-06 | #5377 Fix PBR being highlighted incorrectly on a face | Andrey Kleshchev | |
| 2026-02-05 | Login button update and other color adjustments | Mnikolenko Productengine | |
| 2026-02-05 | More XUI adjustments for fonts work | Andrey Kleshchev | |
| 2026-02-04 | Merge branch 'release/2026.01' into project/voice_moderation | Mnikolenko Productengine | |
| 2026-02-04 | #5358 Improve performance when processing inventory fetches in parallel | Andrey Kleshchev | |
| All tasks combined should not go over 10ms to not affect performance too much. | |||
| 2026-02-03 | Bump viewer version from 26.1.0 to 26.2.0 | Jonathan "Geenz" Goodman | |
| 2026-02-04 | Merge tag 'Second_Life_Release#b4a6af57-2026.01' into 2026.01 | Erik Kundiman | |
| 2026-02-04 | Merge branch 'main' into 2026.01 | Erik Kundiman | |
| 2026-02-04 | Shortcut for menu Advanced > Rendering Types > PBR | Erik Kundiman | |
| Ctrl/Cmd Alt Shoft ] for switching it off or back on again. | |||
| 2026-02-03 | #1664 retain clothing order when Replacing Link with the same wearable type | Maxim Nikolenko | |
| 2026-02-03 | #2293 Mark an object in an uncertain 'for sale' state as tentaive | Andrey Kleshchev | |
| 2026-02-03 | Improve windir detection in LLDir::openDir | Carbon Cowboy | |
| 2026-02-03 | Add clickable notification for saved screenshots | Carbon Cowboy | |
| Display notification with filepath after screenshot is saved to disk. Clicking the notification opens the system file browser to reveal the saved file. Fixes #5329 | |||
| 2026-02-01 | Make floater tools use Dejavu with old font size | Andrey Kleshchev | |
| 2026-02-01 | Steeltoe's XUI changes | Andrey Kleshchev | |
| 2026-01-30 | Show dummies correctly in Edit outfit parts | lickx | |
| 2026-01-30 | #2572 fix displaying Voice dot in Conversations floater when Voice Chat was ↵ | Maxim Nikolenko | |
| disabled | |||
| 2026-01-30 | Merge tag 'Second_Life_Release#3caf20f4-2026.01' into 2026.01 | Erik Kundiman | |
| 2026-01-30 | #2997 Fix Reset Skeleton not working on animesh objects | Andrey Lihatskiy | |
| 2026-01-30 | #2975 PBR support for planar aligment | Andrey Kleshchev | |
| Since checkbox is shared between pbr and normal textures, I'm making it affect both for now. | |||
| 2026-01-29 | #5348 Fix crash in getRenderRotation() | Andrey Lihatskiy | |
| 2026-01-29 | Merge tag 'Second_Life_Release#e42ec63b-2026.01' into 2026.01 | Erik Kundiman | |
| 2026-01-29 | Merge branch 'main' into 2026.01 | Erik Kundiman | |
| 2026-01-29 | Update VLC plugins codesigning to 3.0.23's | Erik Kundiman | |
| 2026-01-29 | FMOD lib directory when building using it on macOS | Erik Kundiman | |
| 2026-01-29 | #2639 Fix benchmarked render level being too high for Apple Silicon | Andrey Kleshchev | |
| After benchmark fixes, render level jumped from lowest to high+, cap it at med+ until shadows get fixed to have less impact | |||
| 2026-01-29 | #5335 Fix silent uninstall asking about registry | Andrey Kleshchev | |
| 2026-01-28 | #3502 fix using non-existing "cookies_enabled" control | Maxim Nikolenko | |
| 2026-01-28 | #2997 The 'Reset Skeleton' option is missing in the right-click menu | Alexander Gavriliuk | |
| 2026-01-28 | #5338 Provide more details from experience error | Andrey Kleshchev | |
| 2026-01-27 | Restore DejaVuSans as a fallback, but alter size | Andrey Kleshchev | |
| 2026-01-27 | #5046 Use new suspendUntilNextFrame() to fix wait logic | Andrey Kleshchev | |
| 2026-01-27 | #5046 Fix a long freeze when fetching inventory | Andrey Kleshchev | |
| 2026-01-26 | #5314 fix WebRTC voice being muted after quickly toggling the Speak button | Maxim Nikolenko | |
| 2026-01-24 | #5046 Fix a long freeze when fetching inventory | Andrey Kleshchev | |
| 2026-01-23 | Fix failure to reconnect after disconnect and occasional dropout issue (#5322) | Roxanne Skelly | |
| * Fix failure to reconnect after disconnect and occasional dropout issue We were occasionally seeing dropouts which may have been caused by ICE renegotiate requests. The code is there to reconnect in that case, but there were a few bugs, some of which were likely due to the webrtc upgrade. Also, we were seeing failures to reconnect after voice server restart. There were some issues with the PTT button that came up after the above issue was fixed. * Added a clarification as part of CR * We need to set mute state for p2p/adhoc/group calls as well | |||
| 2026-01-23 | #5086 Restore guidebook to use http | Andrey Kleshchev | |
| 2026-01-23 | Expose floater's header font to XUI | Andrey Kleshchev | |
| 2026-01-22 | #5157 fix crash in isHUDGroup | Maxim Nikolenko | |
