summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-04viewer#1588 Upload directly to Specified Inventory FolderAndrey Kleshchev
2024-06-03viewer-private#245 The "Voice chat" is truncated on the sliderAndrey Kleshchev
2024-06-01viewer#1595 Add a prompt to confirm deleting an 'auto raplace' listAndrey Kleshchev
But only if there is anything of value in the list
2024-06-01viewer#1594 Add a "Cancel" button to exit the "New List" promptAndrey Kleshchev
And fix infinite loop in replaceList. mLists[search_index] was extending size of the list indefinetely.
2024-05-31viewer#1600 Fixed being unable to delete links to worn objectsAndrey Kleshchev
2024-05-30viewer#1584 Reword the "Arrow keys always move me"Andrey Kleshchev
2024-05-27viewer#1218 Moon beacon can't be toggled when setting is no-modAndrey Kleshchev
Two moon_layout stacks, disabling content of external disabled whole internal stack, not just specific elements. Removed extra stack.
2024-05-24viewer#1408 Change misleading content removal wanringAndrey Kleshchev
2024-05-23viewer-private#240 Restore missing marketplace notificationAndrey Kleshchev
2024-05-23viewer#1400 Allow forcing specific LODs for selectionAndrey Kleshchev
2024-05-23viewer#1400 Show LODs info in Build ToolsAndrey Kleshchev
2024-05-22viewer#1529 Mesh Uploader should permit lowering material countAndrey Kleshchev
2024-05-17Merge pull request #1507 from secondlife/marchcat/c-mergeAndrey Lihatskiy
Main -> Maint C sync
2024-05-17Merge branch 'main' into marchcat/c-mergeAndrey Lihatskiy
2024-05-16Merge pull request #1489 from secondlife/brad/fix-mac-channelBrad Linden
Fix channel detection for mac builds
2024-05-16Merge pull request #1486 from secondlife/brad/workflow-dispatch-releasenat-goodspeed
Experiment with getting manually triggered workflow builds to optionally do a release
2024-05-16Update threejs to use the platform agnostic packageAndrey Lihatskiy
2024-05-16Merge pull request #1462 from secondlife/nat/releaseosnat-goodspeed
Run ReleaseOS builds, but only when a release page is requested.
2024-05-16secondlife/jira-archive-internal#71144 Mouselook no longer allows pitch ↵Alexander Gavriliuk
upwards to full 90 degrees
2024-05-15Fix channel detection for mac buildsBrad Linden
2024-05-15Move all release_run logic into setvar job.Brad Linden
2024-05-15Experiment with getting manually triggered workflow builds to optionally do ↵Brad Linden
a release
2024-05-15Streamline the new workflow `RELEASE_RUN` logic a little.Nat Goodspeed
Since downstream jobs reference the output of the new `setvar` job, instead of directly referencing global `env.RELEASE_RUN`, no need to set `RELEASE_RUN` in the global environment.
2024-05-15Merge branch 'main' into nat/releaseos following Maint X promotionNat Goodspeed
2024-05-15Merge commit 'e7eced3' into nat/releaseos for whitespace fix.Nat Goodspeed
2024-05-15Make env.RELEASE_RUN the empty string if falseNat Goodspeed
not the string "false", which is true.
2024-05-15Can't reference global env in job.if either.Nat Goodspeed
2024-05-15Try to work around workflow YAML env setting limitation.Nat Goodspeed
2024-05-15#1457 Fix the tests on macAndrey Lihatskiy
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd)
2024-05-15Merge pull request #1477 from secondlife/marchcat/x-c-mergeAndrey Lihatskiy
Maint X -> Maint C merge
2024-05-15Mac build fixAndrey Lihatskiy
2024-05-15Merge branch 'release/maint-x' into marchcat/x-c-mergeAndrey Lihatskiy
to pick up mac build fixes
2024-05-15Merge branch 'main' into release/maint-cAndrey Lihatskiy
# Conflicts: # indra/llui/lltexteditor.cpp # indra/newview/llcontrolavatar.cpp
2024-05-15Merge branch 'marchcat/w-whitespace' into release/maint-cAndrey Lihatskiy
2024-05-14Increment viewer version to 7.1.8Nat Goodspeed
following promotion of secondlife/viewer #705: Maintenance X
2024-05-14Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵Nat Goodspeed
Maintenance X
2024-05-14#1457 Fix the tests on macAndrey Lihatskiy
2024-05-14#1457 Temporarily disable the tests to unblock Maint X buildsAndrey Lihatskiy
This reverts commit 4329e95379173a304e91dd0b7513e936aeded380.
2024-05-13Run ReleaseOS builds, but only when a release page is requested.Nat Goodspeed
2024-05-13viewer-private#236 Don't block removal of marketplace foldersAndrey Kleshchev
Marketplace is not visible outside of own floater and that floater will do an extra warning when deleting listings that have additional data.
2024-05-13Merge branch 'main' into DRTVWR-591-maint-XAndrey Lihatskiy
# Conflicts: # autobuild.xml
2024-05-13Merge pull request #1373 from secondlife/marchcat/x-ws-mergeAndrey Lihatskiy
2024-05-11Fix syntax error in build.yaml to enable Windows ReleaseOSNat Goodspeed
2024-05-11Turn on GH Windows ReleaseOS buildNat Goodspeed
2024-05-10Merge pull request #1444 from secondlife/nat/slvoicenat-goodspeed
Update to S3-published GHA build of slvoice.
2024-05-10Reapply slvoice package URLs with autobuild 3.9.5Nat Goodspeed
2024-05-09Bump up coroutine stack size: saw C00000FD test termination.Nat Goodspeed
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7)
2024-05-09Remove `creds=github` from slvoice platform entries.Nat Goodspeed
https://github.com/secondlife/autobuild/issues/46 Also remove temporary `continue-on-error` setting.
2024-05-08Build both platforms on GitHub to help diagnose slvoice URL trouble.Nat Goodspeed
2024-05-07viewer#1195 Don't allow Bake textures as group imagesAndrey Kleshchev