summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-05-25Sharpened Jolly Roger icons for macOS by fowlerdmErik Kundiman
2024-05-25commented darwin specific code for texture prioritymobserveur
the commented code was causing textures being blurry at short distance credits: melody owo
2024-05-24Reset memorized Chromium volume and apply temporary volumeMaki
2024-05-24fix "lines starting with tabs found"AiraYumi
2024-05-24Promote seh_catcher() et al. to llexception.{h,cpp} for general use.Nat Goodspeed
2024-05-24new icons againfowlerdm
remove pixelation
2024-05-24Merge remote-tracking branch 'fowlerdm/main'Erik Kundiman
2024-05-23New icons: Sharpenedfowlerdm
A few different sizes looked blurry in different launchers / DEs, trying a basic sharpening pass.
2024-05-23Jolly Roger macOS icon by Secret FoxtailErik Kundiman
2024-05-23New icons: revisionfowlerdm
remove excessive borders from new icons
2024-05-22Adjust Copy3rdPartyLibs.cmake for Visual Studio 2022 17.10.0 and greaterAnsariel
2024-05-22Tabs to spaces.Nicky
2024-05-22Move Linux specific VolumeCatcherImport into the linux specific files.Nicky
2024-05-22Remove obsolete member mSystemIsVistaOrHigherNicky
2024-05-22New icon: 1024x1024fowlerdm
Added 1024x1024 version of new icon
2024-05-22New iconsfowlerdm
Even newer icons! Thalassocracy themed!
2024-05-21viewer#1520 Material upload floater displays wrong upload feeAndrey Kleshchev
2024-05-20Blufault colors.xml: revert HTMLLinkColorfowlerdm
Set HTMLLinkColor back to "EmphasisColor"
2024-05-20Blufault colors.xmlfowlerdm
Misc adjustments
2024-05-18Making FrogGreen bluefowlerdm
I saw green in emoji picker and it made me cry
2024-05-18Blufault: Camera & movement controlsfowlerdm
Hue adjustment
2024-05-18Add Fedora build creditErik Kundiman
2024-05-18Adjust MenuBarBGColorfowlerdm
Forgot about this one, silly me!
2024-05-18Less strictness with Fedora's GCC 14Erik Kundiman
2024-05-18Turn off C++ 20 compatibilityErik Kundiman
Compiling would fail otherwise at least on Fedora 40 and Ubuntu 24.04 with their GCC 13 or newer.
2024-05-18Colour bits test not done on Linux eitherErik Kundiman
Cause last time I checked, it didn't pass on Fedora.
2024-05-18Squircle icons, so far for macOS, by fowlerdmErik Kundiman
2024-05-18More people in creditsErik Kundiman
2024-05-18blufault: misc tweaksfowlerdm
hue-shifting a few more things
2024-05-18Adjust FriendColors & FilterTextfowlerdm
Found some things that could be a little more blue!
2024-05-17colors.xml & texures.xml fixfowlerdm
oopsie whoopsy!
2024-05-17Blufault: more blue - supporting xmlfowlerdm
making emphasiscolor a bit less green
2024-05-17Blufault skin: More bluefowlerdm
Slight hue adjustment
2024-05-17fix bad indentation and modernise (#1503)Beq Janus
2024-05-17Bluefault: supporting xmlfowlerdm
XML tweaks to help blufault shine!
2024-05-17Don't try to report a stack trace on stack overflow (sigh)Nat Goodspeed
2024-05-17New skin: Blufaultfowlerdm
Blue-ish modification of the default SL viewer skin
2024-05-17More misleading indentation fixesErik Kundiman
2024-05-17Parts that were left out during 7.1.7 mergeErik Kundiman
Including a very important one which is so assets are fetched!
2024-05-17Merge remote-tracking branch 'fowlerdm/main'Erik Kundiman
2024-05-16Linux clang++ doesn't like implicit conversion of extreme ints.Nat Goodspeed
Try specifying the literal constants in the type we're comparing to.
2024-05-16Need magic #define for <boost/stacktrace.hpp> on Mac.Nat Goodspeed
2024-05-16On Windows, defend test.cpp against structured exceptions too.Nat Goodspeed
Since August 2023, we've seen occasional GitHub Windows build test runs terminate with 0xC00000FD: stack overflow. We've usually responded by bumping up the default coroutine stack size. On closer examination, it's always llleap_test.cpp that blows up that way -- and llleap_test.cpp doesn't appear to use coroutines at all. So apparently we've been consuming more address space for ALL viewer coroutines without actually addressing the problem. Reset the default coroutine stack size to where it was before we started bumping it up in response to these llleap_test.cpp stack overflow failures. Note that LLCoros already catches and reports Windows structured exceptions, underscoring that the observed stack overflow is not from within a coroutine. While at it, restore the Windows llleap_test.cpp data volume to match Posix. We think the problem that led to reducing that data volume was an APR bug, which we hope has been fixed. Equip test.cpp, the test driver program for all our TUT unit and integration tests, with a Windows structured exception handler. Try to treat a Windows structured exception as a test failure -- instead of silently terminating with 0xC00000FD. Moreover, when a structured exception occurs, output a stack trace so we can try to track it down.
2024-05-16Fix previous shader float conversionErik Kundiman
The i variable is still used as an integer on the next line.
2024-05-16New Iconsfowlerdm
Added new icons!
2024-05-16Merge tag '7.1.7-release'Erik Kundiman
source for viewer 7.1.7.8974243247
2024-05-16Correcting the display position of the input dialog (#1480)AiraYumi
2024-05-15Merge branch 'release/maint-b' into pipewire-linux-volume-catcherMaki
2024-05-15Add missing newlines at end of fileMaki
2024-05-16Merge branch 'release/materials_featurette' into marchcat/x-mf-mergeAndrey Lihatskiy