Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-13 | Revert "Revert "DRTVWR-592: (WIP) Fix tiling only in the PBR case. Begin ↵ | Cosmic Linden | |
hooking up code for PBR-specific terrain geometry updates. Unfortunately, this version has a bug which can cause rebuilds to be skipped. Needs more work/testing"" This reverts commit 2318d657660320b921e1566b54d3833c0401a34c. | |||
2023-10-13 | DRTVWR-592: Another attempt to fix Mac build: remove deprecated use of texture2D | Cosmic Linden | |
2023-10-13 | SL-19750: Only disable PBR terrain emissive for machines that have a limit ↵ | Cosmic Linden | |
of 16 texture binds. Bump featuretable | |||
2023-10-13 | DRTVWR-592: PBR terrain fallback for Mac/Intel: Drop emissive texture. Bump ↵ | Cosmic Linden | |
featuretable. | |||
2023-10-13 | Revert "DRTVWR-592: (WIP) Fix tiling only in the PBR case. Begin hooking up ↵ | Cosmic Linden | |
code for PBR-specific terrain geometry updates. Unfortunately, this version has a bug which can cause rebuilds to be skipped. Needs more work/testing" This reverts commit de9184479cfc179ba6e9d6ff388aff7da7f0b4ab. | |||
2023-10-13 | SL-20422 Mac build fix | Alexander Gavriliuk | |
2023-10-13 | SL-20422 Mac build fix | Alexander Gavriliuk | |
2023-10-13 | SL-20464 Don't allow enetring non-unicode material name | Maxim Nikolenko | |
2023-10-13 | DRTVWR-592: (WIP) Fix tiling only in the PBR case. Begin hooking up code for ↵ | Cosmic Linden | |
PBR-specific terrain geometry updates. Unfortunately, this version has a bug which can cause rebuilds to be skipped. Needs more work/testing | |||
2023-10-13 | DRTVWR-592: Overdraw is not free. Render terrain after Opaque ↵ | Cosmic Linden | |
Blinn-Phong/PBR have populated the foreground | |||
2023-10-13 | DRTVWR-592: Fix issues with blending of materials, for example when fading ↵ | Cosmic Linden | |
out an emissive texture. Also affects base color and ORM | |||
2023-10-13 | DRTVWR-592: Fix some virtual functions not being marked override | Cosmic Linden | |
2023-10-13 | DRTVWR-592: Fix unable to undo effect of local terrain debug setting without ↵ | Cosmic Linden | |
restarting viewer | |||
2023-10-13 | DRTVWR-592: Add debug options LocalTerrainAssetN. Fix PBR terrain texture ↵ | Cosmic Linden | |
flickering | |||
2023-10-13 | DRTVWR-592: (WIP) Roughly working draft of PBR terrain | Cosmic Linden | |
2023-10-13 | DRTVWR-592: (WIP) (does not work) PBR terrain rendering - compiles, but ↵ | Cosmic Linden | |
doesn't render properly just yet | |||
2023-10-13 | DRTVWR-592: (WIP) (does not run) PBR terrain rendering - more work on ↵ | Cosmic Linden | |
shaders, uniforms | |||
2023-10-13 | DRTVWR-592: (WIP) (does not run) PBR terrain rendering - begin work on ↵ | Cosmic Linden | |
shaders, uniforms | |||
2023-10-13 | DRTVWR-592: Working tangent calculation, not yet used | Cosmic Linden | |
2023-10-13 | DRTVWR-592: (WIP) Debugging, rethinking | Cosmic Linden | |
2023-10-13 | DRTVWR-592: (WIP) Add code for generating terrain tangents (not yet used) | Cosmic Linden | |
2023-10-13 | DRTVWR-592: (WIP) Separate code path for terrain rendering and shaders. Just ↵ | Cosmic Linden | |
copy/paste for now. Use same draw pool | |||
2023-10-13 | DRTVWR-592: Render PBR material terrain like legacy, using baseColor texture | Cosmic Linden | |
2023-10-13 | DRTVWR-592: (WIP) Detect when terrain materials are loaded, use as fallback ↵ | Cosmic Linden | |
when terrain textures do not load | |||
2023-10-13 | DRTVWR-592: (WIP) More work on terrain texture editing GUI | Cosmic Linden | |
2023-10-13 | DRTVWR-592: (WIP) Save PBR material terrain (does not yet render) | Cosmic Linden | |
2023-10-13 | DRTVWR-592: Use overrides, make mac build happy | Cosmic Linden | |
2023-10-13 | DRTVWR-592: (WIP) Add material terrain selection to GUI | Cosmic Linden | |
2023-10-13 | DRTVWR-592: Allow using RGBA textures for terrain, as the texture uploader ↵ | Cosmic Linden | |
does not consolidate opaque textures | |||
2023-10-13 | Merge pull request #442 from secondlife/SL-20062 | cosmic-linden | |
SL-20062: Fix near clip on reflection probes being clamped to at or below 10 | |||
2023-10-13 | SL-20163 Preliminary layout changes | Alexander Gavriliuk | |
2023-10-13 | SL-18837: Update dullahan to v118.0.5993.54 | Nat Goodspeed | |
This includes this week's CEF 118. | |||
2023-10-13 | SL-20422 Unit-tests fix | Alexander Gavriliuk | |
2023-10-13 | SL-20422 Unit-tests fix | Alexander Gavriliuk | |
2023-10-13 | SL-20453 Fix dupplicate items in menu | Andrey Kleshchev | |
Cleanup. Caused by a merge of main(D567) into D559 | |||
2023-10-13 | SL-20233 Add menu command to remove selected avatar attachment(s) | Andrey Kleshchev | |
2023-10-12 | PIE-1057: Engage viewer-build-util azure branch. | Nat Goodspeed | |
2023-10-12 | SL-18837: Unify all llrand_test.cpp in-range tests. | Nat Goodspeed | |
The header file documents that no llrand function should ever return a value equal to the passed extent, so the one test in llrand_test.cpp that checked less than or equal to the high end of the range was anomalous. But changing that to an exclusive range means that we no longer need separate exclusive range and inclusive range functions. Replace ensure_in_range_using(), ensure_in_exc_range() and ensure_in_inc_range() with a grand unified (simplified) ensure_in_range() function. | |||
2023-10-12 | SL-20286 Duplication of autocomplete results occurs when entering some ↵ | Alexander Gavriliuk | |
search queries in the navigation bar | |||
2023-10-12 | SL-20062: Fix near clip on reflection probes being clamped to at or below 10 | Cosmic Linden | |
2023-10-12 | SL-20417 Remove "loading" message from profile photo | Mnikolenko Productengine | |
2023-10-12 | SL-18837: Update openal to v1.23.1-18e315c | Nat Goodspeed | |
2023-10-12 | SL-20422 Clicking the 'Bring it back' link on Aditi displays a teleport alert | Alexander Gavriliuk | |
2023-10-12 | SL-20422 Clicking the 'Bring it back' link on Aditi displays a teleport alert | Alexander Gavriliuk | |
2023-10-12 | Merge pull request #427 from secondlife/signal/py312 | nat-goodspeed | |
Add python 3.12 to FindPython search path | |||
2023-10-12 | SL-20436 New accounts that select outfit in web fail to download clothing | Andrey Kleshchev | |
2023-10-12 | SL-18837: Update llca to v202310121525.0-d22bd98 | Nat Goodspeed | |
2023-10-12 | SL-20437 Make the "Unable to load material" message a modal notification. | Maxim Nikolenko | |
2023-10-11 | Merge pull request #438 from secondlife/SL-20450 | cosmic-linden | |
SL-20450: Fix missing LSL keyword INVENTORY_MATERIAL | |||
2023-10-11 | SL-20450: Fix missing LSL keyword INVENTORY_MATERIAL | Cosmic Linden | |