Commit Graph

53028 Commits (12704b941132ec6fb6ca62da007c3ec02292c872)

Author SHA1 Message Date
Andrey Kleshchev 12704b9411 viewer-cef build fixes 2025-09-05 19:00:05 +03:00
Andrey Kleshchev 94e45ca2e6 Replace boost filesystem with std filesystem
Build fixes, instead of resolving unclear boost filesystem errors just
updated to std in affected places.
2025-09-05 19:00:05 +03:00
Callum Linden d885e73ddd
Merge pull request #4633 from secondlife/callum/viewer-cef-2025-08
Incorporate latest version of Dullahan that is built using CEF 139 and target the Universal Mac build branch
2025-09-04 15:17:55 -07:00
Callum Linden 66ccfabdd3
Merge branch 'project/mac_universal' into callum/viewer-cef-2025-08 2025-09-04 14:51:34 -07:00
Andrey Kleshchev 90aa693f2a
Merge Changes for support of apple silicon on macOS
Mac Arm
2025-09-03 20:30:12 +03:00
Andrey Kleshchev 5593cde0e8
Merge pull request #4625 from secondlife/andreyk/viewer_4587
#4587 Shaders sometimes do not match the shader settings
2025-09-03 19:09:48 +03:00
Andrey Kleshchev 46f325b7db #4587 Make shader cache reading faster 2025-09-02 23:29:15 +03:00
Andrey Kleshchev 3ea1d87a42 #4587 Shaders sometimes do not match the shader settings
Ensure versions get matched reliably
2025-09-02 23:29:15 +03:00
Andrey Kleshchev 3e4f112c03
Merge from main into develop
Update develop branch from main to pick up 2025.05 and 2025.06 merge commits and version bump.
2025-09-02 22:34:44 +03:00
Andrey Kleshchev e81b1de01e Increment viewer version after 2024.06 2025-09-02 22:29:55 +03:00
Rye 0ae3de8f1e Fix cmake to ${CMAKE_COMMAND} to avoid cmake error 2025-09-02 19:50:57 +03:00
Rye 012c0705bd MacOS companion changes for dullahan 1.21 including package structure and linkage fixes 2025-09-02 19:50:57 +03:00
Rye 0fe641a3f2 Changes to support dullahan 1.21 undo/redo/delete/select all edit handlers 2025-09-02 19:50:57 +03:00
Andrey Kleshchev e5b7e8a9a8 #4621 Crash at LLMeshRepoThread::run(1060)
Fix a missed mutex
2025-09-02 19:31:33 +03:00
Andrey Kleshchev 9959f51741 #4619 Don't crash on LLHUDEffect::render
LLHUDEffectResetSkeleton needs to override LLHUDEffect::render to not
cause an LL_ERRS if it stays alive for too long.
2025-09-02 19:31:33 +03:00
Andrey Kleshchev 5d50a660bc #4588 Unable to direct silent installation 2025-09-01 19:23:12 +03:00
Callum Prentice db69b09d82 Merge branch 'develop' into callum/viewer-cef-2025-08 2025-08-29 14:51:08 -07:00
Andrey Kleshchev e77eb6b531 #4598 Fix variables being inited before settings are ready 2025-08-29 20:38:43 +03:00
Andrey Kleshchev 479fee984a #4604 Warn user off high settings when on low-RAM hardware 2025-08-29 19:56:04 +03:00
Andrey Kleshchev e23aa06049 #4604 Reduce draw distance when low on RAM 2025-08-29 19:56:04 +03:00
Jonathan "Geenz" Goodman 842ac1e150
Merge pull request #4379 from secondlife/release/2025.06
Release/2025.06
2025-08-29 12:48:44 -04:00
Rye 5ffcd3dc88 Fixes for GHA build 2025-08-28 17:58:33 -04:00
Rye d010e55b88 Tabs to spaces 2025-08-28 06:21:38 -04:00
Rye f1014eda27 Bump openjpeg to 2.5.3-r1 2025-08-28 06:19:15 -04:00
Rye 2b44464a14 Fix up windows build error in GHA 2025-08-28 06:08:13 -04:00
Rye 96ff5f8e70 Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac 2025-08-28 00:53:15 -04:00
Rye 77d71dec86 Fix up universal build 2025-08-28 00:43:38 -04:00
Rye 34ae3db498 Merge branch 'callum/viewer-cef-2025-08' into rye/infinitemac 2025-08-27 23:07:22 -04:00
Rye dae43ad532 Fix cmake to ${CMAKE_COMMAND} to avoid cmake error 2025-08-27 23:05:58 -04:00
Rye 536c821c09 MacOS companion changes for dullahan 1.21 including package structure and linkage fixes 2025-08-27 23:05:40 -04:00
Rye e629bf05d6 Changes to support dullahan 1.21 undo/redo/delete/select all edit handlers 2025-08-27 22:36:55 -04:00
Callum Prentice 87ec630053 PUll in Dullahan 1.21 that contains additional updates for the macOS version which should help with the slow media startup issue 2025-08-27 15:30:32 -07:00
Dan Linden b246834207
Merge pull request #4607 from secondlife/Dan-Linden-patch-2
Removed dan's z600 windows machine from the matrix. Added dan's mac, caleb's mac and kurt's windows machines.
2025-08-27 11:02:53 -07:00
Andrey Kleshchev 0fc42e951f #4608 Crash at LLJoint::findJoint
'this' is null inside findJoint according to bugsplat so likely mRoot
was not initialized yet.
2025-08-27 16:09:14 +03:00
Dan Linden e33439e523
Update qatest.yaml
corrected kurt's machine name to qa-windows-kurt
2025-08-26 15:18:10 -07:00
Dan Linden bbdb46a833
Update qatest.yaml
Removed dan's z600 windows machine from the matrix.
Added dan's mac, caleb's mac and kurt's windows machines.
2025-08-26 14:41:07 -07:00
Andrey Kleshchev 8a585912ad #4598 Crash in LLReflectionMapManager::update
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-26 21:11:47 +03:00
Jonathan "Geenz" Goodman 9f50a5b25b
Merge pull request #4603 from secondlife/release/2025.06
Update develop with latest 2025.06 changes.
2025-08-25 09:14:09 -04:00
Callum Prentice e935a8aebc Merge branch 'develop' into callum/viewer-cef-2025-08 2025-08-22 17:12:03 -07:00
Callum Prentice bebd1b208e Bring in Dullahan 1.20.0 and by that, CEF 139.0.28. Update the CEF media plugin accordingly to take account of Dullahan cache changes 2025-08-22 17:10:29 -07:00
Callum Linden cefee59b0e
Improved open performance for some web based UI floaters by preloading the 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 16:21:31 -07:00
Andrey Kleshchev 1022be6986 #4570 Sanity check bandwidth input
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-22 23:15:24 +03:00
Rye 3f65a4bfec Fix test build on macOS 2025-08-22 13:13:03 -04:00
Rye 24aef9a982 Fix large performance drop when enabling AA on macOS/lower end GPU hardware 2025-08-22 13:12:43 -04:00
Rye f8a0878c78 Fix Apple M GPU crash from nans slipping into the normal buffer by utilizing a non-float format 2025-08-22 12:23:45 -04:00
Rye 99ce597b54 Fix texture filtering and address mode not updating for vast majority of textures when dirtied 2025-08-22 12:14:15 -04:00
Rye a46d4f0f69 Enable deprecation warnings and suppress a small handful that have no modern replacements 2025-08-22 03:32:02 -04:00
Rye e5ccf7a2a3 Remove dead code for macos versions 10.6 and older 2025-08-22 03:08:28 -04:00
Andrey Kleshchev 2a3fa69645 #4591 Crash at LLWearableItemsList's ContextMenu 2025-08-21 20:29:38 +03:00
Andrey Kleshchev f5423d4517 #4570 Attemp to send logout message when lost network
To not leave a ghost behind and for faster reconnect
2025-08-21 16:21:52 +03:00