summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-06-03Rounded stepper edgefowlerdm
Make stepper clash less with slightly rounded text field
2024-06-03Blufault: misc tweaksfowlerdm
slightly rounded text fields!
2024-06-02Floater background hue adjustmentfowlerdm
Desaturation
2024-06-02More float operands for float operationsErik Kundiman
2024-06-02Revert unnecessary shader operand diff from LL'sErik Kundiman
It's been already casted.
2024-06-02Revert "Prepend avatar skin's matrix palette variable name"Erik Kundiman
This reverts commit 30e33e279b1b2d04951c399f548c3afc3b17fd1b.
2024-06-02sse2neon licence for macOS (for now)Erik Kundiman
Of course.
2024-06-02Shorten creditsErik Kundiman
2024-06-02More float operands for float operationsErik Kundiman
This is so that it doesn't throw a compilation error at runtime for not defining consistently with float values, which would be uncastable on some certain other implementation.
2024-06-02Prepend avatar skin's matrix palette variable nameErik Kundiman
so it wouldn't clash with object skin's when they're used in the same piece of code.
2024-06-01Credits width adjustmentfowlerdm
Special thanks just a little too wide
2024-06-01Adjust credits height valuesfowlerdm
Special thanks needed some more space, and the top portion had too much!
2024-05-31Add support for RequestTaskInventory capabilitySalad Dais
The viewer now prefers to load inventory via the capability rather than over the deprecated Xfer system, though both are still supported.
2024-05-31Blufault: Misc tweaksfowlerdm
Add sutble gloss to tabs, hue-shift steppers, adjust navbar bg & linden dollar background
2024-05-31Clean up floater cornersfowlerdm
Make floater rounded corners more consistent and defined
2024-05-31Add more creditsErik Kundiman
2024-05-30Merge pull request #1393 from secondlife/nat/maint-b-testsnat-goodspeed
Turn on LL_TESTS for Maint B.
2024-05-30Merge branch 'release/maint-b' into nat/maint-b-tests.Nat Goodspeed
2024-05-30Merge branch 'release/maint-b' into nat/catch-test-blown-stack.Nat Goodspeed
Retargeting PR #1496 to Maint B.
2024-05-29 #1581 Only render mirrors when reflection probes are enabled. (#1592)Jonathan "Geenz" Goodman
2024-05-29viewer#1577 Attachments cannot be detached in performance floaterAndrey Kleshchev
attachment list gets filled with object ids, not attachment ids
2024-05-29Remove tinyxpath licence on macOSErik Kundiman
It doesn't seem to be used any more.
2024-05-29Remove some licences on LinuxErik Kundiman
Licences of libraries that are dynamically linked to, or ones that don't seem to be used any more.
2024-05-29viewer#1568 Revert "SL-17597 AV height in Shape dialog IS WRONG"Andrey Kleshchev
This reverts commit f5a7c22cea16b51db12360436ce64c2433a5aa5f to fix viewer#1568.
2024-05-28Merge remote-tracking branch 'origin/main' into release/materials_featuretteBrad Linden
2024-05-28Improvements to mirror probe update rates (#1570)Jonathan "Geenz" Goodman
#1494 Fix for mirror updates getting "stuck" on some faces.
2024-05-28secondlife/viewer#1531: Attempt to fix PBR terrain fragment shader.Cosmic Linden
2024-05-28Fix up llexception.h's cross-platform SEH wrapper.Nat Goodspeed
Introduce AlwaysReturn<void> specialization, which always discards any result of calling the specified callable with specified args. Derive new Windows_SEH_exception from LLException, not std::runtime_error. Put the various SEH functions in LL::seh nested namespace, e.g. LL::seh::catcher() as the primary API. Break out more levels of Windows SEH handler to work around the restrictions on functions containing __try/__except. The triadic catcher() overload now does little save declare a std::string stacktrace before forwarding the call to catcher_inner(), passing a reference to stacktrace along with the trycode, filter and handler functions. catcher_inner() accepts the stacktrace and the three function template arguments. It contains the __try/__except logic. It calls a new filter_() wrapper template, which calls fill_stacktrace() before forwarding the call to the caller's filter function. fill_stacktrace(), in the .cpp file, contains the logic to populate the stacktrace string -- unless the Structured Exception is stack overflow, in which case it puts an explanatory string instead. catcher_inner()'s __except clause passes not only the code, but also the stacktrace string, to the caller's handler function. It wraps the caller's handler function in always_return<rtype>(), where rtype is the type returned by the trycode function. This allows a handler to return a value, while also supporting the void handler case, e.g. one that throws a C++ exception. (This is why we need AlwaysReturn<void>: some trycode() functions are themselves void.) For the dyadic catcher() overload, introduce common_filter() containing the logic to distinguish a C++ exception from any other kind of Structured Exception. The fact that the stacktrace is captured before the filter function is called should permit capturing a stacktrace for a C++ exception as well as for most other Structured Exceptions. As before, the monadic catcher() overload supplies the rethrow() handler, in the .cpp file. Change existing calls from seh_catcher() to LL::seh::catcher().
2024-05-28Make FpsTextColor less dimfowlerdm
Oopsie whoopsie lol
2024-05-28BSDs use system OpenJPEG, Linuxes link staticallyErik Kundiman
Cause 2.5.2 on MacPorts and FBSD ports are safe, while 2.5.0 on Debian/Ubuntu would cause a crash that we stick to LL's 2.5.0.
2024-05-28Revert "Use prebuilt OpenJPEG for now"Erik Kundiman
This reverts commit 0797257992ee7f88456d3083ebf214485b75c139.
2024-05-28Adjust the MP & SL heightsErik Kundiman
so that there isn't wasted space.
2024-05-28Adjust the credits againErik Kundiman
2024-05-28NDOF licence not includedErik Kundiman
We haven't been including the feature. Maybe much later.
2024-05-28Google perftools licence isn't includedErik Kundiman
cause we haven't been using perftools.
2024-05-28Minimise about floater diffs from LL'sErik Kundiman
2024-05-28Bring back cURL & OpenSSL licences to LinuxErik Kundiman
since we're distributing the statically linked ones until the bug with system OpenSSL 3 is resolved.
2024-05-27Adjust RearView offset correctionfowlerdm
meant to set y value to 0.5 instead of 0.7
2024-05-27Make FpsTextColor slightly less brightfowlerdm
Use EmphasisColor_13 instead
2024-05-27Adjust RearView offsetfowlerdm
Place default rear camera further down behind avatar w/ mild offset
2024-05-27floater_about.xml: credits cleanupfowlerdm
add accordion tabs
2024-05-27Add more of observeur's contributionsErik Kundiman
and adjust some more a little bit.
2024-05-27fixed tracker beacon performance issue on apple silicon macsmobserveur
tracking beacon was causing extreme lag on apple silicon macs
2024-05-27added a fps counter in the status barmobserveur
it displays an fps counter on the status bar
2024-05-27Merge pull request #2 from mobserveur/mainErik Kundiman
commented darwin specific code for texture priority
2024-05-27Merge remote-tracking branch 'refs/remotes/origin/main'mobserveur
* refs/remotes/origin/main: new icons again New icons: Sharpened Jolly Roger macOS icon by Secret Foxtail New icons: revision New icon: 1024x1024 New icons Blufault colors.xml: revert HTMLLinkColor New freebsd.png Blufault colors.xml Making FrogGreen blue Blufault: Camera & movement controls
2024-05-26Merge branch 'main' of https://gitlab.com/fowlerdm/megapahit-viewerErik Kundiman
2024-05-25dmg background revisionfowlerdm
blend bottom border better
2024-05-25login_mp_logo update & dmg backgroundfowlerdm
update login logos to reflect new jolly roger icon & stylize dmg background
2024-05-25Jolly Roger macOS volume icon again by fowlerdmErik Kundiman