Commit Graph

50024 Commits (1d8e3e7ab123edcef1d8b7f7a8f0023b2ffb8c51)

Author SHA1 Message Date
Andrey Lihatskiy 6d077c90a0 Merge branch 'main' into DRTVWR-588-maint-W 2024-03-01 17:30:06 +02:00
Nat Goodspeed 701d1a33bb Increment viewer version to 7.1.4
following promotion of secondlife/viewer #673
2024-03-01 10:26:00 -05:00
Nat Goodspeed 1204468415 Merge DRTVWR-489 to main on promotion of Emoji viewer (#673). 2024-03-01 10:23:56 -05:00
Cosmic Linden 0cb9e7f7e5 secondlife/viewer#712: Remember previously set textures/materials when possible. Not persistent. 2024-02-29 16:52:35 -08:00
Cosmic Linden d79498e259 secondlife/viewer#712: More intuitive selection of PBR vs texture terrain, and update dropdown to match 2024-02-29 14:52:55 -08:00
Nat Goodspeed b42e01d7ac Reference updated action-gh-release@v1
instead of the branch that got pulled.
2024-02-28 08:45:12 -05:00
Jonathan "Geenz" Goodman 47cd3cb0ad #681 More generalization of falloff. 2024-02-27 13:46:49 -08:00
Jonathan "Geenz" Goodman 8b374f7333 #681 Make our sampling code for probes a good deal more generic to make sure all probes can benefit from the same blending functions. 2024-02-27 13:18:03 -08:00
Andrey Kleshchev 18ec799992 SL-18721 Shutdown fixes #5 2024-02-27 23:14:44 +02:00
Andrey Kleshchev 44ea949079 Issue#900 Crash at LLInventoryAddItemByAssetObserver 2024-02-27 23:14:44 +02:00
Jonathan "Geenz" Goodman 36b89cb0f9 Merge remote-tracking branch 'origin/main' into geenz/mirrors-quality-pass-1 2024-02-27 12:07:32 -08:00
Jonathan "Geenz" Goodman 7d1e3e08fc
Merge pull request #891 from secondlife/geenz/mirrors-optimization-pass-1
#682  First mirrors optimization pass
2024-02-27 11:09:38 -08:00
Jonathan "Geenz" Goodman ae9d3e719a
Merge branch 'release/materials_featurette' into geenz/mirrors-optimization-pass-1 2024-02-27 11:07:11 -08:00
nat-goodspeed 77b51cf953
Merge pull request #895 from secondlife/relnotes-w
Generate release notes from tag `release` to the built tag.
2024-02-27 10:15:18 -05:00
Andrey Kleshchev 563c35e1b4 Issue#894 Crash at load3 in cacheOptimize 2024-02-27 17:14:03 +02:00
Nat Goodspeed 27b298d8bc Base generated release notes on new floating tag 'release'
instead of on the current tag 7.1.2-release.
2024-02-26 17:05:56 -05:00
Nat Goodspeed 88ebb92f05 Leverage action-gh-release's new previous_tag input.
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.
2024-02-26 15:51:31 -05:00
RunitaiLinden 95e1badaa4
https://github.com/secondlife/jira-archive-internal/issues/71006 Fix for probes going off the rails -- sanity clamp sky glow (#893) 2024-02-26 13:46:39 -06:00
Brad Linden 8b83a6d38e Merge remote-tracking branch 'origin/main' into release/materials_featurette 2024-02-26 11:44:37 -08:00
Nat Goodspeed 4edd78f2e5 Try basing release notes on github.sha rather than github.ref_name. 2024-02-26 13:26:29 -05:00
Nat Goodspeed c6a6db8488 Try basing the GH release on github.ref_name instead of github.ref.
Using github.ref as action-gh-release's target_commitish produces:

⚠️ GitHub release failed with status: 422
[{"resource":"Release","code":"invalid","field":"target_commitish"}]
2024-02-26 12:20:31 -05:00
Nat Goodspeed a908b4cfa9 Try to generate release notes for this specific branch.
Also try to cross-reference release page and build page.
2024-02-26 11:23:47 -05:00
Jonathan "Geenz" Goodman b3283036af #681 Start adding blending boilerplate. 2024-02-26 04:02:09 -08:00
Jonathan "Geenz" Goodman 4ed5b59a60 Make sure to check if we're a hero probe before attempting to register with the hero probe manager. If we're already in the list, this will return false. 2024-02-26 01:34:40 -08:00
Jonathan "Geenz" Goodman 8c79297a89 #682 Further tweak the conservative update mechanism. 2024-02-26 01:21:41 -08:00
Jonathan "Geenz" Goodman 1b8523a7b6 #890 Make sure we're doing the correct distance check.
#682 Improve the conservative update functionality for mirror faces.  Make it attenuate depending on how much the camera is facing that specific cubemap face.
2024-02-26 00:30:44 -08:00
Jonathan "Geenz" Goodman 2ba5449b8b #889 Start removing mDrawable references. These may be null. 2024-02-25 23:38:11 -08:00
Jonathan "Geenz" Goodman 3202587297 #682 Add a low priority path for conservative probe face updates. This will update the "low priority" faces at half of the the probe update rate. Useful for less planar reflection geometry. 2024-02-25 22:52:23 -08:00
Jonathan "Geenz" Goodman 0d38d1bbd6 Merge remote-tracking branch 'origin/release/materials_featurette' into geenz/mirrors-optimization-pass-1 2024-02-23 15:27:29 -08:00
Brad Linden 8415461d2d Merge branch 'brad/avatar_eye_fix' into 'release/materials_featurette' (#883) 2024-02-23 14:43:05 -08:00
Brad Linden 5557254c93 Fix for deferred avatar eyes shader failing to link on Intel GPU. 2024-02-23 14:21:52 -08:00
cosmic-linden 3e48573879
Merge pull request #882 from secondlife/brad/mac_shader_fixes
Fixes for some shader compilation failures on mac.
2024-02-23 14:19:52 -08:00
Brad Linden f1e9d13b99 Fixes for some shader compilation failures on mac.
* conditional compilation should use #ifdef
* layout keywords need to be lowercase
2024-02-23 14:11:31 -08:00
Andrey Kleshchev ae7b318e7f viewer#875 Crash at uri normalization
Note that crash happened when setting LLProgressView::setMessage
2024-02-23 19:18:23 +02:00
Andrey Lihatskiy ae6aa3fc41
Merge branch 'main' into DRTVWR-588-maint-W 2024-02-23 19:16:08 +02:00
Brad Linden 0f2248ea12
Improving issue templates. (#877)
making ordering explicit, and disabling blank issue submission to force
triage label to be set.
2024-02-22 13:01:49 -08:00
cosmic-linden 2ca26ad19a
Merge pull request #869 from secondlife/vi-72
secondlife/viewer-issues#72: Test plan feedback and additional improvements
2024-02-22 08:49:29 -08:00
Vir Linden ffef19843b
Delete .github/ISSUE_TEMPLATE/issue_template.md 2024-02-22 11:28:44 -05:00
Vir Linden b9ac5e8433
Update issue_template.md 2024-02-22 11:26:54 -05:00
Vir Linden e452eeb816
Update issue_template.md 2024-02-22 11:24:55 -05:00
Vir Linden 0ad58e53ea
Merge pull request #873 from secondlife/vir-linden-issue-template
Create issue_template.md
2024-02-22 11:22:43 -05:00
Vir Linden 4b24b0d933
Create issue_template.md
Issue template for the "blank issue" option
2024-02-22 10:28:10 -05:00
Cosmic Linden a1aa0b7c5e secondlife/viewer-issues#72: Test plan feedback and additional improvements 2024-02-21 17:44:01 -08:00
cosmic-linden 6a97433f3b
Merge pull request #849 from secondlife/vi-72
secondlife/viewer-issues#72: Fix material preview making things disappear. General cleanup.
2024-02-21 16:49:04 -08:00
Cosmic Linden fc7abe8cb9 secondlife/viewer-issues#72: More correct interpretation of swapFBORefs 2024-02-21 16:06:11 -08:00
Cosmic Linden ce55ff2e77 secondlife/viewer-issues#72: Add test plan 2024-02-21 15:37:06 -08:00
Cosmic Linden 97f049db3b secondlife/viewer-issues#72: Fix clang warnings (virtual override) 2024-02-21 15:37:06 -08:00
Andrey Kleshchev da0f5ea0b4 Viewer#863 Crash reading xml 2024-02-22 01:36:10 +02:00
Cosmic Linden 589910f445 secondlife/viewer-issues#72: Fix material preview affecting exposure on main screen 2024-02-21 12:53:10 -08:00
Andrey Lihatskiy 6ae83f06d8
Merge branch 'main' into DRTVWR-588-maint-W 2024-02-21 22:01:44 +02:00