summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-05Reverted changes to installer_template.msi introduced by PR #259Andrey Kleshchev
Changes do not appear to add anything sans mac's line ending which triggers coding policy protection and shouldn't be present in window's installer file.
2023-07-03SL-19929 New inventory feature notification should appear on topAndrey Kleshchev
2023-07-01SL-19914 Inventory gallery Tab support #3Andrey Kleshchev
Don't try to select something if we are waiting for an item
2023-07-01SL-19914 Inventory gallery Tab support #2Andrey Kleshchev
2023-06-30Merge pull request #259 from secondlife/contribute-frozennat-goodspeed
Merge ReleaseOS build into Maint U
2023-06-30SL-18837: Unset AUTOBUILD_CONFIGURATION.Nat Goodspeed
We suspect that autobuild incorrectly prioritizes AUTOBUILD_CONFIGURATION over its command-line -c switch. The autobuild command to build the TPV package for llphysicsextensions specifies -c Tpv (the configuration in the specified config file), but with AUTOBUILD_CONFIGURATION=Release set, autobuild fails: "ERROR: no configuration for build configuration 'Release' found"
2023-06-30SL-18837: Revert "Install autobuild from source repo, not PyPI."Nat Goodspeed
That doesn't seem to be the distinction between TC builds and GH builds. Instead, we'll try unsetting AUTOBUILD_CONFIGURATION. This reverts commit d62e7039dafe4a49d548225203785eeda0eeb44a.
2023-06-30SL-19938 Make sure marketplace removes empty folder it automatically moved ↵Andrey Kleshchev
items from when folder was recreated into stock fodler
2023-06-30SL-19929 Picker's warning small adjustmentAndrey Kleshchev
2023-06-29SL-19929 New inventory feature notificationAndrey Kleshchev
2023-06-29SL-18837: Install autobuild from source repo, not PyPI.Nat Goodspeed
Bug in autobuild 3.9.2? The TC viewer build can successfully build llphysicsextensions/autobuild-tpv.xml, but the previous GH actions build failed: "no configuration for Release found" despite -c Tpv. The difference seems to be that we used 'pip3 install autobuild' from PyPI, whereas the TC buildscripts setup clones secondlife/autobuild branch v3 and installs from that repo.
2023-06-29SL-18837: Temporarily suppress Windows builds; add finalize functionNat Goodspeed
Also pretend novel arch value MINGW6 is really CYGWIN so we'll recognize it.
2023-06-29SL-19932 FIXED Drag and drop or paste of new item in existing marketplace ↵Maxim Nikolenko
entry does not work
2023-06-29SL-19928 Make thumbnail selection failures more user friendlyAndrey Kleshchev
2023-06-28SL-18837: Make LLVersionInfo::getBuild() S64 for GitHub run IDs.Nat Goodspeed
2023-06-28SL-18837: Don't try to engage git-hooks explicitly at all.Nat Goodspeed
2023-06-28SL-18837: git-hooks no longer has requirements.txt?Nat Goodspeed
2023-06-28SL-18837: Get buildscripts_support_functions from sling-buildscriptsNat Goodspeed
and use these variants for GitHub builds.
2023-06-28SL-18837: Don't fetch (unmigrated) build-secrets, use GH secrets.Nat Goodspeed
2023-06-28DRTVWR-582: Merge branch DRTVWR-582-maint-U into contribute-frozenNat Goodspeed
to resolve conflicts in installer_template.nsi
2023-06-28SL-18837: Include actions-build-sh branch in build trigger pushes.Nat Goodspeed
2023-06-28SL-19923 FIXED Unable to drag and drop items from Library in Gallery modeMaxim Nikolenko
2023-06-27SL-18837 improvements suggested by code reviewBrad Linden
2023-06-28SL-19572 Fix some obscure cases of residents bypasing mute listAndrey Kleshchev
2023-06-27SL-18837: Try doing necessary setup to run viewer's own build.sh.Nat Goodspeed
2023-06-27SL-19274 Update 'switch view' labelAndrey Kleshchev
2023-06-27SL-19924 Update profile type namesAndrey Kleshchev
2023-06-27SL-18629 Fixed missed case of unpacking metadataAndrey Kleshchev
2023-06-27SL-19815 Fix missed 'handled' flagsAndrey Kleshchev
2023-06-27SL-19904 Outfit gallery keyboard supportAndrey Kleshchev
2023-06-26SL-19918 "Save as" menu item is missing for textures in Gallery viewMaxim Nikolenko
2023-06-26mac build fixMaxim Nikolenko
2023-06-24SL-19604 Fix gallery view having huge ident at the bottomAndrey Kleshchev
2023-06-24SL-19805 Fix touch handling logicAlexander Gavriliuk
2023-06-23SL-19805 Follow-up fixAndrey Lihatskiy
2023-06-23SL-19914 Inventory gallery Tab supportAndrey Kleshchev
2023-06-23SL-18837 fixes for test failures.Brad Linden
VERSION_BUILD is now too big to fit in 32 bits, and cpuid doesn't do what we expect under rosetta
2023-06-23SL-19805 Second Life Viewer last update made invisible parts visibleAlexander Gavriliuk
2023-06-23SL-19912 allow drag-n-drop items from Object's content to the GalleryMaxim Nikolenko
2023-06-21SL-19898 FIXED Contents purchased from items do not show in Recent Items ↵Maxim Nikolenko
until selecting folder
2023-06-21SL-19692 Z Offset is applied twice in MouselookAlexander Gavriliuk
2023-06-20SL-19860 Fixed messages from muted objects being shown upon loginAndrey Kleshchev
2023-06-20SL-19892 add missing menu items for Landmarks in Gallery viewMaxim Nikolenko
2023-06-20SL-18977 Borders of inventory view in inventory floater seem to be cut a bitAlexander Gavriliuk
2023-06-19SL-19885 add sorting by date for Gallery viewMaxim Nikolenko
2023-06-19SL-19686 Slight menu optimizationAndrey Kleshchev
Add and Replace elements aren't displayed for system folders yet take a while to look for worn items through whole inventory.
2023-06-19SL-19888 Fix flat list loading partiallyAndrey Kleshchev
2023-06-19SL-19686 Fix gallery causing lagsAndrey Kleshchev
2023-06-17SL-19886 Fix onidle crash after closing inventory floaterAndrey Kleshchev
2023-06-16SL-19863 FIXED Items are not copied when attempting to paste into gallery modeMaxim Nikolenko