summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-25Get the average normal of the face.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-25Merge branch 'DRTVWR-559' into DRTVWR-583Jonathan "Geenz" Goodman
2023-09-22SL-20321 Fix for missing "has_te" check (thanks Henri)RunitaiLinden
2023-09-22SL-20325 Fix for double sided not working.RunitaiLinden
2023-09-21SL-20321 Interpret missing TEs in override messages as indication overrides ↵RunitaiLinden
should be nulled out if present.
2023-09-20Remove some unnecessary irradiance map bits, also fix the leak.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-20Merge pull request #379 from secondlife/davep/SL-19842Brad Linden
New GLTF protocol and lighting changes
2023-09-20Remove win32 build from DRTVWR-559 github buildBrad Linden
2023-09-19SL-20177: Blind attempt at fixing crash in SetWindowLongPtr. Guess based on ↵Cosmic Linden
the fact that crashes started around the time VRAM accounting was added.
2023-09-19SL-20229 Fix for mac build (and don't spam log on viewers that don't know ↵RunitaiLinden
about a particular GenericStreamingMessage method)
2023-09-19SL-5522 Fix applying textuers and materials with limited restrictions to ↵Andrey Kleshchev
attachments 1. Texture picker now updates filter's permissions based on selection 2. Various panels now properly check permissions
2023-09-18SL-20229 Cache GLTF updates that are received before the object they're ↵RunitaiLinden
applied to is loaded.
2023-09-18SL-20229 Add blip for GLTF messages to "Show Updates to Objects"RunitaiLinden
2023-09-18SEC-430 'WARNING: LLFace::getGeometryVolume: Index buffer overflow' occuring ↵Alexander Gavriliuk
500 times plus per minute
2023-09-14SL-20268 FIXED clicking Cancel doesn't revert Materials permsMnikolenko Productengine
2023-09-12SL-20157: Fix scale of avatar mesh parts when mikktspace tangent generation ↵Cosmic Linden
fails
2023-09-11Merge remote-tracking branch 'remotes/origin/DRTVWR-559' into davep/SL-19842RunitaiLinden
2023-09-11SL-20090 BugSplat Crash: LLViewerFetchedTexture::updateFetch(2099)Alexander Gavriliuk
2023-09-11SL-20229 update message template hashRunitaiLinden
2023-09-11SL-19842 WIP -- Now that probes can override ambient, unroll ambient ↵RunitaiLinden
darkening hacks.
2023-09-09Merge branch 'DRTVWR-559' into DRTVWR-583Jonathan "Geenz" Goodman
2023-09-09Remove the rebuild on the drawable. Wasn't working as expected anyways.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Update reflectionProbeF.glslJonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Update llheroprobemanager.cppJonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Mostly fixed placement math.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Even more placement modes. Reflected axis modes need work.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Some more modes for mirrors to place the probe.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-06Merge pull request #361 from secondlife/SL-20167cosmic-linden
SL-20167: Grey out the clipboard when copying the material is not allowed
2023-09-06SL-20167: Don't block clipboard if GLTF material is nullCosmic Linden
2023-09-06SL-20167: Also check permission on paste to be certainCosmic Linden
2023-09-06SL-19842 WIP -- Change how probe ambiance mixes with sky ambient.RunitaiLinden
2023-09-05SL-19655 Remove a couple unused debug settings and related code (update)Alexander Gavriliuk
2023-09-05SL-18125 Fixed default upload permissions being ignoredAndrey Kleshchev
2023-09-05SL-19709 Fix for fullbright shiny not factoring out exposure (update)Alexander Gavriliuk
2023-09-05SL-20236 BugSplat Crash in LLVertexBuffer::validateRange(708)Alexander Gavriliuk
2023-09-01SL-20167: Grey out the clipboard when copying the material to clipboard is ↵Cosmic Linden
not allowed
2023-09-01SL-19664 Crash in LLAppViewer::initStrings(2985) - log extended infoAlexander Gavriliuk
2023-09-01Temporary data model shenanigans.Jonathan "Geenz" Goodman
Should help tweak and tune placement with direct community guidance. DRTVWR-583
2023-08-30SL-19842 Followup -- less aggressive ambient kill.RunitaiLinden
2023-08-30SL-19842 Followup -- fix sunlight going black and make automatic object ↵RunitaiLinden
probes more wishy-washy (removes dark splotches where probes get stuck in walls)
2023-08-30SL-19664 Crash in LLAppViewer::initStrings - make the error message more ↵Alexander Gavriliuk
informative
2023-08-30SL-18366 Crash in LLCullResult::assertDrawMapsEmpty - make the error message ↵Alexander Gavriliuk
more informative
2023-08-29SL-20229 Add GenericStreamingMessage and use it to receive GLTF material ↵RunitaiLinden
overrides
2023-08-29Add a probe strength uniform for hero probes.Jonathan "Geenz" Goodman
On standard reflection probes this doesn't really do anything. DRTVWR-583
2023-08-29Merge branch 'DRTVWR-559' into DRTVWR-583Jonathan "Geenz" Goodman
2023-08-29Add protocol level mirror support, and UI.Jonathan "Geenz" Goodman
2023-08-25SL-20197 Remove 'Edit PBR material' from context menu when editing an attachmentAlexander Gavriliuk
2023-08-24Fix the probe flashing, and avatars.Jonathan "Geenz" Goodman
DRTVWR-583
2023-08-23Fix merge breakage in windows installer_templete.nsi for DRTVWR-559Brad Linden
2023-08-23Merge remote-tracking branch 'origin/main' into DRTVWR-559Brad Linden