| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-06 | #1519 ObjectGrab message includes invalid SurfaceInfo data when in mouselook ↵ | Alexander Gavriliuk | |
| mode | |||
| 2026-01-06 | secondlife/viewer#2112 Provide SL Grid Map coordinates for Official Viewer ↵ | Alexander Gavriliuk | |
| Users please | |||
| 2026-01-05 | Use the marketplace floater when a SL Marketplace URL is clicked | Hecklezz | |
| Signed-off-by: Hecklezz <tj8@live.com.au> | |||
| 2026-01-05 | Further optimize unregistration of loading meshes via std::unordered_set | Rye | |
| This container type is better suited to the repeated find and erase patterns used here. Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2026-01-05 | secondlife/viewer#2623: Remove assert | Cosmic Linden | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2026-01-05 | secondlife/viewer#2462: Optimize unloading of prims | Cosmic Linden | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2026-01-05 | #2902 Additional lines are displayed from one corner of the region | Alexander Gavriliuk | |
| 2026-01-05 | secondlife/viewer#2674 Optimize LLWorld::renderPropertyLines() - use ↵ | Alexander Gavriliuk | |
| vertexBatchPreTransformed() | |||
| 2026-01-05 | secondlife/viewer#2674 Optimize LLWorld::renderPropertyLines() - use ↵ | Alexander Gavriliuk | |
| simplified lines | |||
| 2026-01-05 | Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp. | Nat Goodspeed | |
| This allows removing #include "llerror.h" from llpointer.h. Also remove #include "llmutex.h" as a heavy way to get <boost/functional/hash.hpp>. That requires adding #include "llmutex.h" to llimage.h, llnotifications.h, llwatchdog.cpp and llvolumemgr.cpp, which were inheriting it from llpointer.h. | |||
| 2026-01-05 | Make `LLPointer` equality comparisons accept not-identical types. | Nat Goodspeed | |
| That is, both `LLPointer::operator==()` and `operator!=()` and the free function `operator==()` and `operator!=()` now accept pointer types other than the type of the subject `LLPointer`, letting the compiler apply implicit pointer conversions or diagnose an error. | |||
| 2026-01-05 | Optimize away repeated map finds for getParameterEntry* functions via pointers | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2026-01-05 | secondlife/viewer#5007 Fix alpha debug overlay blend and mask conflict and ↵ | Rye | |
| alpha debug overlay rendering twice Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2026-01-05 | secondlife/viewer#3322 No confirmation is shown when gifting all your money | Alexander Gavriliuk | |
| 2026-01-03 | update boost to 1.90 on tumbleweed | Secret Foxtail | |
| update build instructions and package depends to reflect new boost vers | |||
| 2025-12-24 | #3612 Don't immediately fail download on startup, wait for the region | Andrey Kleshchev | |
| It's probably smarter to make asset storage wait with requests in general, but that would require a stronger separation from cache which is functional already and can be loading assets, so I'm pausing individual requests instead, there is a maximum of 12, so there should be no 'bloat' from waiting coros. | |||
| 2025-12-24 | Merge branch 'main' into 2026.01 | Erik Kundiman | |
| 2025-12-24 | Merge tag 'Second_Life_Release#de9a9111-2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-24 | Boost has been upgraded to 1.90 in vcpkg | Erik Kundiman | |
| 2025-12-23 | #5171 restore correct selection after clicking Cancel in Preferences | Maxim Nikolenko | |
| 2025-12-22 | #3612 Handle missing capabilities instead of blocking further downloads | Andrey Kleshchev | |
| Landmarks that failed due to missing caps were blocked from being rerequested. | |||
| 2025-12-21 | #3612 Log issues with landmarks and rethrown exceptions | Andrey Kleshchev | |
| 2025-12-20 | #5084 Cover window's thread with watchdog | Andrey Kleshchev | |
| 2025-12-18 | #5111 change notification type from modal to alert | Maxim Nikolenko | |
| 2025-12-18 | #5084 Improve watchdog's feedback | Andrey Kleshchev | |
| 2025-12-17 | #5164 Adjust the 12 hour Time Format | Andrey Kleshchev | |
| 2025-12-17 | #5121 crash at getShowFolderState | Maxim Nikolenko | |
| 2025-12-17 | #5159 Fix Animated textures freeze | Andrey Kleshchev | |
| Negative near zero radius was resulting in 0 return. Might need to cover negative values in general. | |||
| 2025-12-16 | #1112 Fix wrong option having size controls | Andrey Kleshchev | |
| in Snapshot to Inventory | |||
| 2025-12-15 | Update indra/newview/llviewermessage.cpp | Rider Linden | |
| Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | |||
| 2025-12-15 | Update indra/newview/lltoastscriptquestion.cpp | Rider Linden | |
| Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | |||
| 2025-12-15 | Apply suggestions from code review | Rider Linden | |
| Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | |||
| 2025-12-12 | Merge branch 'develop' into rider/privileged_land | Rider Linden | |
| 2025-12-12 | remove boost::lambda in favor of C++ | Rider Linden | |
| 2025-12-12 | #5148 Crash cleaning LLVOCache | Andrey Kleshchev | |
| 2025-12-12 | #2069 Activate group option in Group | Andrey Kleshchev | |
| 2025-12-11 | #5122 update version format #2 | Maxim Nikolenko | |
| 2025-12-11 | #5122 update version format #2 | Maxim Nikolenko | |
| 2025-12-11 | Merge tag 'Second_Life_Release#058ee5c6-2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-11 | Adjust open path on FreeBSD | Erik Kundiman | |
| Had forgotten it's a bit different, before. | |||
| 2025-12-10 | Fix failure to reconnect after disconnect and occasional dropout issue (#5126) | 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. * We need to set mute state for p2p/adhoc/group calls as well | |||
| 2025-12-11 | Revert #4899 "Add more functionality to LLFile and cleanup LLAPRFile" | Andrey Kleshchev | |
| Interferes with linux work, will be moved to a different branch and applied separately. | |||
| 2025-12-10 | #5138 Added test case for multiple columns in a combo box | Andrey Kleshchev | |
| 2025-12-10 | p#512 Block ability to accidentaly purge Inventory items outside of trash | Andrey Kleshchev | |
| Purge menu is trash specifc and shouldn't touch other items | |||
| 2025-12-10 | #5122 update version format | Maxim Nikolenko | |
| 2025-12-10 | Fix typo found by Copilot | fmartian | |
| Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | |||
| 2025-12-10 | Generate error if the asset upload is bigger than INT_MAX as recommended by ↵ | Frederick Martian | |
| Copilot | |||
| 2025-12-10 | Incorporate some of the comment improvements suggested by Copilot and make ↵ | Frederick Martian | |
| LLFile::size() return -1 on error and adjust the callers to account for that. | |||
| 2025-12-10 | Remove commented out old function calls | Frederick Martian | |
| 2025-12-10 | Fix several typos and comments | Frederick Martian | |
