Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-18 | SL-18677 Disable materials UI when materials caps are not available | Andrey Kleshchev | |
2022-11-18 | SL-18668 Only object id is strictly required | Andrey Kleshchev | |
2022-11-18 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-11-18 | SL-18669 Fix for broken lighting on transparent faces. Optimize handling of ↵ | Dave Parks | |
"bindDeferredShader" and shadow map setup. | |||
2022-11-18 | SL-18666 Allow tabbing between fields in Material editor floater | Andrey Kleshchev | |
2022-11-18 | SL-18668 Don't call makeMap from callback | Andrey Kleshchev | |
2022-11-17 | SL-18154 Profile guided optimizations -- remove some unneeded operations and ↵ | Dave Parks | |
make LLDrawPoolMaterials less branchy. | |||
2022-11-16 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-11-16 | SL-18648 Simplify permission testing | Andrey Kleshchev | |
2022-11-16 | Merged in SL-18632 (pull request #1199) | Sabrina Shanman | |
SL-18632: Implement editing GLTF material texture transforms in build floater | |||
2022-11-16 | SL-17699 Fixed drag and drop into material picker | Andrey Kleshchev | |
2022-11-16 | SL-18648 Material editor should only allow full-perm textures | Andrey Kleshchev | |
2022-11-16 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-11-16 | SL-18154 Profile guided optimizations vs release viewer. Trim some unused ↵ | Dave Parks | |
abilities and remove some more fast timers. | |||
2022-11-16 | SL-18632: Un-hide planar align options when editing GLTF textures in build ↵ | Cosmic Linden | |
floater | |||
2022-11-16 | A few tweaks to SSR while I'm in the neighborhood. | Geenz | |
Mostly just making it actually kind of work. Still needs a lot more tweaking - but can revisit later. SL-18332 | |||
2022-11-15 | SL-18632: Implement editing GLTF material texture transforms in build floater | Cosmic Linden | |
2022-11-15 | SL-18458 VOCache cleanup region_handle message encoding. | Brad Kittenbrink | |
Really wish there were a native way to send S64/U64 values in llsd. | |||
2022-11-14 | Merged in SL-18627 (pull request #1193) | Sabrina Shanman | |
SL-18627: Make space for pbr transform controls in build floater and disable some WIP controls Approved-by: Andrey Kleshchev | |||
2022-11-14 | Basic solution for SL-18458 vocache implementation for material overrides | Brad Kittenbrink | |
2022-11-14 | Merged in SL-18332 (pull request #1194) | Jonathan Goodman | |
First pass of Screen Space Reflections Approved-by: Dave Parks | |||
2022-11-13 | Use const& as it is illegal to bind a non const reference to a temporary | Nicky | |
2022-11-12 | SL-18391 Basic gltf material accounting | Andrey Kleshchev | |
Plan is to expand it as needed with overrides, request rate and memory | |||
2022-11-12 | SL-18518 Move 'json to override' work to background thread | Andrey Kleshchev | |
2022-11-11 | SL-18566 Fix for legacy transparency being opaque under water. | Dave Parks | |
2022-11-11 | SL-18615 Fix for beacons not rendering and beacon highlights flickering. | Dave Parks | |
2022-11-11 | SL-18627: Make space for pbr transform controls in build floater and disable ↵ | Cosmic Linden | |
some WIP controls | |||
2022-11-11 | SL-18630 Fix for probes often ending up under the terrain. | Dave Parks | |
2022-11-11 | mac build fix | Andrey Kleshchev | |
2022-11-10 | SL-18602 Crashfix | Andrey Kleshchev | |
2022-11-10 | SL-18602 Update server params on drag n drop | Andrey Kleshchev | |
2022-11-10 | SL-18617 Disable fullbright checkbox and color swatch when GLTF material is ↵ | Dave Parks | |
present. | |||
2022-11-10 | SL-18573 Fix for HUD text being wrong color. | Dave Parks | |
2022-11-10 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-11-10 | SL-18602 Integrate queueModify/queueApply/queueUpdate into all the places ↵ | Dave Parks | |
that used to post to ModifyMaterialParams directly. | |||
2022-11-10 | SL-18583 Missed flushUpdates | Andrey Kleshchev | |
2022-11-10 | SL-18583 Fixed incorrect values being applied when returning to a case ↵ | Andrey Kleshchev | |
without override | |||
2022-11-09 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 # Conflicts: # indra/newview/llgltfmateriallist.h | |||
2022-11-09 | SL-18602 Fix for applying material asset not removing overrides on drag-and-drop | Dave Parks | |
2022-11-09 | SL-18518 Move json to material work to background thread | Andrey Kleshchev | |
2022-11-09 | SL-18583 Use gltf overrides as a base for live editing to send only minimal ↵ | Andrey Kleshchev | |
changes | |||
2022-11-09 | Revert "SL-18523: When editing an object's material override, use the ↵ | Sabrina Shanman | |
object's material override as a base, rather than its render material (pull request #1190)" | |||
2022-11-09 | Merged in SL-18523 (pull request #1190) | Sabrina Shanman | |
SL-18523: When editing an object's material override, use the object's material override as a base, rather than its render material | |||
2022-11-09 | SL-18583 Copy&Paste support for overrides | Andrey Kleshchev | |
And a fix for SL-18583 | |||
2022-11-08 | SL-18523: When editing an object's material override, use the object's ↵ | Cosmic Linden | |
material override as a base, rather than its render material | |||
2022-11-08 | SL-18197 Bump inventory cache version | Andrey Kleshchev | |
Issue: release viewer saves materials as AT_UNKNOWN (255). When material viewer loads cache with materials saved as '255' instead of '57', material viewer doesn't know to update content and it casuses issues. Viewer eventally recovers, but it's simpler to drop cache in this case over trying to figure out if our unknown is a material (but may be cache should include asset type count to let viewer know when to double check unknowns). Also made 'legacy' materials folder's name localizable just in case. | |||
2022-11-08 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-11-08 | SL-18585 Batch updates to ModifyMaterialParams capability. | Dave Parks | |
2022-11-08 | SL-18583 Make Live Material editor restore changes when canceling in texture ↵ | Andrey Kleshchev | |
or color pickers | |||
2022-11-07 | SL-18583 Make tools floater restore overrides when canceling changes #1 | Andrey Kleshchev | |
This works only partially since changes from material editor are not yet tracked. |