Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-09 | #1126 gltf scene import prototype (#1172) | RunitaiLinden | |
* #1126 GLTF Scene import initial prototype (working geometry import for some assets) * #1126 WIP -- Expand support for more vertex formats, PoC material import, shadow support, scale support * #1126 move GLTF implementation to newview/gltf * #1126 Refactor attribute loading to be less copy/pasta for each combination of types * #1126 Partially working object selection. Ability to have multiple scenes at once. Helpful message on how to use the preview button. * #1126 Add bounding box debug display and untangle GLTF raycast from LLVOVolume raycast * #1126 Working raycast on GLTF scenes. * #1126 Remove some #pragma optimize offs | |||
2024-04-09 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-04-09 | Increment viewer version to 7.1.6 | Nat Goodspeed | |
following promotion of secondlife/viewer #690 | |||
2024-04-09 | Merge pull request #1162 from secondlife/v-759 | cosmic-linden | |
secondlife/viewer#759: Fix minimap loading for 2k PBR materials | |||
2024-04-09 | Merge pull request #1164 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
2024-04-08 | Merge branch 'roxie/webrtc-voice' of https://github.com/secondlife/viewer ↵ | Roxie Linden | |
into roxie/webrtc-voice | |||
2024-04-08 | Show mute/unmute status in group voice | Roxie Linden | |
2024-04-08 | secondlife/viewer#759: Fix minimap loading for 2k PBR materials, and ↵ | Cosmic Linden | |
probably other odd cases | |||
2024-04-08 | Merge pull request #1150 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
2024-04-07 | CR suggestions | Roxie Linden | |
2024-04-07 | missed a file | Roxie Linden | |
2024-04-07 | Show 'decline' when peer declines p2p voice | Roxie Linden | |
The simulator will send a chatterbox notification that voice is no longer in use for a given channel, and the viewer should take that as a case where the peer does not want voice, hence it's a decline. | |||
2024-04-06 | Tell the user the peer has declined and shut down voice channel | Roxie Linden | |
When the server sends up a notification that a peer is not doing voice in adhoc-style p2p chat, shut down the voice call and notify the user the peer has declined. | |||
2024-04-06 | Port from JsonCPP to Boost.Json for json parsing and serializing (#1054) | Rye Mutt | |
2024-04-05 | SL-19585 Fix openal exit failure logging | Andrey Kleshchev | |
2024-04-04 | checkpoint p2p im decline/accept work | Roxie Linden | |
2024-04-04 | viewer#1117 Use attacment info for declouding logic | Andrey Kleshchev | |
2024-04-04 | Merge branch 'roxie/webrtc-voice' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-voice | |||
2024-04-04 | An explicit "decline" message for P2P | Roxie Linden | |
When declining a P2P voice call for webrtc, instead of relying on vivox to stop "ringing," we need to send an explicit decline message from the peer through the server infrastructure. | |||
2024-04-04 | secondlife/viewer#984 BugSplat Crash: LLLoadedCallbackEntry::removeTexture(146) | Alexander Gavriliuk | |
2024-04-03 | Merge pull request #1133 from secondlife/v-773 | cosmic-linden | |
secondlife/viewer#773: Improve documentation for RenderTerrainPBREnabled | |||
2024-04-03 | secondlife/viewer#773: Improve test plan for PBR terrain feature flag | Cosmic Linden | |
2024-04-03 | secondlife/viewer#773: Amend dev setting description for RenderTerrainPBREnabled | Cosmic Linden | |
2024-04-02 | #1116 HDRI preview enhancements (#1119) | RunitaiLinden | |
Don't split sky in radiance and irradiance maps Allow for applying HDRI sky to only irradiance map Allow for showing entire EEP sky (clouds and all) when split is set to zero | |||
2024-04-02 | #854 Fix for skies that shouldn't be auto-adjusted getting auto-adjusted. ↵ | RunitaiLinden | |
(#1115) | |||
2024-04-02 | https://github.com/secondlife/jira-archive-internal/issues/71062 Fix for ↵ | RunitaiLinden | |
avatar not responding to keyboard inputs when not visible (#1113) | |||
2024-04-02 | Merge pull request #1106 from ↵ | Guru | |
secondlife/guru/viewer-925-missing-simple-smile-emoji secondlife/viewer#925 Missing simple :smile emoji | |||
2024-04-02 | Merge pull request #1108 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
2024-04-01 | oopse | Roxie Linden | |
2024-04-01 | Fix "default" audio device handling. | Roxie Linden | |
Windows and Mac/Linux behave slightly differently with respect to Default devices, in that mac/linux (I think) simply assumes the device at index 0 is the default one, and windows has a separate API for enabling the default device. | |||
2024-04-02 | secondlife/viewer#925 Missing simple :smile emoji | Alexander Gavriliuk | |
2024-04-01 | Fix the bogus, zero cloud scroll rate in default EE sky settings. | Henri Beauchamp | |
Obvioulsy, there has been a typo done when copying WL default sky parameters to EE ones. This causes "static" and quite unrealistic clouds when this default setting is used as a base for a new sky setting, and we see this bad static sky resurfacing now with PBR and its "adjusted" (more like hacked, but this is another story) mid-day sky setting. Let's fix this typo once and for all in LL's code base (most TPVs have it fixed already, and this ever since EEP got released). @LL: please also fix the cloud scroll rate in the PBR mid-day inventory setting accordingly. | |||
2024-04-01 | viewer#1081 Account for 2K texture upload price in bulk upload | Andrey Kleshchev | |
2024-04-01 | viewer#1081 Account for 2K texture upload price in material and texture upload | Andrey Kleshchev | |
2024-04-01 | Merge pull request #1100 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
[WebRTC] Add UI for AGC, Echo Cancellation, and Noise Reduction; use Linden STUN servers. | |||
2024-04-01 | Switch to 3p-boost repo built libs | Bennett Goble | |
2024-04-01 | Add boost 1.84.0, boost.json | Bennett Goble | |
Update boost from 1.81.0 (2022) to 1.84.0 (2023) and enable the `boost.json` module so that it can replace rapidjson. | |||
2024-03-30 | Fix windows crashes | Roxie Linden | |
* sampling rate was set to 8khz for audio processing, which was causing a 'bands' mismatch with the echo cancler. * Some funnybusiness with lambdas and captures and such was causing a heap crash with respect to function parameters. | |||
2024-03-30 | Merge branch 'roxie/webrtc-voice' of https://github.com/secondlife/viewer ↵ | Roxie Linden | |
into roxie/webrtc-voice | |||
2024-03-30 | Renegotiate on remote description error | Roxie Linden | |
2024-03-30 | Add UI for managing echo cancellation, AGC, and noise control. | Roxie Linden | |
Plumb audio settings through from webrtc to the sound preferences UI (still needs some tweaking, of course.) Also, choose stun servers based on grid. Ultimately, the stun stun servers will be passed up via login or something. | |||
2024-03-30 | Remove BuildParams | Bennett Goble | |
This file is no longer used. | |||
2024-03-28 | #731 Fix for divide by zero when haze density set to zero (#1085) | RunitaiLinden | |
2024-03-28 | #1046 Tweak auto-exposure to not underexpose bright scenes (#1084) | RunitaiLinden | |
2024-03-28 | viewer#1073 crash at loadSkeleton | Andrey Kleshchev | |
looks like file that was being parced got corrupted 'in progress' | |||
2024-03-28 | Remove dead googlemock dependency and related setup code | Rye Mutt | |
2024-03-27 | viewer#1069 Crash after getting list of notification files | Andrey Kleshchev | |
2024-03-27 | secondlife/viewer#944 Display should be consistent between llDialog text and ↵ | Alexander Gavriliuk | |
llDialog buttons | |||
2024-03-27 | Fix merge issues | Ansariel | |
2024-03-27 | Post-merge cleanup (settings.xml) | Andrey Lihatskiy | |