Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-28 | SL-18399 'DisableCameraConstraints' debug setting is not working on RC | Alexander Gavriliuk | |
2023-07-28 | DRTVWR-587: Use [[noreturn]] attribute on callFail() methods | Nat Goodspeed | |
that unconditionally return. This eliminates the problem of pacifying a compiler that expects a return statement vs. a compiler that detects that callFail() unconditionally throws. Thanks, Ansariel. | |||
2023-07-27 | DRTVWR-587: Skip some tests that only fail with older Visual Studio | Nat Goodspeed | |
2023-07-27 | SL-20053: Fix sometimes unable to unset a PBR material on a prim. | Cosmic Linden | |
Caused by inventory item asset IDs being null. Seems suspicious. But working around it for now seems best. | |||
2023-07-27 | DRTVWR-587: Make LLSDParam<LLSD> simplify type when delegating. | Nat Goodspeed | |
LLSDParam<LLSD> is the generic case, when we need to pass LLSDParam adapters to some set of function parameters whose types we don't specifically know. Its templated conversion operator notices the actual parameter type T and delegates conversion to the specific LLSDParam<T> specialization. But when T has picked up references, e.g. somewhere along the way in the LL::apply() machinery, the compiler might not choose the desired conversion because we don't have a sufficiently specific LLSDParam specialization. LLSDParam<LLSD> can address that by using std::decay_t<T> when delegating to the specific LLSDParam specialization. This removes references, const and volatile. | |||
2023-07-27 | SL-18396 PBR and blinn phong should not be allowed to be edited together | Andrey Kleshchev | |
2023-07-27 | SL-19958 An inventory material without asset should default to a blank ↵ | Andrey Kleshchev | |
material #2 | |||
2023-07-27 | DRTVWR-587: Disable LazyEventAPI tests on TeamCity Macs. | Nat Goodspeed | |
There's a limit to how much time it's worth trying to work around a compiler bug that's already been fixed in newer Xcode. | |||
2023-07-27 | DRTVWR-587: Try harder to work around clang bug. | Nat Goodspeed | |
2023-07-27 | DRTVWR-587: Try to work around clang bug. | Nat Goodspeed | |
2023-07-27 | DRTVWR-587: Revert "Try again to address older clang difficulties." | Nat Goodspeed | |
That wasn't the issue. This is a compiler bug: https://github.com/llvm/llvm-project/issues/41999 https://stackoverflow.com/q/57080425 https://bugs.llvm.org/show_bug.cgi?id=42654 This reverts commit c406fa7ae97441d1d6e0ea6727c42c8f978fabed. | |||
2023-07-27 | DRTVWR-587: Try again to address older clang difficulties. | Nat Goodspeed | |
2023-07-27 | DRTVWR-587: Tweak LazyEventAPIBase::add() to mollify clang. | Nat Goodspeed | |
Both the previous version and this compile and run successfully with Xcode 14.3.1, but our older TeamCity compiler chokes -- so we must iterate remotely, sigh. | |||
2023-07-27 | SL-18720 getDataBegin() and stateSort() crashes | Andrey Kleshchev | |
No repro, but likely cause is in mOctreeNode being NULL. Marked octree group as dead when destroyed and added isDead verification | |||
2023-07-27 | SL-20080 Show warning message when selecting a non square texture for thumbnails | Mnikolenko Productengine | |
2023-07-27 | SL-18619 Eyes not rendering in Shape floater thumbnails | Alexander Gavriliuk | |
2023-07-26 | DRTVWR-587: Move constexpr arity into lambda that uses it. | Nat Goodspeed | |
VC doesn't recognize that a constexpr name doesn't need to be bound into a lambda. However, since it's knowable at compile time, it can be deduced within the innermost lambda. (cherry picked from commit 37c3daff1a565eaafee691dfb57702b6b8f024d6) | |||
2023-07-26 | SL-18619 Eyes not rendering in Shape floater thumbnails | Alexander Gavriliuk | |
2023-07-26 | SL-20049 Don't show selection beam when attempting to drag avatar | Andrey Kleshchev | |
2023-07-25 | SL-20068 Selecting from texture picker for thumbnail does not assign thumbnail | Andrey Kleshchev | |
2023-07-25 | DRTVWR-559 Fix for depth of field causing alpha objects to poke holes in water. | RunitaiLinden | |
2023-07-25 | DRTVWR-587: Pacify VS 2022 specifically. | Nat Goodspeed | |
2023-07-25 | SL-18058 Updated profile picture not shown in Conversation floater | Andrey Kleshchev | |
2023-07-24 | update DejaVu Fonts to 2.37, including LICENSE | Lars Næsbye Christensen | |
2023-07-24 | Merge pull request #300 from larsnaesbye/main | nat-goodspeed | |
Replace deprecated event mask call (macOS) | |||
2023-07-22 | SL-20045 Texture picker should apply the exact texture inventory item | Andrey Kleshchev | |
2023-07-21 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-07-21 | SL-20010 Make reflection probes ignore touch actions. | RunitaiLinden | |
2023-07-21 | SL-18837: Merge branch 'main' of secondlife/viewer into actions | Nat Goodspeed | |
2023-07-21 | SL-20040 Fix selection callback | Andrey Kleshchev | |
2023-07-21 | replaces deprecated (since 10.12) reference to NSAnyEventMask with the ↵ | Lars Næsbye Christensen | |
replacement NSEventMaskAny. Functionality unaltered. | |||
2023-07-21 | SL-20047 Indicate when gallery items are being cut | Andrey Kleshchev | |
2023-07-21 | SL-20040 Fix selection and context menu issues | Andrey Kleshchev | |
2023-07-20 | SL-20043 notification shouldn't persist between sessions | Mnikolenko Productengine | |
2023-07-20 | SL-20042 remove extra space from the message text | Mnikolenko Productengine | |
2023-07-20 | SL-19948 Update estate manager and ban list limits to match new values from ↵ | Andrey Lihatskiy | |
simulator | |||
2023-07-19 | Merge pull request #296 from secondlife/SL-20036 | cosmic-linden | |
SL-20036: Set probe ambiance to 0 for legacy midday | |||
2023-07-19 | SL-20036: Set probe ambiance to 0 for legacy midday | Cosmic Linden | |
2023-07-19 | SL-20015 wait for the outfit items to load before wearing it | Maxim Nikolenko | |
2023-07-19 | DRTVWR-559 Fix for shadows not respecting double sided on opaque PBR surfaces | RunitaiLinden | |
2023-07-19 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-07-19 | SL-19977 Fix for glow not getting applied to both sides of double sided alpha | RunitaiLinden | |
2023-07-18 | Merge pull request #292 from secondlife/brad/DRTVWR-559-xcode-14.3 | Brad Linden | |
Merge xcode-14.3 compatibility branch into DRTVWR-559 | |||
2023-07-18 | Merge remote-tracking branch 'origin/xcode-14.3' into DRTVWR-559 (#292) | Brad Linden | |
2023-07-18 | Merge pull request #291 from secondlife/SL-20018 | cosmic-linden | |
SL-20018: Fix PBR glow affected by Blinn-Phong alpha | |||
2023-07-18 | SL-20018: Fix PBR glow affected by Blinn-Phong alpha | Cosmic Linden | |
2023-07-18 | SL-5161 SL-20025 Unref volume | Andrey Kleshchev | |
2023-07-18 | SL-18837: Try waiting a couple seconds before hdiutil detach | Nat Goodspeed | |
to try to avoid "Resource busy" errors from hdiutil. | |||
2023-07-18 | SL-19953 Change label of alpha value in GLTF material editor to "Alpha" | RunitaiLinden | |
2023-07-18 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |