Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-07 | SL-20273 IM, Offer Teleport, Map and Pay SLurls from external browser were ↵ | Andrey Kleshchev | |
blocked | |||
2023-09-05 | SL-20206 Underwater visuals problematic when camera is swung below Z=0 | Alexander Gavriliuk | |
2023-08-31 | Fix CMake CMP0148 deprecation warning introduced with CMake 3.27.4 | Ansariel | |
2023-08-29 | Fix builds using OpenAL | Ansariel | |
2023-08-29 | SL-20205 Clipping of label "Water" | Andrey Kleshchev | |
2023-08-28 | SL-20214 Crash at LLControlAVBridge::updateSpatialExtents | Andrey Kleshchev | |
2023-08-24 | DRTVWR-587 Post-merge build fix | Andrey Lihatskiy | |
2023-08-23 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2023-08-23 | Increment viewer version to 6.6.15 | Vir Linden | |
following promotion of DRTVWR-582 | |||
2023-08-23 | SL-20184 Crash when opening Marketplace Listings Window | Andrey Kleshchev | |
Looks like a bit of code from Inventory Extensions viewer leaked into release. This was supposed to prevent 'folder does not exist' spam as Inventory Extensions does not create folders this way, instead it blocked folder creation. | |||
2023-08-14 | SL-19528 Remove PERMISSION_DEBIT warning (revert recent change) | Alexander Gavriliuk | |
2023-08-04 | SL-20121 Fixed the crash in LLViewerInput::getKeyBindingAsString() | Andrey Lihatskiy | |
2023-08-02 | SL-19528 Remove PERMISSION_DEBIT warning from experience that is Grid and ↵ | Alexander Gavriliuk | |
Privileged | |||
2023-08-01 | SL-18623 LLAvatarRenderInfoAccountant coroutine crash | Andrey Kleshchev | |
For unknown reason allocations of these coroutines often crash on client machines. 1. Limit quantity of coros running in parallel by reducing retries and wait time 2. Print out more diagnostic info | |||
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 | 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 | 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-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 | 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-21 | replaces deprecated (since 10.12) reference to NSAnyEventMask with the ↵ | Lars Næsbye Christensen | |
replacement NSEventMaskAny. Functionality unaltered. | |||
2023-07-20 | SL-19948 Update estate manager and ban list limits to match new values from ↵ | Andrey Lihatskiy | |
simulator | |||
2023-07-18 | Merge pull request #280 from secondlife/dispatch-maint-v2 | nat-goodspeed | |
Major improvements to LLLeap functionality | |||
2023-07-18 | Fixes for compatibility with new xcode 15 beta for any viewer branch after ↵ | Brad Linden | |
DRTVWR-577 (#232) | |||
2023-07-18 | SL-19891 Make sure focusable elements clear focus on destruction | Andrey Kleshchev | |
2023-07-17 | Merge pull request #285 from secondlife/marchcat/SL-19669 | marchcat-pe | |
INTL-490 Japanese Translation Update | |||
2023-07-17 | Merge branch 'main' (DRTVWR-580) into DRTVWR-587-maint-V | Andrey Kleshchev | |
2023-07-17 | Merge branch 'DRTVWR-580-maint-T' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
2023-07-17 | Merge branch 'main' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/llcommon/llerrorthread.cpp | |||
2023-07-17 | Increment viewer version to 6.6.14 | Nat Goodspeed | |
following promotion of DRTVWR-580 | |||
2023-07-17 | SL-19995 FIXED The context menu is not fully displayed for the navigation bar | Maxim Nikolenko | |
2023-07-17 | SL-19306 A method of displaying user-customized keybindings in user-visible text | Andrey Kleshchev | |
2023-07-15 | SL-20011 Restrict 'Empty Trash' if objects are attached | Maxim Nikolenko | |
2023-07-14 | Fix some spacing | Roxie Linden | |
2023-07-13 | SL-20009 - race condition - calling cards could be created without name | Roxie Linden | |
This happens when a calling card is created before the name is in the name cache. | |||
2023-07-13 | DRTVWR-558: Constrain LL::apply()'s use of std::apply(). | Nat Goodspeed | |
Once std::apply() becomes available, 'using std::apply;' isn't correct because the more general template tries to handle the apply(function, vector) case that we explicitly implement below. Have to provide apply(function, tuple) and apply(function, array) signatures that can forward to std::apply(). | |||
2023-07-13 | DRTVWR-558: Fix a few lleventdispatcher_test merge glitches. | Nat Goodspeed | |
2023-07-13 | DRTVWR-587: Merge branch 'DRTVWR-587-maint-V' into dispatch-maint-v2 | Nat Goodspeed | |
2023-07-13 | DRTVWR-558: Avoid extra copy of getMetadata() LLSD map. | Nat Goodspeed | |
(cherry picked from commit 2c1253c8ed2a1648317e6edd768b3fda00c56ce2) |