Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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-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" ``` | |||
2023-02-10 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-10 | SL-18122 Fix for HUD text disappearing. | Dave Parks | |
2023-02-10 | SL-19200 No-copy materials cannot be moved on objects using drag and drop | Andrey Kleshchev | |
We allow droping no-copy textures and materials into object's inventory, and we allow asigning them from picker, there should be no reason why drag &drop should be different | |||
2023-02-09 | SL-19080: Address clang-provided errors | Cosmic Linden | |
2023-02-09 | SL-19080: Update GLTF Material asset upload to v1.1, with stricter GLTF ↵ | Cosmic Linden | |
compliance and removal of unsupported features | |||
2023-02-09 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-09 | SL-19181 Modulate "glow" by PBR emissive. | Dave Parks | |
2023-02-09 | Fix SL-19191 mac crash on startup for apple silicon machines. | Brad Linden | |
2023-02-08 | DRTVWR-559 Remove some 32-bit color paranoia checks (potential fix for ↵ | Dave Parks | |
running under wine) | |||
2023-02-08 | DRTVWR-559 Quick fix for radiance map filter using wrong resolution parameter. | Dave Parks | |
2023-02-08 | SL-18229 Mac build fix. | Dave Parks | |
2023-02-07 | SL-18229 Fix for PBR materials on HUDs misbehaving. Incidental decruft. | Dave Parks | |
2023-02-07 | SL-18630 Nudge underground automatic reflection probes to 2m above ground. | Dave Parks | |
2023-02-07 | SL-18780 Turn down contribution of cloud shadow to reflection probe ambiance ↵ | Dave Parks | |
and make the value a debug setting. | |||
2023-02-07 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-07 | SL-19147 Water quality pass. Remove gl_FragDepth writes from sky rendering ↵ | Dave Parks | |
(optimization). Incidental decruft. | |||
2023-02-06 | DRTVWR-559 removing dead code now that RenderHoverGlowEnable is gone. | Brad Linden | |
see commit e9e37aa2ad2315611f262b2b090fe9672f6fee04 for details. | |||
2023-02-06 | SL-19148 Decruft followthrough -- fix for crash when running from installer. ↵ | Dave Parks | |
Feed fresnel component into PBR alpha. Remove obsolete "shader_hierarchy.txt", remove redundant LL_PROFILE_ZONE_SCOPED, remove unused shader feature flag. | |||
2023-02-03 | SL-19148 Decruft followthrough -- one more dead shader | Dave Parks | |
2023-02-03 | SL-19148 Decruft followthrough -- kill more unused shader files | Dave Parks | |
2023-02-03 | SL-19148 Decruft followthrough -- decruft shader tree and some remaining ↵ | Dave Parks | |
forward rendering code. | |||
2023-02-03 | SL-19148 Fix for mac build | Dave Parks | |
2023-02-03 | SL-19148 Fix for mac build | Dave Parks | |
2023-02-03 | SL-19148 Decruft some forward shaders and drawpools. Fix HUDs being in ↵ | Dave Parks | |
wrong color space. | |||
2023-02-03 | SL-19150 Fix for stuttering real-time reflection probes. | Dave Parks | |
2023-02-02 | DRTVWR-559 Merge fix. | Dave Parks | |
2023-02-02 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-02 | Fixups after merge for DRTVWR-559 | Brad Linden | |