summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2024-08-30Fix Error: Dae parsing issue - see log for detailsErik Kundiman
https://megapahit.com/show_bug.cgi?id=76 It seems like we have to use LL's Collada DOM 2.3. Make sure minizip is installed on macOS. It should be safe to uninstall your system Collada DOM package now. The CMake arguments might have to be completed for non-Darwin platforms in a next commit.
2024-08-30Custom channel stream notif sent as if from viewerErik Kundiman
As if it was the user typing "/157157 Now playing blabla".
2024-08-30Stream notification channel setting in preferencesErik Kundiman
Not in effect yet.
2024-08-29Fix left out & minimise diff of disabling WebRTCErik Kundiman
2024-08-28Make sure DullahanHelper.app gets codesignedErik Kundiman
Somehow it wouldn't get signed using the previous way even though that's pretty much how it was done in my script all this time, which would work. So I just had to move it to the next execute_process, and problem solved.
2024-08-28Automatic codesigning on macOSErik Kundiman
CMAKE_OSX_DEPLOYMENT_TARGET here, even though reset in Variables.cmake with mmacosx-version-min, will be used as the hardened runtime version when codesigning. Instructions use 11 as that version, as the builder is assumed to be building for arm64. When building for x86-64, you can replace all 11 here with 10.15. The sudo in codesigning is required for builders on Apple Silicon whose SIP is enabled, which is assumed to be the most likely case. Credits to Cate (32a).
2024-08-28Fix left out & error-causing from previous commitErik Kundiman
2024-08-28Disable WebRTC on Fedora and openSUSE TumbleweedErik Kundiman
It breaks CEF on these platforms.
2024-08-28Remove alut dependency on UbuntuErik Kundiman
2024-08-28lipo -thin every dylib in Frameworks automaticallyErik Kundiman
foreach, and execute_process' OUTPUT_VARIABLE just don't work in installation phase SCRIPT.
2024-08-28Unmount VLC volume on macOS after installationErik Kundiman
2024-08-28Fix FLTK dependency package name on UbuntuErik Kundiman
Must have missed when I was replacing the word "gtk" (on gtk2.0-0) with the word "fltk".
2024-08-26Don't create links to non-existent dependenciesErik Kundiman
JsonCpp isn't used any more and Boost is linked statically now, so SLPlugin doesn't need to link to any Boost dynamic libraries upwards (which are of an older version and are there because they're still needed by Collada DOM). I suspect links to non-existent files have been the cause of why Gatekeeper just wouldn't identify the developer despite the fact that Apple notarisation service would still accept the bundle and various Apple's integrity (command-line) tools would still validate the bundle too. This commit also removes unnecessary linkage changes for the media plugins.
2024-08-26Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-26No need to create link for libbrotlidec.1.1.0.dylibErik Kundiman
Only libbrotlidec.1.dylib that is linked by some other library there (libfreetype.6.dylib). This commit also reindented 8 spaces to only 4 spaces.
2024-08-25Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-25Put media plugins install commands correspondinglyErik Kundiman
2024-08-25red-sdl cursor tweakssecretfoxtail
Try to improve visual consistency
2024-08-25Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-24Linden_Dollar_Alert tweaksecretfoxtail
Just playing with gimp filters :3
2024-08-23Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-23Prevent arrival/departure notifs with empty namesErik Kundiman
2024-08-23Arrival/departure notifications body text are greyErik Kundiman
2024-08-23Stream notification header uses title metadataErik Kundiman
2024-08-23Window_NoTitle_Foreground brightness adjustmentsecretfoxtail
Tinting it a touch darker.
2024-08-23Merge remote-tracking branch 'secretfoxtail/main'Erik Kundiman
2024-08-23Nearby tab quickfix IIIsecretfoxtail
Play around with various values in attempt to get cleaner, more consistent display of information
2024-08-23Merge remote-tracking branch 'secretfoxtail/main'Erik Kundiman
2024-08-23Arrival/departure notifs header links to profilesErik Kundiman
But I haven't been able to make the body message text stay light grey. It's white now. I've tried changing the chat source, chat type and chat style (refer to indra/llui/llchat.h) but I couldn't get just the desired combined styles.
2024-08-23Nearby tab quickfix IIsecretfoxtail
Give avatar_name a little more space, stop avatar_distance from being cut off at the edge of the window
2024-08-23Blufault: Misc icon tweakssecretfoxtail
Adjust saturation, brightness of some icons.
2024-08-23Blufault - bring back tilebar separatorssecretfoxtail
Restore line dividing floater titlebar from the rest of the window
2024-08-23Nearby tab quickfixsecretfoxtail
Give avatar_name more space
2024-08-23Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵Erik Kundiman
2024.06-atlasaurus
2024-08-22#2397 Sanity clamp haze contribution to avoid NaN like blowouts. (#2402)Dave Parks
2024-08-22Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-22Stream notificationErik Kundiman
https://megapahit.com/show_bug.cgi?id=56 I could make such metadata setting triggered by an event only on the media plugin's side, not on the viewer's side. I had tried adding a MEDIA_EVENT_NOWPLAYING_CHANGED and hoped that mediactrl, viewerparcelmedia, or viewermedia would react to it, but no, so this is the best I could come up with for now, to keep checking if what's now playing has been updated or not. I intentionally didn't clear mNowPlaying the way mURL is, so that it wouldn't notify one last double after the player stops streaming. mNowPlaying and mMediaNowPlaying need to be kept in their last states so that the comparison is correct. I also intentionally didn't put the notification inside the MEDIA_PLAYING scope, cause the flow somehow never got into that scope.
2024-08-22Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵Erik Kundiman
2024.06-atlasaurus
2024-08-22Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-22Showing arrivals and departures can be toggled nowErik Kundiman
and by default it's off.
2024-08-21Bump featuretable versions to fix secondlife/viewer#2345 (#2386)Brad Linden
also fixed mac High entry for RenderMirrors that got missed
2024-08-21Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-21Squeeze five more people into the teamErik Kundiman
2024-08-21Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-21Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵Erik Kundiman
2024.06-atlasaurus
2024-08-21Arrival time in nearby tab (draft)Erik Kundiman
The period got updated to something more frequent (from 5 to 1 second). I copied from newview/llpanelpeople.cpp and updateLastInteractionTime. The values are still not accurate, and have a delayed start. The presentation could use something like std's strftime, but I started from what worked first, which was using LL's formatSeconds. The alignments really need some tidying up too.
2024-08-20Merge branch 'release/2024.06-atlasaurus' of github.com:secondlife/viewer ↵Roxie Linden
into roxie/webrtc-fix-mac-p2p-hang
2024-08-20removed unnecessary commentRoxie Linden
2024-08-20Fix hang when incoming p2p or group calls throw up dialog.Roxie Linden
There were changes in atlasaurus that resulted in a hang for incoming p2p and group calls which throw up dialogs. The changes revolved around mutex, coroutines, job queues, and such. The fix was to do any processing that may result in callbacks from the webrtc code in a queued job instead of a coroutine.
2024-08-20#2345 Fix for mirrors not being disabled from previous viewer versions.Jonathan "Geenz" Goodman