| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 21 hours | Merge tag 'Second_Life_Release#9818c3e0-26.4' into 26.4 | Erik Kundiman | |
| 21 hours | Merge tag 'Second_Life_Release#5ddd940-26.4' into 26.4 | Erik Kundiman | |
| 21 hours | Merge tag 'Second_Life_Release#3a970613-26.4' into 26.4 | Erik Kundiman | |
| 21 hours | Merge branch 'main' into 26.4 | Erik Kundiman | |
| 22 hours | Merge remote-tracking branch 'secondlife/release/26.4' into 26.4 | Erik Kundiman | |
| 5 days | p#700 Fix issue with tittle bar on Windows | Andrey Kleshchev | |
| 7 days | p#700 Add a postponed size update on viewDidMoveToWindow | Andrey Kleshchev | |
| 9 days | p#700 handleWindowDidChangeScreen should schedule an update | Andrey Kleshchev | |
| And improved relevant logging. | |||
| 10 days | improved snapshot | mobserveur | |
| this commit make the snapshots quality consistent for a given resolution, no matter the resolution divisor value. It also includes a new set of selectable resolutions. | |||
| 11 days | p#700 Extra scale logging | Andrey Kleshchev | |
| 11 days | optimisations related to llvertexbuffer | mobserveur | |
| this commit includes some optimisations related to the llvertextbuffer and is closer to LL code in that regard. It also removes the alternative vertexbuffer mode. | |||
| 2026-08-16 | fix for the view scaling issue on mac | mobserveur | |
| this commit is a fix for the scaling issue happening randomly on macs with a retina display. | |||
| 2026-08-12 | Merge branch 'release/26.3' into geenz/linux-to-develop | Jonathan "Geenz" Goodman | |
| 2026-08-11 | Merge remote-tracking branch 'origin/develop-linux' into geenz/linux-to-develop | Jonathan "Geenz" Goodman | |
| 2026-08-07 | Merge tag 'Second_Life_Release#0686467f-26.3' into 26.3 | Erik Kundiman | |
| 2026-08-04 | p#682 Improve logging for system events and session (#6086) | Andrey Kleshchev | |
| 2026-07-24 | Merge tag 'Second_Life_Release#bcfda3b6-26.3' into 26.3 | Erik Kundiman | |
| 2026-07-22 | Revert "Merge pull request #5982 from secondlife/geenz/texture-streaming-tweaks" | Jonathan "Geenz" Goodman | |
| This reverts commit 3d465f6c966f0a2fcfd5d3c9effb6ce20c2754c8, reversing changes made to f2c356fc7130ce5e38b994dcfa1e210609b458b9. | |||
| 2026-07-07 | Merge tag 'Second_Life_Release#3d465f6c-26.3' into 26.3 | Erik Kundiman | |
| 2026-07-07 | Get some more wins for overall downrezzing and minimizing thrashing. | Jonathan "Geenz" Goodman | |
| Also make sure that probes don't stamp - that creates thrashing when distant probes render. We're at a low enough resolution on those things that higher mips are likely to go unnoticed, and we bake them frequently enough that we can pick up lower mips when we actually need them. | |||
| 2026-06-16 | #5856 Improve stats reliability on non-standard shutdown | Andrey Kleshchev | |
| 2026-06-13 | Merge tag 'Second_Life_Release#1f65fa87-26.3' into 26.3 | Erik Kundiman | |
| 2026-06-04 | #5856 An option to prevent hibernation | Andrey Kleshchev | |
| 2026-05-30 | #5719 Detect hybernation #2 | Andrey Kleshchev | |
| 2026-05-27 | #5368 add Leap API to query statistics | Mnikolenko Productengine | |
| 2026-05-20 | Merge branch 'develop' into geenz/26.3-to-develop | Jonathan "Geenz" Goodman | |
| 2026-05-01 | #5719 Partial detection of shutdown from task manager | Andrey Kleshchev | |
| We can't be absolutely certain about the source in this case, but at least try to distinguish termination caused by task manager from 'unknowns'. | |||
| 2026-04-25 | Merge tag 'Second_Life_Release#4ccf6d90-26.2' into 2026.02 | Erik Kundiman | |
| 2026-04-24 | #5439 fix Avatar Welcome Pack not being opened on the first session | Maxim Nikolenko | |
| 2026-03-07 | Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02 | Erik Kundiman | |
| 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-01-21 | Merge remote-tracking branch 'origin/develop' into develop-linux | Rye | |
| 2026-01-21 | Reduce tens of thousands of recursive calls during menu initialization | Rye | |
| 2026-01-07 | Merge remote-tracking branch 'origin/develop' into develop-linux | Rye | |
| 2026-01-07 | Replace remaining boost::filesystem usage with std::filesystem | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2026-01-07 | #5217 Small cleanup and const declarations | Andrey Kleshchev | |
| 2026-01-06 | #1519 ObjectGrab message includes invalid SurfaceInfo data when in mouselook ↵ | Alexander Gavriliuk | |
| mode | |||
| 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. | |||
| 2025-12-10 | Add missing static declaration for LLCachedControl | Ansariel | |
| 2025-12-09 | #5123 A bunch of small performance optimizations | Andrey Kleshchev | |
| mostly for turning control settings into cached variants | |||
| 2025-12-04 | Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-03 | Merge branch 'release/2026.01' into marchcat/devlinux-2601 | Andrey Lihatskiy | |
| # Conflicts: # indra/llcommon/llprocessor.cpp # indra/llcorehttp/_refcounted.h # indra/llcorehttp/_thread.h # indra/newview/llfeaturemanager.cpp # indra/newview/llviewershadermgr.cpp | |||
| 2025-12-03 | Merge pull request #5094 from secondlife/main | Jonathan "Geenz" Goodman | |
| 2025.08 -> Develop | |||
| 2025-12-01 | #5078 MacOS Build fix | Andrey Kleshchev | |
| 2025-12-01 | #5078 Replace boost::function with std::function | Rye | |
| * Replace boost::function usage with std::function for easier debugging and reduced compiler warnings * Remove a few remaining instances of boost::noncopyable that were missed in tests Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-28 | #5072 Use make_shared for more efficient ref counting and allocation | Rye | |
| 2025-11-27 | #5046 Fix accordion control's excessive rearranges #2 | Andrey Kleshchev | |
| Since arrange is no longer part of LLInventoryItemsList::doIdle(), reduced time limit. | |||
| 2025-11-02 | Fix building with clang on non-darwin platforms | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-01 | Merge tag 'Second_Life_Release#f7516a46-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-31 | Fix non-static LLCachedControl | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
