summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-08-30Stream notification channel setting in preferencesErik Kundiman
Not in effect yet.
2024-08-29#2428 Fix for crash when applying PBR material to a single face (take 2) (#2463)Dave Parks
Also fix for some objects randomly disappearing until they're selected again.
2024-08-29Add error handling for intel crashes from GLTF Scene shader (#2456)Brad Linden
fix secondlife/viewer#1856
2024-08-29Fix left out & minimise diff of disabling WebRTCErik Kundiman
2024-08-28Attempt to get better file/line info for LL_ERRS crahses in bugsplat. (#2447)Brad Linden
secondlife/viewer#2445
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 WebRTC include dirs extracted to wrong pathErik Kundiman
for macOS arm64.
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-28Fix order of checking lib64 & lib/x86_64-linux-gnuErik Kundiman
Ubuntu, unlike Debian, has /lib64 and /usr/lib64 in their system, so it misled CMake. This is a quick fix, ideally it's the distro name that is checked.
2024-08-27#2428 Fix for crash when applying PBR material (#2430)Dave Parks
Also attempt to fix some occasional bad texture memory tracking.
2024-08-26Improve safety of macOS available RAM calcuations at suggestion of Ansariel ↵Brad Linden
and Beq (#2423)
2024-08-26secondlife/viewer#2391: Remove avatar rigging "callstack" loggingCosmic Linden
2024-08-26Remove or suppress left over debug messages in hot paths (#2392)Rye Mutt
2024-08-26defensively capture coroutine args by valueBrad Linden
2024-08-26secondlife/viewer#2395 fix start location coordinates getting double escapedBrad Linden
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-25Darwin prebuilt OpenSSL binaryErik Kundiman
2024-08-25Fix macOS architecture comparison operatorErik Kundiman
cause they're not like 0 valued ${_binary}_installed that it would run lipo -thin on already thinned binaries.
2024-08-25Darwin prebuilt libcurl binaryErik Kundiman
2024-08-25Darwin & Tumbleweed use prebuilt XMLRPC-EPIErik Kundiman
Refer to this commit if you need to recover the steps in compiling XMLRPC-EPI. The prebuilt binary for Darwin is distributed as universal, and will be thinned accordingly. It also makes use of autobuild.xml, but only partially (the sha1sum isn't used yet in the Prebuilt.cmake reimplementation).
2024-08-25use_prebuilt_binary(nanosvg) uses reimplementationErik Kundiman
also to minimise ViewerMisc.cmake diff from upstream.
2024-08-25Make Prebuilt.cmake reimplementation more genericErik Kundiman
Anticipate the possibility that an archive isn't suffixed with a 64. Parentheses need to be escaped by quotes (backslashing would work too), otherwise they would be parsed as part of CMake commands syntax. Regex subexpressions shouldn't contain regex themselves (only verbatim or preprocessed strings are used within the parentheses).
2024-08-24Linden_Dollar_Alert tweaksecretfoxtail
Just playing with gimp filters :3
2024-08-23#2388 Texture downrezzing tune up. (#2414)Dave Parks
- Hold onto unreferenced textures for 30 seconds. - Don't downres unless memory is low - Downres when viewer is backgrounded.
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