Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-13 | #4541 Cap image upload size to prevent issues | Andrey Kleshchev | |
2025-08-13 | Add support for Normalized Frametime Variation (NVFT) (#4395) | Jonathan "Geenz" Goodman | |
* Add support for Normalized Frametime Variation (NVFT) * Add normalized period jitter | |||
2025-08-13 | #4527 Crash trying to upload a huge image | Andrey Kleshchev | |
Raw image permits only a 256 MB buffer so this isn't unexpected. | |||
2025-08-12 | #4535 Revert "Fix: ignore *pass-on* counters when detecting left-button ↵ | Andrey Kleshchev | |
grabs (#3990)" This reverts commit 65d70a8d8f211b462481e93f919a100c8b3b2af5. | |||
2025-08-12 | Fix issue where p2p calls were coming up muted even thought the UI said they ↵ | Roxie Linden | |
were not. | |||
2025-08-12 | #4524 LLControlVariable error | Andrey Kleshchev | |
2025-08-12 | #4473 Enable Zoom in to Self menu option in chat | Andrey Kleshchev | |
2025-08-12 | #4522 Crash at shouldAllowFirstMediaInteraction | Andrey Kleshchev | |
2025-08-11 | #4284 Better window shutdown logging | Andrey Kleshchev | |
To help investigate shutdown freeze | |||
2025-08-11 | #4420 Fix chat log reading issue with certain characters | Maxim Nikolenko | |
2025-08-11 | Bump viewer version to 7.2.1 | Andrey Kleshchev | |
2025-08-11 | Supported Debian amd64 is now 13.0 (current stable) | Erik Kundiman | |
OpenAL and LL's WebRTC now break CEF too just like on many other supported distros. Same as Ubuntu 24.04.2 when it comes to not yet compatible newer Pipewire, but OpenJPEG 2.5.3 (unlike 24.04.2 which is still at 2.5.0). The libminizip1 package name is also fixed here for Ubuntu. | |||
2025-08-11 | FMOD has been upgraded from 2.02.29 to 2.02.30 | Erik Kundiman | |
2025-08-11 | #4334 Crash at getIsDynamic #2 | Andrey Kleshchev | |
A TPV dev asked to change this, so that ref wouldn't be called on some environments. | |||
2025-08-09 | Merge tag 'Second_Life_Release#5b1c783b-2025.06' into 2025.06 | Erik Kundiman | |
2025-08-09 | Merge branch 'main' into 2025.06 | Erik Kundiman | |
2025-08-09 | Revert "Make sure sed is installed on Arch" | Erik Kundiman | |
This reverts commit cbf64f875831992386dadc5a094b9739b678b764. | |||
2025-08-08 | Merge pull request #4494 from secondlife/roxie/fix-4419 | Jonathan "Geenz" Goodman | |
Straighten out muting to prevent echo when crossing from vivox to webrtc regions near a webrtc region boundary. | |||
2025-08-09 | Merge remote-tracking branch 'secondlife/main' | Erik Kundiman | |
2025-08-08 | Merge pull request #4382 from secondlife/release/2025.05 | Jonathan "Geenz" Goodman | |
Release/2025.05 | |||
2025-08-08 | Straighten out muting to prevent echo when crossing from vivox to webrtc ↵ | Roxie Linden | |
regions. Muting was a bit random in the code, so it's now been straightened out and should prevent echo. Also, code was added to not attempt connection to non-webrtc regions in the webrtc code. | |||
2025-08-08 | #4503 Crash at openHeaderEntriesFile | Andrey Kleshchev | |
2025-08-08 | Revert "Privacy preference for hiding selection beam" | Erik Kundiman | |
This reverts commit 68513b2d0b9f070aeabfc3cfff09d477006cd0a0. | |||
2025-08-08 | Revert "Hide Look At by default" | Erik Kundiman | |
This reverts commit 120e56754ccb3c6d7ab0da40e014701f2685b510. | |||
2025-08-08 | Merge tag 'Second_Life_Release#55f1c8b9-2025.06' into 2025.06 | Erik Kundiman | |
2025-08-08 | Merge branch '2025.05' into 2025.06 | Erik Kundiman | |
2025-08-08 | Merge branch 'main' into 2025.06 | Erik Kundiman | |
2025-08-08 | Merge branch 'main' into 2025.05 | Erik Kundiman | |
2025-08-07 | Remove toggleDiscordIntegration declaration | Erik Kundiman | |
The definition had already been removed, I had forgotten to remove this one. | |||
2025-08-07 | avatar list stepper adjustment | Secret Foxtail | |
Noticed later that the bottom scrollbar stepper was still slightly cut-off. Reduce list height again by 3. | |||
2025-08-07 | panel_people.xml avatar list fix | Secret Foxtail | |
Adding NearMeRange slider caused avatar at the bottom of the nearby list to be cut off. Fix by reducing height. | |||
2025-08-07 | Make sure sed is installed on Arch | Erik Kundiman | |
Turns out it's not necessarily pulled by some other dependencies on a fresh Arch installation. | |||
2025-08-07 | Don't show self arrivals/departures | Erik Kundiman | |
2025-08-07 | "Hidden Region" if Discord location sharing is off | Erik Kundiman | |
instead of blank. The coords are hidden too, but the Party numbers are still shown, for consistency with TPVs' implementations. | |||
2025-08-07 | Discord integration is enabled by default per spec | Erik Kundiman | |
now that we don't need the user to authorise Discord SDK to have any access to the user's friends list, etc. (which are Discord Relationships related, and not needed just for Rich Presence). | |||
2025-08-07 | Rich Presence w/o requiring access to friends list | Erik Kundiman | |
Thank you Signal Linden for the pointer from https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#af0a85e30f2b3d8a0b502fd23744ee58e "Note: On Desktop, rich presence can be set before calling Client::Connect, but it will be cleared if the Client connects. When Client is not connected, this sets the rich presence in the current user's Discord client when available." This lead me to setting the Application ID here https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#ad452335c06b28be0406dab824acccc49 in place of setting it on https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1AuthorizationArgs.html which would lead Authorize, GetToken, UpdateToken, Connect, and so on. This means we don't even need the SecAPI saveCredential, loadCredential and deleteCredential parts now. | |||
2025-08-06 | panel_people.xml adjustment | Secret Foxtail | |
Add "m" after the NearMeRange slider distance. | |||
2025-08-07 | #4470 Hide discord panel when set to build without discord | Andrey Kleshchev | |
2025-08-07 | #4297 Crash on LLVOCache::writeToCache | Andrey Kleshchev | |
handle/iter existed, but entry was null | |||
2025-08-06 | Merge pull request #4492 Merge Develop into Maint-C (2025.06) | Andrey Kleshchev | |
Merge Develop into Maint-C (2025.06) | |||
2025-08-06 | Merge branch develop into 2025.06 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llvoavatar.cpp | |||
2025-08-06 | Revert "#4400 Model Import "use lod above" was not updating" | Andrey Kleshchev | |
This reverts commit e05b32a0305f57573236c12dc4c1fbeecf2878ed. Looks like I had a better fix in 2025.06 | |||
2025-08-06 | #4470 Temporarily disable Discord SDK | Andrey Kleshchev | |
2025-08-06 | Merge release/2025.05 into develop | Andrey Kleshchev | |
2025-08-06 | Nearby tab slider | Secret Foxtail | |
Add slider allowing users to adjust NearMeRange | |||
2025-08-06 | Retire MPVNearMeRange | Secret Foxtail | |
Use NearMeRange to minimize difference with SLv | |||
2025-08-06 | #3564 Permit 'labeling' audio streams that play via media plugin | Andrey Kleshchev | |
People were using fmod's undocumented capability to ignore everything after the url to label their streams. | |||
2025-08-05 | #4473 Permit zooming to self in people panel | Andrey Kleshchev | |
2025-08-05 | #4470 Adjustments and Mac build fixes | Andrey Kleshchev | |
2025-08-05 | #4451 Remove missed first login image | Andrey Kleshchev | |