Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20080 Show warning message when selecting a non square texture for thumbnails | Mnikolenko Productengine | |
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-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 | SL-20054 Update contributions.txt | Andrey Lihatskiy | |
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-18837: Use 'needs' context, not 'jobs' context | Nat Goodspeed | |
in release job to reference outputs from the build job. Also mark the release as prerelease, and fail the release action if we still can't find the files we're trying to post. | |||
2023-07-22 | SL-18837: Try posting build.yaml step outputs as job outputs. | Nat Goodspeed | |
2023-07-22 | SL-20045 Texture picker should apply the exact texture inventory item | Andrey Kleshchev | |
2023-07-21 | SL-18837: Tags can't have spaces or colons. Look for valid ones. | Nat Goodspeed | |
2023-07-21 | SL-18837: Try triggering GH release for tag like "Second Life "... | Nat Goodspeed | |
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 | SL-19854: Update bugsplat to release v1.0.7-527603a. | Nat Goodspeed | |
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-19948 Update estate manager and ban list limits to match new values from ↵ | Andrey Lihatskiy | |
simulator | |||
2023-07-19 | SL-20015 wait for the outfit items to load before wearing it | Maxim Nikolenko | |
2023-07-18 | SL-19854: Update bugsplat to release v1.0.7.86a960a. | Nat Goodspeed | |
2023-07-18 | SL-19854: Ensure BugSplat credentials are exported. | Nat Goodspeed | |
2023-07-18 | SL-18837: Use secondlife -3p/action-gh-release | Nat Goodspeed | |
instead of the original softprops/action-gh-release repo, because organization rules forbid directly using the softprops repo. | |||
2023-07-18 | SL-18837: Try to post installer and metadata for GH viewer release. | Nat Goodspeed | |
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-18837: Re-delete redundant matrix.include python-version. | Nat Goodspeed | |
This clarifies that the matrix.include entry is intended to supplement an existing runner configuration, rather than adding a new configuration for the same runner. | |||
2023-07-18 | SL-18837: Merge branch 'actions' into actions-build-sh | Nat Goodspeed | |
2023-07-18 | Merge pull request #280 from secondlife/dispatch-maint-v2 | nat-goodspeed | |
Major improvements to LLLeap functionality | |||
2023-07-18 | SL-18837: Detect msys bash as well as cygwin for native_path et al. | Nat Goodspeed | |
2023-07-18 | SL-18837: Conditionally upload llphysicsextensions-tpv package | Nat Goodspeed | |
but only when building viewer-private. Also re-fix SL-19942 workaround by deleting AUTOBUILD_CONFIGURATION before trying to build llphysicsextensions-tpv. | |||
2023-07-18 | SL-18837: Ditch inactive llrand.cpp LL_USE_SYSTEM_RAND code. | Nat Goodspeed | |
LL_USE_SYSTEM_RAND has been disabled since June 2008; that code only clutters the implementation we actually use. | |||
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 | SL-18837: Lowercasing pathname for string compare is Windows-only. | Nat Goodspeed | |
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-567 | Andrey Kleshchev | |
# Conflicts: # indra/llui/llfolderviewitem.cpp # indra/newview/llinventorymodel.cpp # indra/newview/llinventorymodelbackgroundfetch.cpp | |||
2023-07-17 | SL-18837: Clean up some redundancy in llrand.cpp. | Nat Goodspeed | |
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-18837: Merge branch 'actions' into actions-build-sh | Nat Goodspeed | |
2023-07-17 | Merge pull request #242 from secondlife/brad/actions | nat-goodspeed | |
SL-18837 set build id based on github workflow run id |