Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | viewer#1114 Expose max impostors setting in basic graphics preferences | Andrey Kleshchev | |
2024-04-02 | Fix wrong reverts from #958 | Andrey Lihatskiy | |
2024-04-02 | Revert "Do not automatically close issues (#929)" | Andrey Lihatskiy | |
This reverts commit 52945758c479c403f86026f36276d7d805b87af3. | |||
2024-04-02 | Revert "Make signing and symbol posting jobs conditional on secrets." | Andrey Lihatskiy | |
This reverts commit beea0c55dd68a1584300a02333f8be9ffcac0476. | |||
2024-04-02 | Revert "Enclose 'if:' expressions in ${{ ... }}." | Andrey Lihatskiy | |
This reverts commit f738df6c147a84c17f28b8326c5bc1eb54e4519f. | |||
2024-04-02 | Revert "To test for presence of secrets, set environment variables." | Andrey Lihatskiy | |
This reverts commit c83d93becdee899736a121cbb8eae5c0c9d37c09. | |||
2024-04-02 | Revert "Stop requiring BUGSPLAT_USER and BUGSPLAT_PASS in build.sh." | Andrey Lihatskiy | |
This reverts commit 66bf7d6892db950339861a716a78342ba84db746. | |||
2024-04-02 | Revert "Remove gender-based restrictions on shape and physics sliders" | Andrey Lihatskiy | |
This reverts commit 1ebd23ffed912a5c8c94d109f37a2c25cf169523. | |||
2024-04-02 | viewer#1104 Crash at populateFoldersList | Andrey Kleshchev | |
Ensure folder creation callbacks remain alive | |||
2024-04-02 | enable tracy for linux and build fix | AiraYumi | |
2024-04-02 | triage#150 on OSX any file can be chosen for model upload | Andrey Kleshchev | |
2024-04-01 | BUG-134040: Fix broken SOCKS5 proxy | Bennett Goble | |
Second Life's SOCKS5 proxy has been broken on windows for at least six years due to a conflation of milliseconds and microseconds in the APR timeout value used when attempting to ping the proxy. | |||
2024-04-01 | linux build fix | AiraYumi | |
2024-03-27 | viewer#1061 Altitudes are invisible in region's environment | Andrey Kleshchev | |
2024-03-27 | Merge pull request #1063 from secondlife/marchcat/b-merge | Andrey Lihatskiy | |
Merge main into maint B | |||
2024-03-27 | viewer-private#131 landmark panel closes after a rename | Andrey Kleshchev | |
if destination was changed | |||
2024-03-27 | Merge branch 'main' into marchcat/b-merge | Andrey Lihatskiy | |
2024-03-26 | viewer#1016 Incorrect behavior of Physics Shapes rendering | Andrey Kleshchev | |
2024-03-26 | Increment viewer version to 7.1.5 | Nat Goodspeed | |
following promotion of secondlife/viewer #650 | |||
2024-03-26 | Merge GLTF PBR Maint 2 to main. | Nat Goodspeed | |
2024-03-25 | viewer-private#217 Rotate cef log file | Andrey Kleshchev | |
2024-03-25 | viewer-private#216 Viewer fails to rename vivox logs | Andrey Kleshchev | |
2024-03-16 | Merge pull request #980 from secondlife/brad/fix-dependency-deprecations | nat-goodspeed | |
Fix github actions dependency deprecations | |||
2024-03-15 | viewer#970 Fixed param validation warnings | Andrey Kleshchev | |
2024-03-14 | viewer#945 Some worn items are missing from Avatar floater's Outfits tab | Andrey Kleshchev | |
2024-03-12 | Fix github actions dependency deprecations | Brad Linden | |
2024-03-12 | Merge pull request #973 from secondlife/main | Andrey Lihatskiy | |
Merge main into release/maint-b | |||
2024-03-12 | Remove invalid text color parameter from login screen #960 (#972) | nerodevo | |
Removed parameter since 'Remember me' isn't using color emphasis. If emphasis color is desired, then let me know if 'Remember me' should use same color emphasis for consistency. | |||
2024-03-08 | Remove gender-based restrictions on shape and physics sliders | JamesFoxpaws | |
2024-03-08 | Stop 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-08 | To 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-08 | Enclose '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-08 | Make 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-08 | Do not automatically close issues (#929) | Signal Linden | |
Mark issues as stale but do not close them. | |||
2024-03-07 | Merge pull request #935 from secondlife/gh-osbuild | Signal Linden | |
Make signing and symbol posting jobs conditional on secrets. | |||
2024-03-06 | Merge pull request #939 from secondlife/vi-75 | cosmic-linden | |
secondlife/viewer-issues#75: Remove "HTTP Textures" setting in Developer menu | |||
2024-03-06 | secondlife/viewer-issues#75: Remove "HTTP Textures" setting in Developer menu | Cosmic Linden | |
2024-03-05 | Stop 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-05 | To 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-05 | Enclose '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-05 | Make 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-04 | Merge pull request #928 from secondlife/andreyk/issue_54 | Brad Linden | |
Issue #54 LLRender::init crash and SL-17896 | |||
2024-03-04 | Do not automatically close issues (#929) | Signal Linden | |
Mark issues as stale but do not close them. | |||
2024-03-05 | Issue #54 LLRender::init crash | Andrey Kleshchev | |
2024-03-05 | SL-17896 Don't crash silently if files are missing or out of memory | Andrey Kleshchev | |
Under debug LL_ERRS will show a message as well, but release won't show anything and will quit silently so show a notification when applicable. | |||
2024-03-04 | Merge remote-tracking branch 'origin/gh-relnotes' into release/gltf-maint2 | Brad Linden | |
2024-03-01 | Now that viewer-build-util@relnotes has merged to v1, use @v1. | Nat Goodspeed | |
2024-03-01 | Reference updated action-gh-release@v1 | Nat Goodspeed | |
instead of the branch that got pulled. (cherry picked from commit b42e01d7acf5d4c55612c3a7df0e1ff6ee5ed951) | |||
2024-03-01 | Base generated release notes on new floating tag 'release' | Nat Goodspeed | |
instead of on the current tag 7.1.2-release. (cherry picked from commit 27b298d8bc720ff315c8e74cc5bff9ff9ead0552) | |||
2024-03-01 | Leverage action-gh-release's new previous_tag input. | Nat Goodspeed | |
This should (!) allow us to generate full release notes relative to the previous viewer release, instead of letting action-gh-release guess incorrectly. Also try again to add to the release page a back-link to the specific build. (cherry picked from commit 88ebb92f05dade00cc8fc519cc062a458ecd48f2) |