| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-11 | #1825 Use html as a default type for nosniff mime probes | Andrey Kleshchev | |
| 2025-09-10 | #2618 Roles and Members tab is a mess | Alexander Gavriliuk | |
| 2025-09-10 | #2618 Roles and Members tab is a mess (fix XML indents for readability) | Alexander Gavriliuk | |
| 2025-09-10 | viewer#2172 AM/PM selector | Andrey Kleshchev | |
| 2025-09-09 | #1965 Properly terminate particles when HUD is off #2 | Andrey Kleshchev | |
| 2025-09-09 | p#428 'multiple textures' sometimes not present | Andrey Kleshchev | |
| when opening picker for the first time | |||
| 2025-09-06 | #4639 Crash at getDimensionsF32 | Andrey Kleshchev | |
| 2025-09-06 | #4536 Fix clipped setting descriptions | Andrey Kleshchev | |
| 2025-09-04 | p#470 Fix wrong release notes being shown. | Andrey Kleshchev | |
| 2025-09-04 | #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-03 | Merge pull request #4625 from secondlife/andreyk/viewer_4587 | Andrey Kleshchev | |
| #4587 Shaders sometimes do not match the shader settings | |||
| 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-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-29 | Merge pull request #4379 from secondlife/release/2025.06 | Jonathan "Geenz" Goodman | |
| Release/2025.06 | |||
| 2025-08-27 | Merge pull request #4607 from secondlife/Dan-Linden-patch-2 | Dan Linden | |
| Removed dan's z600 windows machine from the matrix. Added dan's mac, caleb's mac and kurt's windows machines. | |||
| 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 | Update qatest.yaml | Dan Linden | |
| corrected kurt's machine name to qa-windows-kurt | |||
| 2025-08-26 | Update qatest.yaml | Dan Linden | |
| Removed dan's z600 windows machine from the matrix. Added dan's mac, caleb's mac and kurt's windows machines. | |||
| 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-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-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 | |
| 2025-08-20 | #3223 Trim coroutine queues a little | Andrey Kleshchev | |
| 2025-08-19 | #4284 Reorder window shutdown | Andrey Kleshchev | |
| 2025-08-19 | Revert "Remove the first login screen (#4451)" (#4578) | Signal Linden | |
| * Revert "Remove the first login screen (#4451)" This reverts commit b82f52acbb00a9dd3e5426e8a6510a0ef6f41289. * Revert "#4451 Remove missed first login image" This reverts commit 8eb2429a16b7dee570a28578f3d75f2a423f20af. | |||
| 2025-08-19 | #4544 Make model dump go into logs | Andrey Kleshchev | |
| not into work folder, viewer isn't supposed to write there. | |||
| 2025-08-19 | #4518 Dupplicates can appear in favorites | Andrey Kleshchev | |
| if parent and child gets added back to back | |||
| 2025-08-18 | Add new LastModified option to HttpRequest handling (#4563) | fmartian | |
| * Add LastModified: option to the HttpOptions and handle it properly in HttpOpRequest::prepareRequest() * grid_name could be empty if an invalid grid was passed in. | |||
| 2025-08-18 | Merge pull request #4571 from secondlife/brad/develop | Brad Linden | |
| Cherry-pick packages-formatter fix from archive/develop | |||
| 2025-08-18 | Change another case of a regex sequence needing to be a raw string | Nicky | |
| 2025-08-18 | #4557 fix lags in outfit search with many outfits | Maxim Nikolenko | |
| 2025-08-16 | Fix regex strings for Python 3.12+ | fmartian | |
| Python 3.12 and newer does complain about single backslash in strings and is probably going to treat it as an error in some future version. Make the string constant a raw string. | |||
| 2025-08-16 | #4544 Fix extension check being case sensitive | Andrey Kleshchev | |
| 2025-08-15 | Remove unused vstool, files (#4500) | Signal Linden | |
| Clean up of some unused files: - vstool - No longer used - indra/edit-me-to-trigger-new-build.txt - Shouldn't be needed... - win_crash_logger/* - Empty directory | |||
| 2025-08-15 | #4561 Crash at initializeURLHistory | Andrey Kleshchev | |
| 2025-08-15 | #4559 Crash at killCacheEntry | Andrey Kleshchev | |
| 2025-08-15 | #4537 Some links were missing favorite options | Andrey Kleshchev | |
