Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-13 | viewer-private#236 Don't block removal of marketplace folders | Andrey Kleshchev | |
Marketplace is not visible outside of own floater and that floater will do an extra warning when deleting listings that have additional data. | |||
2024-05-13 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2024-05-10 | Fix issue where groups/adhoc chats were named with the initiators display name | Roxie Linden | |
2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed | |
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7) | |||
2024-05-08 | Fix some session shutdown/error handling code | Roxie Linden | |
2024-05-08 | Fix for mirrors not functioning properly under water. (#1436) | Jonathan "Geenz" Goodman | |
* #1165 Fix for clipping and culling for mirrors under water. | |||
2024-05-08 | Even more mirror fixes. (#1429) | Jonathan "Geenz" Goodman | |
#1271 Add support for mirrors that do not have avatars in them. It does this based on if the probe is set to dynamic or not. #1370 More optimization work to reduce GPU utilization. #1058 - Removed sim feature flag that was overriding mirrors enabled flags secondlife/viewer-private#128 - Locally cache the mirror probe #679 Add additional options to the build floater for mirror probes, including descriptions. | |||
2024-05-06 | The IM Floater speak button was disabled when making group calls | Roxie Linden | |
This is because the button enable state was updated before the call had fully established. | |||
2024-05-06 | Merge branch 'main' of https://github.com/secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-voice | |||
2024-05-02 | Update the participant's region when crossing region boundaries. | Roxie Linden | |
2024-05-02 | Unregister requested data channel when using the negotiated one. | Roxie Linden | |
When creating a new connection, the viewer builds a data channel interface. It then gets a new one, which is a proxy. The viewer uses the new one, and therefore must unregister the callbacks from the old one. Also, update the position data before sending it after the join is sent. | |||
2024-05-02 | Update LLGLTFMaterial tests for changes introduced in SL-20523 | Brad Linden | |
also correct member packing to match server side | |||
2024-05-01 | #1382 Fix for scrubbing occlusion channel of ORM map (#1383) | RunitaiLinden | |
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-04-30 | Fix for SL-20652 shadows on mac breaking alpha blended objects. (#1264) | Brad Linden | |
* Fix for SL-20652 shadows on mac breaking alpha blended objects. fix secondlife/jira-archive-internal#71030 * clean up surrounding indentation * Skip unnecessary casting * Clean up LLGLSLShader::sIndexedTextureChannels usage and improve fix for SL-20652 | |||
2024-04-30 | Fix for black moon. (#1369) | RunitaiLinden | |
2024-04-30 | Can't delete from a map while iterating over it. | Roxie Linden | |
2024-04-30 | Remove voice participants for a connection when shutting it down. | Roxie Linden | |
When teleporting or moving around, connections to regions are shut down. We need to track which participants are associated with the given connections and remove those participants when the connection is shut down. | |||
2024-04-29 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-29 | #886 Fix for crash in LLBumpImageList when connecting to a simulator with ↵ | RunitaiLinden | |
different feature flags (#1345) | |||
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-04-28 | tabbing | Roxie Linden | |
2024-04-28 | Don't default the tracks to unmuted | Roxie Linden | |
2024-04-28 | Reconnects to the voice server weren't happening. | Roxie Linden | |
2024-04-26 | attempt to access participant after it's deleted | Roxie Linden | |
2024-04-26 | Renegotiate voice if the voice server type has changed. | Roxie Linden | |
The server will send an update with new voice credentials when another peer comes in requiring vivox, if the channel was initially webrtc. | |||
2024-04-26 | #1325 Fix for GLTF overrides sometimes not showing up. (#1340) | RunitaiLinden | |
2024-04-26 | Merge pull request #1337 from secondlife/v-1184 | cosmic-linden | |
Cached minimap textures still using extra memory/loading still not reliable | |||
2024-04-26 | secondlife/viewer#1184: Remove logspam | Cosmic Linden | |
2024-04-25 | secondlife/viewer#1184: Fix mac build | Cosmic Linden | |
2024-04-25 | secondlife/viewer#1184: Discourage use of forceToRefetchTexture | Cosmic Linden | |
2024-04-25 | secondlife/viewer#1184: Use more robust/memory-friendly setLoadedCallback ↵ | Cosmic Linden | |
for minimap gen. Fix some emissive maps. | |||
2024-04-26 | viewer#1308 LLFloaterView::restoreAll Crash | Andrey Kleshchev | |
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-24 | viewer#1309 Handle deprecated avatar properties messages | Andrey Kleshchev | |
since server still sends those in some cases | |||
2024-04-24 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
2024-04-24 | 1285 GLTF Animation Prototype | RunitaiLinden | |
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed | |
following promotion of secondlife/viewer #736 | |||
2024-04-23 | Before login, voice device preferences were not populated. | Roxie Linden | |
Before login, when the user shows voice device preferences, the dropdowns were not populated. This is because WebRTC's view of the main queue was not configured. | |||
2024-04-21 | Reconnect when parcel voice params change. | Roxie Linden | |
When parcel voice permissions and region/parcel-only voice settings change, a callback will be made to the viewer with new voice credential information. For webrtc, this means either just the uuid of the voice channel, or nothing if voice is disabled. This change looks at that callback and the channel id, and sets the appropriate flags on the parcel/region as needed which will cause voice to be renegotiated. Also, there was a race condition if the voice connect attempt was made before caps were retrieved, which would have resulted in full renegotiate attempts. Now, just wait until the cap comes in and continue. | |||
2024-04-21 | Fix sampling normals from gbuffer and cleanup redundant gbuffer samples (#1294) | Rye Mutt | |
* Fix sampling normals from gbuffer and cleanup redundant gbuffer samples * Allow negative normals in gbuffer to fix broken material rendering | |||
2024-04-20 | Vivox wasn't ren-enabling voice after ending a p2p call | Roxie Linden | |
2024-04-20 | Adjust logic for determine what voice server type to use. | Roxie Linden | |
2024-04-20 | re-enabling vivox voice didn't bring it back as it thought it was still in ↵ | Roxie Linden | |
the region and parcel. | |||
2024-04-19 | For p2p/adhoc/group calls, prefer voice server type based on what's running ↵ | Roxie Linden | |
on the region | |||
2024-04-20 | viewer#1290 Fix missing variable reinitializations | Andrey Kleshchev | |
2024-04-19 | viewer#1290 Fix snapToMessageHeight crash | Andrey Kleshchev | |
2024-04-19 | Port from OpenEXR to TinyEXR for reduced installer and library size (#1287) | Rye Mutt | |
2024-04-19 | Merge pull request #1288 from secondlife/1284-incorporate-mikktspace-changes | RunitaiLinden | |
1284 incorporate mikktspace changes |