summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-19Revert "SL-20140 Setting shape hand size to 36 won't save"Andrey Lihatskiy
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482)
2024-04-18viewer#1260 Fix thumbnail preview not loadingAndrey Kleshchev
Standard and scaled textures couldn't share workers and if one finished a request, second one failed to start a new one.
2024-04-18viewer#1260 Fix thumbnail preview being bluryAndrey Kleshchev
1. Switched 'inspect' to thumbnails to minimalize differences 2. Reporting larger area to bump priority 3. Change scaling behavior. Old mechanics worked fine for icons that were scaled down from large images to ~32, but for thumbnails it can result in 256 image scaling down to ~200 before being scaled up to UI's scale (scale factor), causing extra loss of quality.
2024-04-17SL-18721 Window shutdown adjustmentsAndrey Kleshchev
On viewer shutdown 1. Instead of handling potential WM_* messages viewer is no longer equiped to handle drop window's pointer and expect only WM_DESTROY 2. Detach thread and let it do its own thing, thread will delete itself 3. Reverts commit 1161262029f9619fb02d81575382b64d82d9cd09 Reason for the change: window was closing too early (as son as "LLApp" status changes) without proper cleanup
2024-04-17viewer#1216 Library settings can be deleted via My EnvironmentsAndrey Kleshchev
2024-04-16Fix bad copypasting of code, hopefully for good this timeKyler Eastridge
2024-04-16Cleaned up code a bit, fixed issue with referencing effectp instead of avatarKyler Eastridge
2024-04-16Remove animesh networked skeleton reset for nowKyler Eastridge
2024-04-16Make it so that reset skeleton is a networked ViewerEffectKyler Eastridge
2024-04-16viewer#1215 My Environments' trash button is missing a notificationAndrey Kleshchev
2024-04-15viewer#1213 My Environments 'Apply' buttons enabled for foldersAndrey Kleshchev
2024-04-15Merge pull request #1237 from secondlife/marchcat/c-mergeAndrey Lihatskiy
Marchcat/c merge
2024-04-15Merge branch 'main' into marchcat/c-mergeAndrey Lihatskiy
2024-04-15CI: adopt xz compressionBennett Goble
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time.
2024-04-15CI: Remove python-version from matrixBennett Goble
Drop python version from matrix configuration as it's always 3.11.
2024-04-15Remove unused fix-incredibuild.pyBennett Goble
2024-04-15Remove BuildParamsBennett Goble
This file is no longer used.
2024-04-15viewer#1195 Real Life photo can be set to a bake textureAndrey Kleshchev
2024-04-12Merge pull request #1198 from secondlife/signal/xzSignal Linden
CI: adopt xz compression, actions/*-artifact@v4
2024-04-11CI: adopt xz compressionBennett Goble
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time.
2024-04-11Merge pull request #1197 from secondlife/signal/rm-incredibuild.pySignal Linden
Remove unused fix-incredibuild.py
2024-04-11Merge pull request #1095 from secondlife/signal/rm-buildparamsSignal Linden
Remove BuildParams
2024-04-11Merge pull request #1199 from secondlife/signal/rm-py-matrixSignal Linden
CI: Remove python-version from matrix
2024-04-11CI: Remove python-version from matrixBennett Goble
Drop python version from matrix configuration as it's always 3.11.
2024-04-10Remove unused fix-incredibuild.pyBennett Goble
2024-04-11triage#171 Sometimes conversation.log remains emptyAndrey Kleshchev
2024-04-11triage#170 Fix 'Clear log' button having incorrect stateAndrey Kleshchev
1. onClear should clear file even if in 'don't log' state. 2. When chat isn't logging, check presence of old log by checking file.
2024-04-10Merge pull request #1177 from secondlife/marchcat/c-mergeAndrey Lihatskiy
Release (Maint W) -> Maint C merge
2024-04-10Merge branch 'main' into marchcat/c-mergeAndrey Lihatskiy
# Conflicts: # indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml
2024-04-10triage#166 Select 'No Description' when clicking on a text fieldAndrey Kleshchev
Default value should be selected for replacement
2024-04-09Increment viewer version to 7.1.6Nat Goodspeed
following promotion of secondlife/viewer #690
2024-04-09triage#162 "Away" status is removed even by a random hoverAndrey Kleshchev
instead of having a 10 second delay to 'confirm' activity
2024-03-30Remove BuildParamsBennett Goble
This file is no longer used.
2024-03-27Merge remote-tracking branch 'origin/main' into DRTVWR-588-maint-WAndrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml
2024-03-26Increment viewer version to 7.1.5Nat Goodspeed
following promotion of secondlife/viewer #650
2024-03-26Merge GLTF PBR Maint 2 to main.Nat Goodspeed
2024-03-24viewer#1033 Crash at syncFloaterTabOrderAndrey Kleshchev
2024-03-24Revert "SL-20416 Fix Crash Report 1409376 (update)"Andrey Kleshchev
This reverts commit cc43f42e6b7401c2cdd3204a16f757f5169bd95b.
2024-03-16Merge pull request #980 from secondlife/brad/fix-dependency-deprecationsnat-goodspeed
Fix github actions dependency deprecations
2024-03-15SL-18721 Restore release behaviorAndrey Kleshchev
Closing window correctly caused a significant amount of logout freezes with no known reproes. Temporarily returning to old behavior were thread was killes without closing window and will reenable in later maints to hopefully get a scenario or at least more data of what is causing the freeze.
2024-03-12Fix github actions dependency deprecationsBrad Linden
2024-03-09Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-03-07Merge pull request #935 from secondlife/gh-osbuildSignal Linden
Make signing and symbol posting jobs conditional on secrets.
2024-03-05Stop requiring BUGSPLAT_USER and BUGSPLAT_PASS in build.sh.Nat Goodspeed
The build step no longer needs these variables at all: they're used in a subsequent workflow job.
2024-03-05To test for presence of secrets, set environment variables.Nat Goodspeed
From https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow : "Secrets cannot be directly referenced in if: conditionals. Instead, consider setting secrets as job-level environment variables, then referencing the environment variables to conditionally run steps in the job."
2024-03-05Enclose 'if:' expressions in ${{ ... }}.Nat Goodspeed
The previous construct produced: Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_KEY_VAULT_URI && ...
2024-03-05Make signing and symbol posting jobs conditional on secrets.Nat Goodspeed
Specifically, when secrets aren't available (e.g. for external PRs), skip the affected steps.
2024-03-04Merge pull request #928 from secondlife/andreyk/issue_54Brad Linden
Issue #54 LLRender::init crash and SL-17896
2024-03-04Do not automatically close issues (#929)Signal Linden
Mark issues as stale but do not close them.
2024-03-05Issue #54 LLRender::init crashAndrey Kleshchev