Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | Xcode build fixes for DRTVWR-559 | Brad Kittenbrink | |
2022-10-25 | SL-18008 Add "Save/Edit Materials" buttons to attachment's right click menu | Andrey Kleshchev | |
2022-10-24 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-10-24 | SL-18105 Add mechanism for applying overrides that were received before ↵ | Dave Parks | |
associated ViewerObject was ready to receive them. | |||
2022-10-24 | SL-18414 Smarter material editor's cancel for overrides | Andrey Kleshchev | |
2022-10-24 | SL-18432 Fix for alpha sorting | Andrey Lihatskiy | |
2022-10-24 | Re-merged llvovolume.cpp | Andrey Kleshchev | |
Too many issue were detected after merge, so did a clean remerge of the file. | |||
2022-10-24 | SL-17532 Fix some changes vanishing over merge to D559 | Andrey Kleshchev | |
2022-10-24 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-10-24 | SL-17021 Fix some changes vanishing over merge to D559 #2 | Andrey Kleshchev | |
2022-10-24 | SL-17021 Fix some changes vanishing over merge to D559 | Andrey Kleshchev | |
2022-10-22 | SL-18105 When saving an object's material to inventory, save the version ↵ | Dave Parks | |
that as overrides applied. | |||
2022-10-22 | SL-18105 Fix for crash when attempting to "Edit PBR Material" when there's ↵ | Dave Parks | |
no PBR material | |||
2022-10-21 | SL-18105 Hook up live material editor to current selection set and ↵ | Dave Parks | |
implicitly open build floater when editing a PBR material. | |||
2022-10-21 | SL-18105 Clean up class1/deferred/materialF.glsl (merge cleanup), make ↵ | Dave Parks | |
override messaging LLSD where it ought to be and JSON where it ought to be. | |||
2022-10-21 | Merge branch 'master' (DRTVWR-548) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llrendertarget.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewermenu.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp | |||
2022-10-20 | SL-18105 Add remaining parameters to applyOverride | Dave Parks | |
2022-10-20 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-10-20 | SL-18105 Fix for overrides not showing until a forced mesh update. | Dave Parks | |
2022-10-20 | Increment viewer version to 6.6.6 | Nat Goodspeed | |
following promotion of DRTVWR-548 | |||
2022-10-20 | SL-18411: Copy over LLGLTFMaterial changes (most notably various ↵ | Cosmic Linden | |
getters/setters and texture transform stub) | |||
2022-10-20 | SL-18391 Fix local gltf materials to retain a copy of material | Andrey Kleshchev | |
2022-10-19 | Xcode compat fix for SL-18105 material overrides | Brad Kittenbrink | |
2022-10-19 | SL-18105 Hook up TE override material to render pipe by way of render material. | Dave Parks | |
2022-10-19 | SL-18105 Hook up render pipe directly to LLTextureEntry::mGLTFMaterial and ↵ | Dave Parks | |
add LLViewerFetchedTextures to LLFetchedGLTFMaterial. Lower reflection probe resolution to 128x128 per side. | |||
2022-10-19 | SL-18105 viewer side for handling Material Override LargeGenericMessage | Brad Kittenbrink | |
LLGLTFMaterialList now decodes gltf json overrides from the server and stores them in LLTextureEntry::mGLTFMaterialOverrides | |||
2022-10-18 | Better fix for mac/xcode compatibility problem in SL-18391. Keep using ↵ | Brad Kittenbrink | |
unordered_map | |||
2022-10-18 | include the right header now that uuid_mat_map_t is std::map for SL-18391 | Brad Kittenbrink | |
2022-10-18 | Fix ror mac build error in SL-18391 lifetime management | Brad Kittenbrink | |
2022-10-19 | SL-18391 Basic GLTF lifetime management | Andrey Kleshchev | |
2022-10-18 | SL-18008 Mac build fix | Andrey Kleshchev | |
2022-10-18 | SL-18008 Updated Save and Edit PBR buttons | Andrey Kleshchev | |
2022-10-17 | More work on SL-17697 LLMaterialEditor now uses new override diffing code ↵ | Brad Kittenbrink | |
when applyToSelection() gets called | |||
2022-10-17 | Merged in SL-18340 (pull request #1158) | Sabrina Shanman | |
SL-18340: Fix PBR alpha materials treating spotlight as point light Approved-by: Dave Parks | |||
2022-10-17 | WIP for SL-17697 live editing now computes diffs of changed material ↵ | Brad Kittenbrink | |
properties in tinygltf schema json | |||
2022-10-17 | Continuing work on SL-17697 Live editing with material overrides. | Brad Kittenbrink | |
* Fixed Selection usage so material editor no longer hardcoded to a single object/face * made local preview hack the fallback for when the ModifyMaterialParams cap is missing | |||
2022-10-17 | SL-18008 Placeholder functionality for PBR Edit button | Andrey Kleshchev | |
2022-10-17 | SL-18008 Add Save and Edit buttons to right click menu for materials | Andrey Kleshchev | |
2022-10-17 | SL-18221 Water texture does not load after clearing cache | Andrey Kleshchev | |
Water texture should load only after having caps. Prefetch textures should load only after having caps. Prefetch list is now per grid | |||
2022-10-17 | SL-17779 Texture position changes were ignored on rigged meshes | Andrey Kleshchev | |
Since the performance overhaul project, there should be essentially no difference between rigged meshes and non-rigged as far as vertex buffer management is concerned. | |||
2022-10-14 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-10-14 | SL-18105 Add to/from json capability to LLGLTFMaterial | Dave Parks | |
2022-10-14 | Added stub handler for GLTF LargeGenericMessage as part of work on SL-18105 ↵ | Brad Kittenbrink | |
SL-17697 and SL-17698 | |||
2022-10-14 | Fix SL-17697 local_id usage | Brad Kittenbrink (Brad Linden) | |
2022-10-14 | WIP for SL-18103 and SL-17697 live editing of materials using ↵ | Brad Kittenbrink (Brad Linden) | |
ModifyMaterialParams cap | |||
2022-10-14 | SL-18293 Fix for broken wireframe mode. | Dave Parks | |
2022-10-13 | SL-18190 Potential fix for sapping CPU when "sleeping" | Dave Parks | |
2022-10-13 | SL-18340: Consistently use HAS_SUN_SHADOW for shader permutation | Cosmic Linden | |
2022-10-13 | SL-18340: Consolidate shared pbr shading into calcDiffuseSpecular, pbrBaseLight | Cosmic Linden | |
2022-10-13 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 |