summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-05Replace boost filesystem with std filesystemAndrey Kleshchev
Build fixes, instead of resolving unclear boost filesystem errors just updated to std in affected places.
2025-09-04Merge pull request #4633 from secondlife/callum/viewer-cef-2025-08Callum Linden
Incorporate latest version of Dullahan that is built using CEF 139 and target the Universal Mac build branch
2025-09-04Merge branch 'project/mac_universal' into callum/viewer-cef-2025-08Callum Linden
2025-09-03Merge Changes for support of apple silicon on macOSAndrey Kleshchev
Mac Arm
2025-09-03Merge pull request #4625 from secondlife/andreyk/viewer_4587Andrey Kleshchev
#4587 Shaders sometimes do not match the shader settings
2025-09-02#4587 Make shader cache reading fasterAndrey Kleshchev
2025-09-02#4587 Shaders sometimes do not match the shader settingsAndrey Kleshchev
Ensure versions get matched reliably
2025-09-02Merge from main into developAndrey Kleshchev
Update develop branch from main to pick up 2025.05 and 2025.06 merge commits and version bump.
2025-09-02Increment viewer version after 2024.06Andrey Kleshchev
2025-09-02Fix cmake to ${CMAKE_COMMAND} to avoid cmake errorRye
2025-09-02MacOS companion changes for dullahan 1.21 including package structure and ↵Rye
linkage fixes
2025-09-02Changes to support dullahan 1.21 undo/redo/delete/select all edit handlersRye
2025-09-02#4621 Crash at LLMeshRepoThread::run(1060)Andrey Kleshchev
Fix a missed mutex
2025-09-02#4619 Don't crash on LLHUDEffect::renderAndrey 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 installationAndrey Kleshchev
2025-08-29Merge branch 'develop' into callum/viewer-cef-2025-08Callum Prentice
2025-08-29#4598 Fix variables being inited before settings are readyAndrey Kleshchev
2025-08-29#4604 Warn user off high settings when on low-RAM hardwareAndrey Kleshchev
2025-08-29#4604 Reduce draw distance when low on RAMAndrey Kleshchev
2025-08-29Merge pull request #4379 from secondlife/release/2025.06Jonathan "Geenz" Goodman
Release/2025.06
2025-08-28Fixes for GHA buildRye
2025-08-28Tabs to spacesRye
2025-08-28Bump openjpeg to 2.5.3-r1Rye
2025-08-28Fix up windows build error in GHARye
2025-08-28Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemacRye
2025-08-28Fix up universal buildRye
2025-08-27Merge branch 'callum/viewer-cef-2025-08' into rye/infinitemacRye
2025-08-27Fix cmake to ${CMAKE_COMMAND} to avoid cmake errorRye
2025-08-27MacOS companion changes for dullahan 1.21 including package structure and ↵Rye
linkage fixes
2025-08-27Changes to support dullahan 1.21 undo/redo/delete/select all edit handlersRye
2025-08-27PUll in Dullahan 1.21 that contains additional updates for the macOS version ↵Callum Prentice
which should help with the slow media startup issue
2025-08-27Merge pull request #4607 from secondlife/Dan-Linden-patch-2Dan 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::findJointAndrey Kleshchev
'this' is null inside findJoint according to bugsplat so likely mRoot was not initialized yet.
2025-08-26Update qatest.yamlDan Linden
corrected kurt's machine name to qa-windows-kurt
2025-08-26Update qatest.yamlDan 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::updateAndrey 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-25Merge pull request #4603 from secondlife/release/2025.06Jonathan "Geenz" Goodman
Update develop with latest 2025.06 changes.
2025-08-22Merge branch 'develop' into callum/viewer-cef-2025-08Callum Prentice
2025-08-22Bring in Dullahan 1.20.0 and by that, CEF 139.0.28. Update the CEF media ↵Callum Prentice
plugin accordingly to take account of Dullahan cache changes
2025-08-22Improved 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 inputAndrey 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-22Fix test build on macOSRye
2025-08-22Fix large performance drop when enabling AA on macOS/lower end GPU hardwareRye
2025-08-22Fix Apple M GPU crash from nans slipping into the normal buffer by utilizing ↵Rye
a non-float format
2025-08-22Fix texture filtering and address mode not updating for vast majority of ↵Rye
textures when dirtied
2025-08-22Enable deprecation warnings and suppress a small handful that have no modern ↵Rye
replacements
2025-08-22Remove dead code for macos versions 10.6 and olderRye
2025-08-21#4591 Crash at LLWearableItemsList's ContextMenuAndrey Kleshchev
2025-08-21#4570 Attemp to send logout message when lost networkAndrey Kleshchev
To not leave a ghost behind and for faster reconnect
2025-08-20Speed up build and configure by only generating top level xcode project and ↵Rye
enabling dependency buildsystem optimization