summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-17Bluefault: supporting xmlfowlerdm
XML tweaks to help blufault shine!
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-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-15Reapply "SL-20411 Fix texture preview images not always loading"Erik Kundiman
This reverts commit 956bd1fa85131be204ce023e61f64b2df99b666b.
2024-05-15Reapply "SL-20411 Don't load all thumnails at once for large folders #2"Erik Kundiman
This reverts commit 05475f8cfab81fe70b87b24031a12465cfbf492e.
2024-05-15Reapply "SL-20411 Thumbnail textures should have less of an impact on ↵Erik Kundiman
performance #1" This reverts commit 08f186a700c3fe7976228468f137c920e343bb64.
2024-05-15Float operands for float operationsErik Kundiman
This is so that it doesn't throw a compilation error at runtime for not finding the named function expecting certain operand types, on some certain other implementation.
2024-05-14Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵Nat Goodspeed
Maintenance X
2024-05-10Remove reference and const qualifier from skindirErik Kundiman
This is so it doesn't throw an error about the instance not being able to run the replace function, for example, on a certain platform. If it's found out later that this causes problems, then make it exceptional only for that certain platform.
2024-05-09Bump up coroutine stack size: saw C00000FD test termination.Nat Goodspeed
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7)
2024-05-09Put meshoptimizer licence back for LinuxErik Kundiman
cause at least on Fedora, it's linked statically.
2024-05-09Remove ARB suffix from macros for more portabilityErik Kundiman
2024-05-02Update LLGLTFMaterial tests for changes introduced in SL-20523Brad Linden
also correct member packing to match server side
2024-05-02Convert the detected VRAM on NVIDIA & ATI to MBsErik Kundiman
2024-05-02Correct the GL function used for detecting VRAMErik Kundiman
2024-05-01Remove copyrights of software we don't distributeErik Kundiman
2024-05-01Add some more creditsErik Kundiman
2024-05-01Update licencesErik Kundiman
Add ones that are known to be compiled statically, remove ones that are known to be linked dynamically and which we don't redistribute.
2024-05-01Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-mergeAndrey Lihatskiy
2024-05-01Attempt to detect NVIDIA & ATI VRAMErik Kundiman
Done in a simple way, without checking the GLX extension string.
2024-04-29Adapt llimageworker_test for updated virtual method API.Nat Goodspeed
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf)
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2024-04-26viewer#1308 LLFloaterView::restoreAll CrashAndrey Kleshchev
2024-04-25Adapt llimageworker_test for updated virtual method API.Nat Goodspeed
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf)
2024-04-25Merge tag '7.1.6-release'Erik Kundiman
source for viewer 7.1.6.8745209917
2024-04-24viewer#1309 Handle deprecated avatar properties messagesAndrey Kleshchev
since server still sends those in some cases
2024-04-24Merge branch 'main' into marchcat/x-mergeAndrey Lihatskiy
2024-04-24Increment viewer version to 7.1.7Nat Goodspeed
following promotion of secondlife/viewer #736
2024-04-21Avoid GCC misleading indentation errorsErik Kundiman
2024-04-20Merge tag '7.1.5-release'Erik Kundiman
source for viewer 7.1.5.8443591509
2024-04-20viewer#1290 Fix missing variable reinitializationsAndrey Kleshchev
2024-04-19viewer#1290 Fix snapToMessageHeight crashAndrey Kleshchev
2024-04-19secondlife/viewer#1249 Erratic Emoji Picker BehaviorAlexander Gavriliuk
2024-04-19Revert "SL-20140 Setting shape hand size to 36 won't save"Andrey Lihatskiy
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482)
2024-04-17viewer#1143 Crash at LLReflectionMap::autoAdjustOrigin #2Andrey Kleshchev
2024-04-17Fix typo in settings names (#1257)Ansariel Hiller
2024-04-15CI: adopt xz compressionBennett Goble
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time.
2024-04-15Remove unused fix-incredibuild.pyBennett Goble
2024-04-15Revert "SL-20140 Setting shape hand size to 36 won't save"Andrey Lihatskiy
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482)
2024-04-15Merge branch 'main' into DRTVWR-591-maint-XAndrey Lihatskiy