summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-07Merge remote-tracking branch 'origin/main' into release/gltf-maint2Brad Linden
2024-02-05SL-20669 Fix white uuidAndrey Kleshchev
2024-02-02Merge pull request #725 from secondlife/andreyk/issue_26cosmic-linden
Issue #26 Support texture drop onto PBR materials
2024-02-02Issue #26 Support texture drop onto PBR materialsAndrey Kleshchev
2024-02-01Merge pull request #702 from secondlife/signal/reduce-buildsVir Linden
build.yaml: Build shared branches
2024-01-31build.yaml: Build shared branchesBennett Goble
We're currently building every single commit pushed to Github. This is racking up $20k in build charges a month and is generally superfluous. This changeset alters build triggers so that builds automatically run if they are committed to a **shared branch**: - `release/*` - A release stabilization branch - `project/*` - A project viewer branch - `main/*` - The default/stable branch PR commits are also automatically built. ...need to build another commit? Developers can trigger one using a manual workflow run.
2024-01-30Merge pull request #704 from secondlife/andreyk/issue_24cosmic-linden
Issue #24 GLTF material disappears from object playing media
2024-01-31Issue #24 GLTF material disappears from object playing mediaAndrey Kleshchev
Check texture type, if media is stopped, it won't be a MEDIA_TEXTURE
2024-01-30Issue #696 RenderResolutionDivisor no longer worksAndrey Kleshchev
resizeScreenTexture works if gResizeScreenTexture is true or render target was resized
2024-01-30Merge pull request #692 from secondlife/vir-linden-issue-templates-1Vir Linden
Update enhancement.md
2024-01-29Merge pull request #693 from secondlife/vir-linden-issue-templatesVir Linden
Update bug.yaml
2024-01-29Update enhancement.mdVir Linden
2024-01-29Update bug.yamlVir Linden
2024-01-29Merge pull request #688 from secondlife/signal/contributorsVir Linden
Add a basic CONTRIBUTING.md
2024-01-29Merge pull request #666 from secondlife/issue_templatesVir Linden
Issue templates
2024-01-26Add a basic CONTRIBUTING.mdBennett Goble
Provide basic instructions in-repository for contributing to Second Life.
2024-01-26SL-20669 Fix missed uuidAndrey Kleshchev
2024-01-24Create enhancement.mdRunitaiLinden
2024-01-24Create bug.yamlRunitaiLinden
2024-01-24SL-20669 Force blank normal id into a local blank normal textureAndrey Kleshchev
Dataserver's version has compression artifacts
2024-01-24SL-20669 Move constants out of settings.xmlAndrey Kleshchev
UIImgInvisibleUUID doesn't exist Default normal for material is 'null'
2024-01-23Create test plan for optimizeAwayAlpha (#663)RunitaiLinden
2024-01-19Merge pull request #596 from secondlife/DRTVWR-601-gha-libsnat-goodspeed
Update mikktspace, tinygltf, vulkan_gltf packages to GHA builds.
2024-01-19DRTVWR-601: Merge branch 'release/gltf-maint2' into DRTVWR-601-gha-libsNat Goodspeed
2024-01-17SL-18429 Make it so auto adjusting legacy skies merely turns on tonemapping.RunitaiLinden
2024-01-16SL-20669 Material editor uses incorect blank normal mapsAndrey Kleshchev
2024-01-16Fix failure to optimize away alpha channel on some GLTF upload paths (#606)Rye Mutt
Co-authored-by: RunitaiLinden <davep@lindenlab.com>
2024-01-16Undo re-ordering of autobuild.xml (#638)Ansariel Hiller
2024-01-12Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden
2024-01-12DRTVWR-601 Fix for Tracy instrumentation (Tracy doesn't play nice with ↵RunitaiLinden
coroutines).
2024-01-12SL-20629 Fix Probe ambiance being displayed as 0 when it isn'tAndrey Kleshchev
And hide warning when it's already 0
2024-01-12SL-20629 Fix first opened legacy env displaying probe ambience as '1'Andrey Kleshchev
2024-01-10Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden
2024-01-10SL-20704 Fix for pathfinding debug display not working.RunitaiLinden
2024-01-09Merge pull request #624 from secondlife/andreyk/SL-19555cosmic-linden
SL-19555 Fix picker failing to highlight default material in inventory
2024-01-10SL-19555 Fix picker failing to highlight default material in inventoryAndrey Kleshchev
2024-01-09SL-20780 Clean up some dead code.RunitaiLinden
2024-01-08Merge remote-tracking branch 'origin/main' into DRTVWR-601Brad Linden
2024-01-08Increment viewer version to 7.1.3Nat Goodspeed
following promotion of DRTVWR-596
2024-01-05SL-20748 Fix library materials not being previewable on an objectAndrey Kleshchev
2023-12-20DRTVWR-601: Merge branch 'DRTVWR-601' into DRTVWR-601-gha-libsNat Goodspeed
2023-12-20DRTVWR-601: Update xxhash common platform to GHA build.Nat Goodspeed
Remove identical platform-specific package references.
2023-12-19Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden
2023-12-19SL-20754 Modify default midday to be a better approximation of Cloud Layers ↵RunitaiLinden
HDRI (addresses blue sheen).
2023-12-19SL-20611 Followup -- fix for water haze artifacts on fullbright objects ↵Dave Parks
above water.
2023-12-18DRTVWR-601: Use viewer-build-util/which-branch to determine branch.Nat Goodspeed
2023-12-18DRTVWR-601: Update mikktspace, tinygltf, tracy, vulkan_gltf, xxhashNat Goodspeed
to latest GitHub builds. Some of these were still referencing codeticket builds produced by TeamCity.
2023-12-18DRTVWR-601: Make autobuild set vcs_url, vcs_branch, vcs_revisionNat Goodspeed
in viewer's autobuild-package.xml. Ensure that AUTOBUILD_VCS_BRANCH is set before the build.
2023-12-18DRTVWR-601: Merge branch 'DRTVWR-601' into DRTVWR-601-gha-libsNat Goodspeed
2023-12-18DRTVWR-601: fix source nanny complaint about VIEWER_VERSION.txt EOLNat Goodspeed