Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-15 | Post-merge spaces fix | Andrey Lihatskiy | |
2024-02-06 | #740 Make sure we evaluate if the probe is a mirror probe or not. | Jonathan "Geenz" Goodman | |
#682 Re-enable gaussian filtering, and reduce the mirror resolution back to 1024. Also just generally clean up the code a bit. | |||
2024-02-06 | #679 Add mirror update params to the volume floater. | Jonathan "Geenz" Goodman | |
#740 Add support for FLAG_MIRROR in the viewer for mirror probes. | |||
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 | |||
2023-09-01 | Temporary data model shenanigans. | Jonathan "Geenz" Goodman | |
Should help tweak and tune placement with direct community guidance. DRTVWR-583 | |||
2023-08-29 | Add protocol level mirror support, and UI. | Jonathan "Geenz" Goodman | |
2023-08-06 | Making more progress, need to add the heroprobe manager. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-07-17 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
2023-06-27 | Just about got hero reflection maps working. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-06-22 | SL-5161 Don't render meshes that are waiting for skin data | Andrey Kleshchev | |
2023-05-17 | SL-19655 Remove concept of "low priority" updates (RenderDebugGLSession ↵ | RunitaiLinden | |
assertion stomping pass). Remove a couple unused debug settings and related code. | |||
2023-05-03 | DRTVWR-559 WIP - optimize ARC calculation et al. | RunitaiLinden | |
2023-02-02 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2022-12-13 | SL-18782 Make primitive parameters automatically follow Reflection Probe ↵ | Dave Parks | |
controls. | |||
2022-11-29 | SL-12069 Backed out changeset: 544a91982eba (#13) | akleshchev | |
Originally a fix for MAINT-4773/SL-5842 (transparent alpha being white). Reverting due to a critical flaw of the fix replacing material (sometimes server side included). And ignoring user and script input in some cases that makes scripts misbehave. Viewer should Not modify existing content of own volition. | |||
2022-10-24 | SL-17021 Fix some changes vanishing over merge to D559 | Andrey Kleshchev | |
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 | Merge branch 'master' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h | |||
2022-10-20 | SL-18105 Fix for overrides not showing until a forced mesh update. | Dave Parks | |
2022-09-27 | Optimize away constant map finds in getSkinInfo by caching mesh skin into in ↵ | Rye Mutt | |
vovolume | |||
2022-08-04 | Merge remote-tracking branch 'origin/master' into DRTVWR-559 | Brad Kittenbrink | |
2022-08-04 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloaterworldmap.cpp # indra/newview/llvovolume.cpp | |||
2022-07-12 | SL-17691: Consolidate calls to onDrawableUpdateFromServer to reduce false ↵ | Cosmic Linden | |
positives, change mServerDrawableUpdateCount from U64->U32 | |||
2022-07-12 | SL-17691: Make objects active if there are too many material updates from ↵ | Cosmic Linden | |
the server | |||
2022-07-12 | SL-17751: Fix bounding boxes not updating in special cases, leading to ↵ | Cosmic Linden | |
object invisibility | |||
2022-07-01 | SL-17448: Be more thorough about generating bounding boxes that don't affect ↵ | Cosmic Linden | |
the octree | |||
2022-07-01 | SL-17448: Fix LOD/octree update feedback loops causing LOD fluctuations. | Cosmic Linden | |
May also fix octree updates on mere material changes due to general refactoring. | |||
2022-07-01 | SL-17510: Fix frequently updating meshes (ex: sculpties) causing expensive ↵ | Cosmic Linden | |
octree updates by removing them from the static octree via makeActive | |||
2022-06-29 | SL-17685 Drag and drop material support | Dave Parks | |
2022-06-29 | SL-17685 Drag and drop material support WIP | Dave Parks | |
2022-06-23 | clang compatibility fixes for llreflectionmapmanager.cpp and llvovolume.h | Brad Kittenbrink | |
2022-06-21 | SL-17021: Change meaning of first argument to LLVOVolume::updateRiggedVolume ↵ | Cosmic Linden | |
from 'force_update' to 'foce_treat_as_rigged' | |||
2022-06-21 | SL-17021: Only calculate the octree for a skinned mesh if intersection falls ↵ | Cosmic Linden | |
inside an on-the-fly calculated bounding box. Technically not a broadphase check, but better than calculating an octree for a bunch of meshes. | |||
2022-06-21 | SL-17021: Do not do software skinning/octree building of a face during ↵ | Cosmic Linden | |
picking unless eligible for narrow-phase intersect check (fast broad-phase intersect pre-check not yet implemented) | |||
2022-06-09 | SL-17573 Add "dynamic" checkbox, also followup on SL-17551 and do "Select ↵ | Dave Parks | |
Invisible Objects" checkbox instead of "Select Reflection Probes" | |||
2022-06-09 | SL-17551 Add "Select Reflection Probes" menu option and make invisible ↵ | Dave Parks | |
objects less annoying when alt-zooming in edit mode. | |||
2022-06-02 | SL-17285 Add proper reflection probe support to LLVOVolume, LLPrimitive, and ↵ | Dave Parks | |
LLPanelVolume | |||
2022-02-17 | SL-16861 Animesh and avatar color change fix | Andrey Kleshchev | |
2021-12-15 | DRTVWR-546 merge up to 6.5.2 | Dave Houlton | |
2021-10-14 | SL-16166 Apply optimizations from pushBatch to other render call sites. ↵ | Runitai Linden | |
Optimize out a map lookup in rigged face rendering. | |||
2021-06-07 | Merge with tip of Master after Viewer release | Callum Prentice | |
2021-05-26 | SL-15299 SL-15313 BUG-230802 Revert BOM fix causing issues with avatar alpha ↵ | Dave Houlton | |
masks. Revert "SL-12069 Issues with bakes-on-mesh and alpha modes" This reverts commit 5691d302ef876a7e6fb6861441f14e5e7f0c7735. | |||
2021-04-29 | Clean up a merge conflict | Callum Prentice | |
2021-03-09 | This set of changes reverts the merge with master (git revert c83e740) and ↵ | Callum Prentice | |
results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal | |||
2021-03-09 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2021-03-02 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2020-12-10 | SL-12069 Issues with bakes-on-mesh and alpha modes | Andrey Kleshchev | |
2020-11-11 | Merge branch 'master' into DRTVWR-519 | Callum Prentice | |
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. |