Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-10 | Merge remote-tracking branch 'origin/main' into project/gltf_development | Brad Linden | |
2024-06-10 | #1677 Add GLTF extensions serialization and support for KHR_materials_unlit ↵ | Dave Parks | |
(#1686) | |||
2024-06-10 | Increment viewer version to 7.1.9 | Nat Goodspeed | |
following promotion of secondlife/viewer #648: Release/materials featurette | |||
2024-06-10 | Merge release/materials_featurette to main on promotion of secondlife/viewer ↵ | Nat Goodspeed | |
#648: Release/materials featurette | |||
2024-06-10 | Merge pull request #1667 from secondlife/v-1475 | cosmic-linden | |
secondlife/viewer#1475: Add PBR terrain repeats editing | |||
2024-06-10 | secondlife/viewer#1475: Fix whitespace and remove comment | Cosmic Linden | |
2024-06-10 | #1654 generate normals and tangents according to gltf specification (#1662) | Dave Parks | |
* Disable unloading of objects in background. * Add unlit GLTF shader variant | |||
2024-06-07 | secondlife/viewer#1475: Add PBR terrain repeats editing | Cosmic Linden | |
2024-06-07 | #1638 Add permissions checks to GLTF Save As and Upload buttons (#1653) | Dave Parks | |
2024-06-06 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-06 | Merge branch 'main' into DRTVWR-600-maint-A | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake | |||
2024-06-06 | viewer#1641 Show accurate Alpha mode if asset is missing | Andrey Kleshchev | |
2024-06-05 | Attempt to fix intermittent failuresin threadsafeschedule_test (#1623) | Brad Linden | |
2024-06-05 | Ignore SIGHUP from SLPlugin processes. (#1627) | Brad Linden | |
Under rosetta2, terminating SLPlugin child processes that would normally send SIGCHILD seem to be now sending SIGHUP. we should not terminate the viewer in this case. | |||
2024-06-05 | #1527 Improve performance on Apple silicon (#1632) | Dave Parks | |
2024-06-05 | Merge pull request #1634 from secondlife/brad/featurettes-gltf-dev-merge | Brad Linden | |
featurettes gltf dev merge | |||
2024-06-05 | Merge pull request #1639 from secondlife/nat/stack-overflow | nat-goodspeed | |
Make LLLeap iterate over child stdout while read data is pending | |||
2024-06-05 | Make LLLeap iterate over child stdout while read data is pending | Nat Goodspeed | |
instead of using mutual recursion to exhaust the read buffer. | |||
2024-06-04 | Fixup mix->pbr_mix after merge. | Brad Linden | |
2024-06-04 | Merge remote-tracking branch 'origin/release/materials_featurette' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-04 | #989 Fix for blurry terrain on Mac (#1633) | Brad Linden | |
Co-authored-by: Dave Parks <davep@lindenlab.com> | |||
2024-06-04 | #1628 Disable spherical mirror probes for the time being. (#1631) | Jonathan "Geenz" Goodman | |
2024-06-04 | Merge pull request #1630 from secondlife/nat/fix-ftr8-exr | nat-goodspeed | |
Update tinyexr package to package based on secondlife/3p-tinyexr. | |||
2024-06-04 | Update tinyexr package to package based on secondlife/3p-tinyexr. | Nat Goodspeed | |
2024-06-04 | Merge remote-tracking branch 'origin/release/maint-x' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-04 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
project/gltf_development | |||
2024-06-04 | Fix for AMD not being able to load pbrmetallicroughnessV. (#1620) | Jonathan "Geenz" Goodman | |
2024-06-04 | Merge pull request #1626 from ↵ | cosmic-linden | |
secondlife/1614-pbr-materials-exhibit-striationmoiré-patterns-in-specular-highlights 1614 pbr materials exhibit striationmoiré patterns in specular highlights | |||
2024-06-04 | #1614 Fix for moire pattern in specular highlights. Incidental cleanup. | RunitaiLinden | |
2024-06-03 | viewer#1583 [Win] Viewer fails to detect more than 4Gb of video memory | Andrey Kleshchev | |
2024-05-30 | #1596 Fix for GLTF uploads failing after loading from .glb file (#1602) | Dave Parks | |
2024-05-30 | Merge pull request #1599 from secondlife/1597-fix-gltf-orientation-test | cosmic-linden | |
#1597 Fix for some GLTF transforms not loading properly. | |||
2024-05-30 | #1597 Fix for some GLTF transforms not loading properly. | RunitaiLinden | |
Also incidental fix for unreachable code error. | |||
2024-05-29 | #1581 Only render mirrors when reflection probes are enabled. (#1592) | Jonathan "Geenz" Goodman | |
2024-05-29 | #1530 Increase joint limit for GLTF Assets (#1582) | Dave Parks | |
* Migrate GLTF scene rendering to its own shaders * Add support for ambient occlusion map separate from metallic roughness map (or absent) * Use UBO's for GLTF joints * Better error handling of downloading GLTF assets | |||
2024-05-29 | viewer#1497 Gray out some options for Mirror (Everything) | Andrey Kleshchev | |
Ambiance and Near Clip fields for a Mirror probe should be grayed out for Mirror (Everything) | |||
2024-05-29 | viewer#1568 Revert "SL-17597 AV height in Shape dialog IS WRONG" | Andrey Kleshchev | |
This reverts commit f5a7c22cea16b51db12360436ce64c2433a5aa5f to fix viewer#1568. | |||
2024-05-28 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-05-28 | Improvements to mirror probe update rates (#1570) | Jonathan "Geenz" Goodman | |
#1494 Fix for mirror updates getting "stuck" on some faces. | |||
2024-05-28 | Merge pull request #1580 from secondlife/v-1531 | cosmic-linden | |
secondlife/viewer#1531: Attempt to fix PBR terrain fragment shader | |||
2024-05-28 | secondlife/viewer#1531: Attempt to fix PBR terrain fragment shader. | Cosmic Linden | |
2024-05-28 | Remove tinygltf dependency from LL::GLTF (#1541) | Dave Parks | |
* #1535 Image loading/saving support in boost::json driven GLTF parser * #1536 GLB Support in boost::json drvien GLTF parser | |||
2024-05-28 | viewer#1553 Local PBR materials are not applied to the terrain | Andrey Kleshchev | |
2024-05-27 | viewer#1573 Crash at updateMovedList | Andrey Kleshchev | |
According to bugsplat data drawablep is null | |||
2024-05-27 | Try copying the VC++ runtime files from the redistributable package first | Ansariel | |
2024-05-24 | viewer#1552 Bake textures could be applied to terrain textures | Andrey Kleshchev | |
2024-05-24 | Introduce LLWStringView to prevent unnecessary memory allocations | Ansariel | |
2024-05-23 | Merge pull request #1528 from secondlife/brad/merge-maint-a-to-dev | Brad Linden | |
merge maint-a (including maint-x) into gltf_development | |||
2024-05-23 | Merge remote-tracking branch 'origin/project/gltf_development' into ↵ | Brad Linden | |
brad/merge-maint-a-to-dev | |||
2024-05-23 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
brad/merge-maint-a-to-dev |