Age | Commit message (Collapse) | Author | |
---|---|---|---|
45 hours | Merge branch 'main' into 2025.072025.07 | Erik Kundiman | |
45 hours | ll_icon_small.ico changeHEADmain | Secret Foxtail | |
Replace SLv icon with megapahit | |||
45 hours | Merge tag 'Second_Life_Release#17540023-2025.07' into 2025.07 | Erik Kundiman | |
2 days | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
3 days | Attempt to fix the Sharpening / AA settings slow down on Mac | mobserveur | |
This commit aims to fix the issue that causes a slow down when certain combinations of post-processing settings are used. | |||
3 days | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
4 days | back to using LLCachedControl in LLReflectionMapManager | mobserveur | |
This commit changes the gSavedSetting direct reading to using LLCachedControl in LLReflectionMapManager | |||
5 days | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
5 days | Fix for multithreaded textures on Mac and more optimisations | mobserveur | |
This commit fixes an issue with the multithreaded textures option on Mac and adds some more optimisations. | |||
7 days | p#428 'multiple textures' sometimes not present | Andrey Kleshchev | |
when opening picker for the first time | |||
8 days | Merge remote-tracking branch 'secondlife/main' | Erik Kundiman | |
8 days | Merge branch '2025.06' | Erik Kundiman | |
8 days | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
8 days | Merge branch 'main' into 2025.06 | Erik Kundiman | |
8 days | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
8 days | Performance Optimisations, Bloom effect, Visuals Panel | mobserveur | |
This commit contains performance optimisations in the the pipeline, framebuffer, vertexbuffer, reflection probes, shadows. It also fixes many opengl errors, modifies the opengl debugging, and adds a visuals effects panel. | |||
8 days | Optimisations and experimental HDR display support on mac | mobserveur | |
This commit completes the previous ones for performance optimisations, and adds HDR display support on mac | |||
11 days | #4639 Crash at getDimensionsF32 | Andrey Kleshchev | |
11 days | #4536 Fix clipped setting descriptions | Andrey Kleshchev | |
12 days | p#470 Fix wrong release notes being shown. | Andrey Kleshchev | |
13 days | #4623 Shared Media on HUDs not loading | Andrey Kleshchev | |
Looks like a merge between a commit that affected mScreenPixelArea and a commit that added a return value resulted in reordered calls. | |||
2025-09-02 | #4587 Make shader cache reading faster | Andrey Kleshchev | |
2025-09-02 | #4587 Shaders sometimes do not match the shader settings | Andrey Kleshchev | |
Ensure versions get matched reliably | |||
2025-09-02 | Merge from main into develop | Andrey Kleshchev | |
Update develop branch from main to pick up 2025.05 and 2025.06 merge commits and version bump. | |||
2025-09-02 | Increment viewer version after 2024.06 | Andrey Kleshchev | |
2025-09-02 | #4621 Crash at LLMeshRepoThread::run(1060) | Andrey Kleshchev | |
Fix a missed mutex | |||
2025-09-02 | #4619 Don't crash on LLHUDEffect::render | Andrey Kleshchev | |
LLHUDEffectResetSkeleton needs to override LLHUDEffect::render to not cause an LL_ERRS if it stays alive for too long. | |||
2025-09-01 | #4588 Unable to direct silent installation | Andrey Kleshchev | |
2025-08-30 | Enable NVIDIA GL threaded optimisations by default | Erik Kundiman | |
https://www.phoronix.com/review/nvidia_threaded_opts If a user needs it to be off, then set __GL_THREADED_OPTIMIZATIONS to 0 upon launching, the built-in enabling is set not to overwrite. | |||
2025-08-30 | Performance Optimisations, Bloom effect, Visuals Panel | mobserveur | |
This commit contains performance optimisations in the the pipeline, framebuffer, vertexbuffer, reflection probes, shadows. It also fixes many opengl errors, modifies the opengl debugging, and adds a visuals effects panel. | |||
2025-08-30 | Contrast Skin Cleanup | mobserveur | |
Cleaning up the unnecessary files in the Contrast skin | |||
2025-08-30 | Gold Contrast Skin (incomplete/beta) | mobserveur | |
New skin: Gold Contrast | |||
2025-08-29 | #4598 Fix variables being inited before settings are ready | Andrey Kleshchev | |
2025-08-29 | #4604 Warn user off high settings when on low-RAM hardware | Andrey Kleshchev | |
2025-08-29 | #4604 Reduce draw distance when low on RAM | Andrey Kleshchev | |
2025-08-27 | #4608 Crash at LLJoint::findJoint | Andrey Kleshchev | |
'this' is null inside findJoint according to bugsplat so likely mRoot was not initialized yet. | |||
2025-08-26 | #4598 Crash in LLReflectionMapManager::update | Andrey Kleshchev | |
Not enough data for a solid conclusion (does something create settings in a thread?), but should be avoidable if we cache settings differently. | |||
2025-08-25 | Merge pull request #4603 from secondlife/release/2025.06 | Jonathan "Geenz" Goodman | |
Update develop with latest 2025.06 changes. | |||
2025-08-22 | Improved open performance for some web based UI floaters by preloading the ↵ | Callum Linden | |
web content during login (#4574) * First phase of some work to replace certain UI web based floaters with a much more simple floater (no more browserish web-content-floater) and then pre-load content as login is progressing. This means that after login, the floater can be opened much more rapidly than now. This first commit does this process for the Search floater * This commit brings in a new marketplace floater than hosts the marketplace web page (no more webcontent floater here either). It works as expected and opens quickly but the user is not logged in when the page is opened so that needs to be tackled before we can declare that this is a viable solution * This commit introduces a way to set the openID cookie that arrives via login.cgi into all the instances that are preloaded - the result is that when you open the preloaded floater after login, you are logged into your linden account * Fix a mac only warning as error - function overrides a member function but is not marked 'override' * Marchcat spotted left over cruft from earlier dev when we used a trimmed down URL for the pre-load search. Now we use the same search URL throughout and zero out the query parameters | |||
2025-08-22 | #4570 Sanity check bandwidth input | Andrey Kleshchev | |
Going above this will just make server throttle things and viewer's own throttlig won't be effective when viewer can't keep up. | |||
2025-08-22 | Merge branch 'main' into 2025.06 | Erik Kundiman | |
2025-08-22 | Add a way to have snapshot legacy file naming | Erik Kundiman | |
as requested by Bavid Dailey. Having timestamp is set as the default. | |||
2025-08-22 | Add a special thanks and more testers | Erik Kundiman | |
2025-08-21 | #4591 Crash at LLWearableItemsList's ContextMenu | Andrey Kleshchev | |
2025-08-21 | #4570 Attemp to send logout message when lost network | Andrey Kleshchev | |
To not leave a ghost behind and for faster reconnect | |||
2025-08-21 | Merge tag 'Second_Life_Release#787b63f4-2025.06' into 2025.06 | Erik Kundiman | |
2025-08-21 | Merge tag 'Second_Life_Release#143de1dd-2025.06' into 2025.06 | Erik Kundiman | |
2025-08-20 | #3922 Crash on removeStringNoUndo | Andrey Kleshchev | |
2025-08-20 | #4581 Crash on LL::GLTF::copy | Andrey Kleshchev | |
Tried to initialize LLVector2 TexCoords with vector3 data? | |||
2025-08-20 | #4583 Crash on LLInventoryPanel::itemChanged | Andrey Kleshchev | |