Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-07 | Merge pull request #755 from sldevel/pbr-hdr-auto-adjust-fix | RunitaiLinden | |
Confusion between light diffuse and light color in HDR auto-adjust mode | |||
2024-02-07 | Merge pull request #756 from secondlife/main | RunitaiLinden | |
merge main to materials_featurette | |||
2024-02-07 | Merge pull request #754 from secondlife/v-711 | cosmic-linden | |
secondlife/viewer#711: Add test plan | |||
2024-02-07 | Confusion between light diffuse and light color in HDR auto-adjust mode | Henri Beauchamp | |
While the SUNLIGHT_COLOR uniform is initialized with getSunlightColor() when not auto-adjusting for HDR, it is overwritten with getSunDiffuse()*auto_adjust_factor when auto-adjusting, causing very bad lighting discrepancies in the latter mode (especially when not at midday or midnight). Let's use getSunlightColor() everywhere, shall we ?... | |||
2024-02-07 | secondlife/viewer#711: Add test plan | Cosmic Linden | |
2024-02-07 | Merge pull request #752 from secondlife/v-711 | cosmic-linden | |
Terrain graphics feature gating | |||
2024-02-07 | secondlife/viewer#711: Bump featuretable | Cosmic Linden | |
2024-02-07 | secondlife/viewer#711: Reduce PBR terrain textures at low graphics settings | Cosmic Linden | |
2024-02-07 | secondlife/viewer#711: Add more options to drop textures from terrain, not ↵ | Cosmic Linden | |
yet used | |||
2024-02-07 | secondlife/viewer#711: More thoroughly clamp terrain PBR detail | Cosmic Linden | |
2024-02-07 | Merge pull request #751 from secondlife/davep/655 | cosmic-linden | |
#665 Make viewer respect MaxTextureResolution from SimulatorFeatures | |||
2024-02-07 | Merge pull request #750 from secondlife/vi-67 | cosmic-linden | |
secondlife/viewer#67: (debug) Add temporary setting to force-load PBR terrain | |||
2024-02-07 | secondlife/viewer#67: (debug) Add temporary setting to force-load PBR terrain | Cosmic Linden | |
2024-02-07 | #665 Make viewer respect MaxTextureResolution from SimulatorFeatures | RunitaiLinden | |
2024-02-01 | Merge pull request #710 from secondlife/vi-43 | cosmic-linden | |
Add PBR terrain normal gen feature flag | |||
2024-02-01 | Merge pull request #702 from secondlife/signal/reduce-builds | Vir Linden | |
build.yaml: Build shared branches | |||
2024-01-31 | secondlife/viewer-issues#43: Proof-of-concept PBR terrain normal gen feature ↵ | Cosmic Linden | |
flag. Final implementation would likely be very different. | |||
2024-01-31 | secondlife/viewer-issues#43: Fix debug normals not rendering for terrain | Cosmic Linden | |
2024-01-31 | build.yaml: Build shared branches | Bennett 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-30 | Merge pull request #703 from secondlife/release/gltf-maint2 | RunitaiLinden | |
Release/gltf maint2 | |||
2024-01-30 | Issue #696 RenderResolutionDivisor no longer works | Andrey Kleshchev | |
resizeScreenTexture works if gResizeScreenTexture is true or render target was resized | |||
2024-01-30 | Merge pull request #692 from secondlife/vir-linden-issue-templates-1 | Vir Linden | |
Update enhancement.md | |||
2024-01-29 | Merge pull request #693 from secondlife/vir-linden-issue-templates | Vir Linden | |
Update bug.yaml | |||
2024-01-29 | Update enhancement.md | Vir Linden | |
2024-01-29 | Update bug.yaml | Vir Linden | |
2024-01-29 | Merge pull request #688 from secondlife/signal/contributors | Vir Linden | |
Add a basic CONTRIBUTING.md | |||
2024-01-29 | Merge pull request #666 from secondlife/issue_templates | Vir Linden | |
Issue templates | |||
2024-01-26 | Add a basic CONTRIBUTING.md | Bennett Goble | |
Provide basic instructions in-repository for contributing to Second Life. | |||
2024-01-26 | Merge pull request #670 from secondlife/SL-20606 | cosmic-linden | |
SL-20606 post-merge follow-up | |||
2024-01-26 | SL-20669 Fix missed uuid | Andrey Kleshchev | |
2024-01-25 | Don't refetch textures for LLFetchedGLTFMaterial if present | Cosmic Linden | |
2024-01-25 | Fix vertex color indexing in material preview | Cosmic Linden | |
2024-01-25 | Fix material preview sometimes not updating when transitioning from blank ↵ | Cosmic Linden | |
material to non-blank material | |||
2024-01-25 | Review feedback: Remove static RenderLocalLightCount, as cached settings ↵ | Cosmic Linden | |
refresh has surprising performance cost | |||
2024-01-24 | Merge pull request #669 from secondlife/DRTVWR-583 | Jonathan "Geenz" Goodman | |
Put mirrors behind a feature flag and merge to materials_featurette | |||
2024-01-24 | https://github.com/secondlife/viewer-issues/issues/23 Cleaning out some ↵ | Jonathan "Geenz" Goodman | |
unused code. | |||
2024-01-24 | https://github.com/secondlife/viewer-issues/issues/23 Make the face ↵ | Jonathan "Geenz" Goodman | |
selection for mirrors actually reflect what it does | |||
2024-01-24 | https://github.com/secondlife/viewer-issues/issues/23 Fix for merge up to ↵ | Jonathan "Geenz" Goodman | |
the featurettes branch, and reflection probes being "hazy" | |||
2024-01-24 | https://github.com/secondlife/viewer/issues/671 Wire up the RenderMirrors ↵ | Jonathan "Geenz" Goodman | |
debug setting. | |||
2024-01-24 | Merge remote-tracking branch 'origin/release/materials_featurette' into ↵ | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2024-01-24 | Create enhancement.md | RunitaiLinden | |
2024-01-24 | Create bug.yaml | RunitaiLinden | |
2024-01-24 | Merge pull request #657 from secondlife/DRTVWR-592 | cosmic-linden | |
Merge PBR terrain and put PBR terrain behind feature flag. | |||
2024-01-24 | SL-20669 Force blank normal id into a local blank normal texture | Andrey Kleshchev | |
Dataserver's version has compression artifacts | |||
2024-01-24 | SL-20669 Move constants out of settings.xml | Andrey Kleshchev | |
UIImgInvisibleUUID doesn't exist Default normal for material is 'null' | |||
2024-01-23 | Create test plan for optimizeAwayAlpha (#663) | RunitaiLinden | |
2024-01-23 | Put PBR terrain behind feature flag | Cosmic Linden | |
2024-01-22 | Merge branch 'release/materials_featurette' of github.com:secondlife/viewer ↵ | Cosmic Linden | |
into DRTVWR-592 | |||
2024-01-22 | Build fix for issues/22 | Andrey Kleshchev | |
2024-01-22 | https://github.com/secondlife/viewer-issues/issues/22 partial build fix | RunitaiLinden | |