Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-23 | SL-19228: Fix GLTF texture transform rotation and add UV debug (PBR only). ↵ | Cosmic Linden | |
See textureUtilV.glsl for UV coordinate comments | |||
2023-02-23 | SL-19236 Fix for HUDs not rendering when transparent water is disabled. | Dave Parks | |
2023-02-23 | DRTVWR-559 Fix for irradiance maps going black at 128x128 radiance map ↵ | Dave Parks | |
resolution. Improve radiance map anti-aliasing and default to 128x128 everywhere. | |||
2023-02-22 | DRTVWR-559 Fix for mac build. | Dave Parks | |
2023-02-22 | DRTVWR-559 Fix for stall in probe occlusion culling and fix for culled ↵ | Dave Parks | |
neighbors getting sampled (badly). | |||
2023-02-21 | DRTVWR-559 Fix SSR on transparent PBR surfaces. | Dave Parks | |
2023-02-21 | DRTVWR-559 WIP -- Kill debug text on probes (whoops) | Dave Parks | |
2023-02-21 | DRTVWR-559 WIP -- occlusion culling for reflection probes -- has a defect ↵ | Dave Parks | |
for objects close to the camera at some angles and leaks query objects, will follow up. | |||
2023-02-22 | SL-19244 Layout fix for the media type field in About Land | Andrey Lihatskiy | |
2023-02-22 | SL-19245 Layout fix for the Chat tab in Preferences | Andrey Lihatskiy | |
2023-02-21 | SL-19239 Day after three day quality pass - add ACES tone mapping to address ↵ | Dave Parks | |
"haziness" (and also fix banding in emissive materials) | |||
2023-02-17 | SL-19239 Redo integration of Sascha's radiance map filter. | Dave Parks | |
2023-02-17 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-17 | SL-19128 Soften the transition between manual and automatic sphere probes. | Dave Parks | |
2023-02-17 | SL-18735 Fix scroll not following item for long enough | Andrey Kleshchev | |
2023-02-17 | SL-19204 Crash at removeObserver | Andrey Kleshchev | |
A lot of reports about crashes in voice's removeObserver with no indication of the cause, all MAC specific. By this point terminate should have been called and mVoiceModule should be null, yet callstaks suggest it isn't. Commit clears LLVoiceClient beforehand to avoid the issue entirely, but issue lies elsewhere and 'voice' crash is just a symptom. | |||
2023-02-16 | SL-17640 Fix 'Apply now' being enabled when importing | Andrey Kleshchev | |
2023-02-16 | Merge pull request #84 from secondlife/SL-19191 | Brad Linden | |
Fix for crash on startup for M1 macs | |||
2023-02-15 | Fixup mac compatibility for SL-18762 shadowUtil.glsl changes | Brad Linden | |
2023-02-15 | Merge pull request #76 from secondlife/SL-19121 | cosmic-linden | |
SL-19121: Add some override tests | |||
2023-02-15 | SL-18927 Warn *before* destroying content, not after. Followup from last ↵ | Dave Parks | |
commit -- immediately apply scale to sphere probes. | |||
2023-02-15 | SL-19220 Have manual sphere probes live-track their associated LLViewerObjects | Dave Parks | |
2023-02-15 | SL-19121: Add additional test at request of review | Cosmic Linden | |
2023-02-15 | SL-19121: Address review comments from SL-19080 phase 2 | Cosmic Linden | |
2023-02-15 | SL-19219 Fix for reflection probe display rendering during HUD render (also ↵ | Dave Parks | |
shadow frusta) | |||
2023-02-15 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-15 | SL-18568 Fix for only one projector casting shadows. | Dave Parks | |
2023-02-14 | SL-19121: Add some override tests | Cosmic Linden | |
2023-02-14 | Merge pull request #85 from secondlife/SL-19002 | cosmic-linden | |
SL-19002: Handle edge case in client networking which could cause material ID and overrides to become out-of-sync | |||
2023-02-14 | SL-19002: Stop sending material IDs from client via material params and just ↵ | Cosmic Linden | |
call queueApply/queueModify | |||
2023-02-14 | Potential fix for SL-19191 | Jonathan "Geenz" Goodman | |
Crash on startup for M1 macs SL-19191 | |||
2023-02-14 | Merge pull request #73 from secondlife/SL-19080 | cosmic-linden | |
SL-19080: GLTF Material asset consistency: Part 2: Update viewer GLTF Material asset upload to v1.1 | |||
2023-02-14 | SL-18983 and SL-18680 Disable automatic alpha masking on HUDs. | Dave Parks | |
2023-02-14 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-14 | SL-18762 Fix for broken local lights on alpha when wearing a HUD attachment. ↵ | Dave Parks | |
Also fix stuck sun/moon and incidental decruft. | |||
2023-02-14 | SL-18581 Add more logging | Andrey Lihatskiy | |
2023-02-13 | SL-18268 - Viewer update to read group chat history. | simon | |
Feature described at https://community.secondlife.com/blogs/entry/12652-coming-soon-to-a-viewer-near-you-group-chat-history/ | |||
2023-02-14 | SL-19183 PBR mapping scale values start on zero | Andrey Kleshchev | |
2023-02-13 | SL-19110 revert LLUUID::combine() to old algorithm to match server code. (#75) | Henri Beauchamp | |
As it happens, the change in the LLUUID::combine() algorithm introduced by one of my previous commits is causing invalid assets creation (seen with some clothing items, such as Shape and Universal types); obviously, the server is using the old algorithm for UUID validation purpose of these assets. This commit reverts LLUUID::combine() code to use LLMD5. | |||
2023-02-13 | SL-19110 revert LLUUID::combine() to old algorithm to match server code. (#75) | Henri Beauchamp | |
As it happens, the change in the LLUUID::combine() algorithm introduced by one of my previous commits is causing invalid assets creation (seen with some clothing items, such as Shape and Universal types); obviously, the server is using the old algorithm for UUID validation purpose of these assets. This commit reverts LLUUID::combine() code to use LLMD5. | |||
2023-02-13 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-13 | SL-18664 Fix for "transparent water" off causing broken horizon line. | Dave Parks | |
2023-02-12 | SL-19119 Fix mouse steering | Andrey Kleshchev | |
2023-02-10 | SL-19080: Restrict LLGLTFMaterial fields test to a single compiler target, ↵ | Cosmic Linden | |
as results can vary between compilers | |||
2023-02-10 | Updated tracy packages and config for tracy-v0.8.1 for SL-18563 | Brad Kittenbrink (Brad Linden) | |
2023-02-10 | SL-18671 Adjust fog density to more closely match sRGB space results. | Dave Parks | |
2023-02-10 | SL-19187 Fix for occlusion and shadow frusta debug displays not working as ↵ | Dave Parks | |
expected. | |||
2023-02-10 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-10 | SL-19195 Fix for world map tiles not rendering if empty. | Dave Parks | |
2023-02-10 | Upgraded tracy package and enabled for mac with USE_TRACY for work on mac ↵ | Brad Linden | |
perfomance SL-18563 ``` autobuild installables edit "tracy" url="https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/110561/960415/tracy-v0.7.8.578230-darwin64-578230.tar.bz2" hash="70f31fa71ecb52bd092da52e27c3ff8c" autobuild installables edit "tracy" url="https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/110562/960424/tracy-v0.7.8.578230-windows-578230.tar.bz2" hash="1dc33422939adf015db85e96c5a8276e" autobuild installables edit "tracy" url="https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/110563/960429/tracy-v0.7.8.578230-windows64-578230.tar.bz2" hash="fcc6ecece2ecb65aa36500dfa9461fb3" ``` |