| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 27 hours | Merge remote-tracking branch 'secondlife/release/26.4' into 26.4 | Erik Kundiman | |
| 2026-08-12 | Merge branch 'develop' into geenz/linux-to-develop | Jonathan "Geenz" Goodman | |
| 2026-08-12 | #6113 Crash at LLViewerMedia::updateMedia | Andrey Kleshchev | |
| 2026-08-11 | Merge remote-tracking branch 'origin/develop-linux' into geenz/linux-to-develop | Jonathan "Geenz" Goodman | |
| 2026-07-02 | Merge branch 'main' into 26.3 | Erik Kundiman | |
| 2026-07-02 | Send Pipewire volume catcher message on FBSD too | Erik Kundiman | |
| 2026-06-13 | Merge tag 'Second_Life_Release#663bf4d3-26.3' into 26.3 | Erik Kundiman | |
| 2026-05-29 | Adjust paths after installed libs are encapsulated | Erik Kundiman | |
| 2026-03-09 | #5506 Periodical stalls on media update | Andrey Kleshchev | |
| 2026-03-07 | Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02 | Erik Kundiman | |
| 2026-01-07 | Merge remote-tracking branch 'origin/develop' into develop-linux | Rye | |
| 2026-01-07 | #4899 Fix permissions flags on files that shouldn't be executable | Andrey Kleshchev | |
| 2026-01-07 | Reapply "Add more functionality to LLFile and cleanup LLAPRFile"" | Andrey Kleshchev | |
| # Conflicts: # indra/llcrashlogger/llcrashlock.cpp # indra/llrender/llshadermgr.cpp # indra/test/CMakeLists.txt | |||
| 2025-12-16 | Cleaned up unnecessary fake bool usage where appropriate | Hecklezz | |
| Signed-off-by: Hecklezz <tj8@live.com.au> | |||
| 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 | Refactoring of LLFile class to support additional methods | Frederick Martian | |
| - LLFile with its own class method interface to access files for read and write - Remove rudimentary LLUniqueFile class as LLFile supports now all of that and more - Implement most of the filename based functions using std::filesystem functions - Replace LLFile::rmdir() with LLFile::remove() since this function now supports deleting files and directories on all platforms. | |||
| 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-11-28 | #5072 Use make_shared for more efficient ref counting and allocation | Rye | |
| 2025-11-05 | Merge tag 'Second_Life_Release#5e11448e-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-04 | Fix remaining cases of webbrowser-related XUI warnings | Ansariel | |
| 2025-11-04 | Use correct widget name for marketplace floater | Ansariel | |
| 2025-11-01 | Merge tag 'Second_Life_Release#f7516a46-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-30 | Merge tag 'Second_Life_Release#5a0ba25d-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-29 | #4604 Turn off cef preloading on low end hardware | Andrey Kleshchev | |
| 1. Cef instances are fairly heavy in viewer's implementation, don't preload them on systems <= 8GB 2. Move initialization into floaters where it belongs. 3. Minimal requirement is 8GB, drop gpu class to 1 on hardware under 8GB 4. Reduce cef instance count on systems under 8GB | |||
| 2025-10-28 | #4882 Log textures that failed to be created | Andrey Kleshchev | |
| A bunch of 36x36 failed to create, there shouldn't have been any 36x36 textures, log the ids/type. | |||
| 2025-10-27 | Add debug option to force libvlc plugin on linux | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-27 | Restore linux CEF build support including changes from archive/develop | Rye | |
| Fix various files missing linden_common Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-01 | Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-09-15 | Merge tag 'Second_Life_Release#17540023-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-08-27 | Changes to support dullahan 1.21 undo/redo/delete/select all edit handlers | Rye | |
| 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-07-07 | Revert "Adjust viewer name for when logging the skin used" | Erik Kundiman | |
| This reverts commit ced2d634a76561d231e2c5854721c643ac071916. Turns out the original string is depended on by in-world creations, specifically HUDs, to determine whether the media is viewed from within SL or not. Thank you Jenni Windrider for pointing this out. | |||
| 2025-03-11 | viewer-private#217 Build fix | Andrey Lihatskiy | |
| 2025-03-11 | viewer-private#217 Cef log was deleted too often | Andrey Kleshchev | |
| delete once per session, not once per instance # Conflicts: # indra/newview/llviewermedia.cpp | |||
| 2025-03-11 | viewer-private#217 Fix cef log name | Andrey Kleshchev | |
| # Conflicts: # indra/newview/llviewermedia.cpp | |||
| 2025-03-11 | viewer-private#217 Rotate cef log file | Andrey Kleshchev | |
| # Conflicts: # indra/newview/llviewermedia.cpp | |||
| 2025-03-06 | Merge commit '8c1f00eebc6863c39d0143aeb7e37c68459d454f' into 2025.03 | Erik Kundiman | |
| 2025-02-13 | Fix xcode16 build errors | Andrey Lihatskiy | |
| 2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
| 2024.09-ExtraFPS | |||
| 2024-09-19 | Expose LLVector4a in LLRender | Andrey Kleshchev | |
| Avoid using a bunch of allocators. Make sure we use LLVector4a's SSE logic instead of LLVector3's. Some minor optimizations. | |||
| 2024-09-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
| 2024.08-DeltaFPS | |||
| 2024-08-20 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
| # Conflicts: # autobuild.xml # indra/newview/llvoicewebrtc.cpp | |||
| 2024-08-19 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
| 2024.06-atlasaurus | |||
| 2024-08-15 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
| release/2024.06-atlasaurus # Conflicts: # indra/newview/llpanelpeople.cpp | |||
| 2024-08-13 | Remove unused setting BrowserWebSecurityDisabled | Andrey Kleshchev | |
| 2024-07-28 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
| 2024-07-28 | Adjust viewer name for when logging the skin used | Erik Kundiman | |
