Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-11 | Merge tag '7.1.8-release' | Erik Kundiman | |
source for viewer 7.1.8.9375512768 | |||
2024-05-16 | Merge tag '7.1.7-release' | Erik Kundiman | |
source for viewer 7.1.7.8974243247 | |||
2024-05-15 | Merge branch 'main' into marchcat/x-mf-merge | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterimagepreview.cpp | |||
2024-05-15 | Post-merge spaces fix | Andrey Lihatskiy | |
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
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 | Merge remote-tracking branch 'origin/release/materials_featurette' into ↵ | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-11-30 | Merge branch 'DRTVWR-591-maint-X' into marchcat/591-x-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llvertexbuffer.cpp # indra/llui/llflatlistview.cpp # indra/newview/app_settings/settings.xml # indra/newview/lldrawpoolground.cpp # indra/newview/llinventorybridge.cpp # indra/newview/llinventorygallery.cpp # indra/newview/llspatialpartition.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewertexture.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/xui/en/menu_inventory.xml | |||
2023-11-15 | Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559 | Erik Kundiman | |
2023-11-13 | Drtvwr 596 11/8/2023 (#501) | RunitaiLinden | |
* SL-20570 Fix for lossy (and square) normal maps when importing GLTF materials. * SL-20582 Fix for overriding to alpha mode blend not working. Incidental decruft of dead code (thanks, Rye!) | |||
2023-11-08 | SL-20582 Fix for overriding to alpha mode blend not working. Incidental ↵ | RunitaiLinden | |
decruft of dead code (thanks, Rye!) | |||
2023-10-16 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
2023-10-14 | Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559 | Erik Kundiman | |
2023-10-12 | SL-20062: Fix near clip on reflection probes being clamped to at or below 10 | Cosmic Linden | |
2023-09-22 | SL-15039 Prune unused preferences #3 | Andrey Kleshchev | |
DebugInventoryFilters DebugShowXUINames DebugSlshareLogTag DebugStat**** DefaultBlankNormalTexture DefaultObjectNormalTexture DefaultObjectSpecularTexture DefaultUploadCost DisplayAvatarAgentTarget DisplayChat DisplayDebug DisplayDebugConsole DisplayIM DisplayLinden DisplayRegion DragAndDropToolTipDelay DragAndDropDistanceThreshold DropShadowButton DropShadowFloater DropShadowSlider DropShadowTooltip UIImgWhiteUUID UseEnvironmentFromRegion UseDayCycle WaterPresetName SkyPresetName DayCycleName DestinationGuideHintTimeout SidePanelHintTimeout DisablePrecacheDelayAfterTeleporting | |||
2023-09-10 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-08-29 | Add protocol level mirror support, and UI. | Jonathan "Geenz" Goodman | |
2023-07-19 | Pass texture entry pointer instead to copyTexture | Erik Kundiman | |
Otherwise on GCC the -Waddress & -Wno-nonnull-compare warnings would be treated as errors. It's a different term on Clang, which is undefined bool conversion. On Clang it's just a warning, but on AppleClang it's treated as an error. Rather than suppressing these warnings, I think it's better to just adjust the interface of copyTexture, since it isn't called that many times. | |||
2023-06-27 | Just about got hero reflection maps working. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-04-04 | SL-19538 Remove hacky ambiance scale and take the mittens off probe a… (#151) | RunitaiLinden | |
* SL-19538 Remove hacky ambiance scale and take the mittens off probe ambiance values. Fix for sky brightening being done in sRGB space. | |||
2022-08-05 | SL-17870 Nudge PBR material textures so they start downloading. (and add ↵ | Dave Parks | |
missing validation code for reflection probes network data). | |||
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-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-03 | SL-17285 Build fix take two. | Dave Parks | |
2022-06-02 | SL-17285 Add proper reflection probe support to LLVOVolume, LLPrimitive, and ↵ | Dave Parks | |
LLPanelVolume | |||
2022-04-27 | SL-17116 work on implementing MaterialID in ExtraParams of ObjectUpdate and ↵ | Brad Kittenbrink | |
related messages | |||
2020-11-23 | SL-13599 Resolve gcc v10 'no trivial copy-assigment' warnings | Andrey Kleshchev | |
2020-11-09 | SL-13599 Fixed missing zero | Andrey Kleshchev | |
2020-10-28 | SL-13599 Variable should correspond to type | Andrey Kleshchev | |
2020-10-28 | SL-13599 Don't spam into logs when te has no material ids | Andrey Kleshchev | |
2020-10-19 | SL-13599 Missing bounds checks in deserializer code | Andrey Kleshchev | |
Pulled in and updated Rider's changes | |||
2020-03-27 | SL-12902 Better fix for light color values in color swatch not matching ↵ | Runitai Linden | |
light color values inworld. | |||
2019-09-05 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-07-24 | SL-4150 Rename htonmemcpy | andreykproductengine | |
2019-05-10 | Merge | Anchor | |
2018-12-24 | SL-10283 Allow changing "Repeats per meter" on face 6 of hollowed cube | maxim_productengine | |
2018-11-28 | Merge | Anchor | |
2018-06-19 | fix line endings | Anchor Linden | |
2018-06-13 | [DRTVWR-476] - add universal head,upper,lower tattoos | Anchor Linden | |
2018-06-05 | merge | Brad Payne (Vir Linden) | |
2018-06-05 | Merge | Anchor Linden | |
2018-05-24 | [DRTVWR-455] - add new bake testure and tattoo slots | Anchor Linden | |
2017-12-14 | MAINT-6645 - Improvement - Agents that render as jelly dolls should have ↵ | ruslantproductengine | |
their attachments render at 0 LoD to prevent loading higher LoD complexity in memory thus deterring crashes. Stability improve. (viewer x64) | |||
2017-05-30 | SL-694 - UI initialization, set mType in LLExtendedMeshParams constructor | Brad Payne (Vir Linden) | |
2017-05-25 | SL-694 - Added extra param field for flags related to extended mesh ↵ | Brad Payne (Vir Linden) | |
functionality. Currently this is just one bit to flag an object as able to animate | |||
2017-03-28 | MAINT-7257 Added null check for volume manager | andreykproductengine | |
2017-01-24 | MAINT-6645 - Improvement - Agents that render as jelly dolls should have ↵ | ruslantproductengine | |
their attachments render at 0 LoD to prevent loading higher LoD complexity in memory thus deterring crashes. Comments: - Fix based on "RenderAutoMuteByteLimit" setting. - File indra/llxml/llcontrol.h - add all signals to 0 group. It garanty that handlers (in indra/newview/llviewercontrol.cpp) will be called last. |