Commit Graph

51712 Commits (2b7b81fbdbaaaa8698828af9529f9693692da2a2)

Author SHA1 Message Date
Alexander Gavriliuk 2b7b81fbdb #459 Filters on object inventory 2024-09-08 00:11:56 +02:00
Andrey Kleshchev 2e886b7cfe
Merge pull request #2521 from secondlife/andreyk/viewer_2411
viewer#2411 Use font buffer for inventory
2024-09-07 20:20:18 +03:00
Andrey Kleshchev 4a00280b89 viewer#2411 Use font buffer for inventory 2024-09-07 00:32:18 +03:00
Roxanne Skelly 9ce23ccc5e
Merge pull request #2522 from secondlife/roxie/webrtc-281
Don't enable vivox spatial when teleporting while in a webrtc conference/p2p/group call
2024-09-06 13:40:25 -07:00
Roxie Linden 3017b1bae1 Don't enable vivox spatial when teleporting while in a webrtc conference/p2p/group call
Processing for vivox was being enabled when teleporting into a vivox region
regardless as to whether the user was in a conference/p2p/group call, resulting
in vivox spatial and webrtc conference/p2p/group simultaneously being active.
2024-09-06 12:00:00 -07:00
TJ 6af471482d
Add toggles to avatar dropdown for hear sound or voice from avatar. (#2518, #2519) 2024-09-06 17:08:32 +03:00
Ansariel Hiller 256ac6e962
Fix login progress always showing incorrect attempt number (#2517) 2024-09-06 16:58:50 +03:00
Andrey Kleshchev 322b13cf95
Merge pull request #2516 from Ansariel/develop-inventory_item_count
Follow-up fix for 238a2a64b3
2024-09-06 09:44:09 +03:00
Ansariel 3c471b8155 Follow-up fix for 238a2a64b31e6a0b431309e363067a7fe57125ae: Item count will always show fetch label even after fetch is complete 2024-09-06 02:20:10 +02:00
Roxanne Skelly 33fbcd858f
Merge pull request #2514 from secondlife/roxie/webrtc-race
Fix race condition that was preventing "Voice Call" menu from reliably calling.
2024-09-05 15:07:00 -07:00
Roxie Linden fe9596bf79 Fix race condition that was preventing "Voice Call" menu from reliably calling.
The code attempted to do a call to a session immediately after a call that
launched a coroutine to set up a session.  Sometimes, the coroutine executed
in time, sometimes not.

The fix is to set a flag to start a call after the session has been created
on the server.

Test Plan:
* Close all active chat sessions.
* Select 'Voice Call' in the context menu of a nearby avatar.
* Validate popup appears for that nearby avatar requesting to start/ignore/go to im.
* Select 'start'
* Validate the call completes.
2024-09-05 12:07:51 -07:00
Roxanne Skelly a617dc8fab
Merge pull request #2506 from secondlife/roxie/webrtc-1392
Fix some race conditions on webrtc connection shutdown.
2024-09-05 09:19:48 -07:00
Rye Mutt c963baeedb
Merge pull request #2510 from RyeMutt/openxr
Introduce OpenXR SDK prebuilt package and cmake setup
2024-09-05 08:50:01 -07:00
TJ bacf9cfeab
Fixed md5 buffer not being correctly zero-initialized and refactored code. (#2507) 2024-09-05 16:55:02 +03:00
Alexander Gavriliuk 61627f6524 #2461 changing the color of my dot on the minimap 2024-09-05 13:46:08 +02:00
Andrey Kleshchev 494ac09216 viewer#2411 Confine font vertex buffers to static text segments
Collection of vertex buffers happens to often with segmented text.
2024-09-05 06:55:53 +03:00
Andrey Kleshchev 442ee9795e viewer#2411 Use font buffer in line editor 2024-09-05 06:55:53 +03:00
Andrey Kleshchev 238a2a64b3 viewer#2411 Use font buffer in text segments 2024-09-05 06:55:53 +03:00
Rye Cogtail 8c65a61b09 Introduce OpenXR SDK prebuilt package and cmake setup (#2503) 2024-09-04 23:10:50 -04:00
Roxie Linden d9f0a587a8 Fix some race conditions on connection shutdown.
In a few locations, there were cases where connection shutdown
would stall, leaving the connection in place.  This was due to
bad handling of the outstanding operations counter.
2024-09-04 15:45:03 -07:00
Brad Linden 49abe2c8bc Merge remote-tracking branch 'origin/release/2024.08-DeltaFPS' into develop 2024-09-04 12:51:24 -07:00
Brad Linden d5446b3bcd
Merge pull request #2504 from secondlife/brad/cherry-pick-2492
cherry pick fix for #2490 into DeltaFPS
2024-09-04 12:45:17 -07:00
Cosmic Linden e168598045 secondlife/viewer#2490: Fix PBR terrain texture transform feature flag handled by viewer in unpredictable manner 2024-09-04 12:27:05 -07:00
Brad Linden 2a188ab306
Fix another 1856 crash on startup case when Terrain Bake shaders are unsupported (#2491)
fixes secondlife/viewer#1856
2024-09-04 10:42:59 -07:00
TJ c2724537ad
Fixed missing comma in list. Fixed loop with too small loop variable. (#2497) 2024-09-04 19:42:01 +03:00
Dave Parks cb9f3dcfe9
#2482 Low end NVIDIA compatibility pass (#2486)
- Use GL_NVX_gpu_memory_info when available
- Disable transparent water on Mid+ and lower
- Adjust GPU benchmark to better tell the truth
- Texture bias tune up
- viewer-private/#277 - Report foreground_time in viewer stats
2024-09-04 11:34:44 -05:00
cosmic-linden bd266a4a86
Merge pull request #2492 from secondlife/v-2490
secondlife/viewer#2490: Fix PBR terrain texture transform feature flag handled by viewer in unpredictable manner
2024-09-04 09:21:28 -07:00
Alexander Gavriliuk f1e0fc68e7 #2471 The Destinations ComboBox on Login Screen... (quick fix) 2024-09-04 17:46:19 +02:00
Andrey Kleshchev 2fc8d5ff3c viewer#2411 Cleanup #2 2024-09-04 10:16:46 +03:00
Andrey Kleshchev 4cc0edb189 viewer#2411 Cleanup 2024-09-04 10:16:46 +03:00
Andrey Kleshchev 57ab1a410f viewer#2411 A bit more coverage for font buffer 2024-09-04 10:16:46 +03:00
Andrey Kleshchev 5c64e5e13d viewer#2411 LLFontGL::render optimizations #3 2024-09-04 10:16:46 +03:00
Andrey Kleshchev a638d9610d viewer#2411 LLFontGL::render optimizations #2 2024-09-04 10:16:46 +03:00
Andrey Kleshchev 2bae8dfb81 Remove usused LLButton::mBorderEnabled 2024-09-04 10:16:46 +03:00
Andrey Kleshchev 4ae1de1f8a viewer#2411 LLFontGL::render optimizations 2024-09-04 10:16:46 +03:00
Cosmic Linden 0f166a199d secondlife/viewer#2490: Fix PBR terrain texture transform feature flag handled by viewer in unpredictable manner 2024-09-03 17:53:21 -07:00
Dave Parks 891219dcef
#1852 Fix for some visual corruption caused by divide by zero in lighting functions (#2488) 2024-09-03 17:47:32 -07:00
Rye Mutt 36423bd660
Merge pull request #2489 from RyeMutt/fix-buffervis
Fix visualizing luminance buffer and small cleanup
2024-09-03 16:02:15 -07:00
Rye Cogtail dfae0d9d78 Fix visualizing luminance buffer and small cleanup 2024-09-03 18:20:36 -04:00
cosmic-linden ceed015e4e
Merge pull request #2484 from secondlife/v-2483
secondlife/viewer#2483: Fix label typo in PBR terrain texture transforms tab
2024-09-03 13:56:00 -07:00
Cosmic Linden e42e95d878 secondlife/viewer#2483: Fix label typo in PBR terrain texture transforms tab 2024-09-03 10:10:32 -07:00
Andrey Kleshchev 821a7314b1 viewer#2311 Message about oversized snapshots wasn't shown in some cases 2024-09-03 16:47:53 +03:00
Andrey Kleshchev fc46e6147e viewer#2310 Fix snapshot's size string dropping color during upload 2024-09-03 12:32:26 +03:00
Alexander Gavriliuk ee9f7ec670 #2403 Reset Skeleton issues 2024-09-03 02:14:59 +02:00
Alexander Gavriliuk 470f35b109 #2471 The Destinations ComboBox on Login Screen changes the selected item to the similar one 2024-09-03 00:30:40 +02:00
TJ 12d60b3d9b
More styling fixes and other minor inconsistency fixes in inventorymodelbackgroundfetch code. (#2476) 2024-09-02 22:51:58 +03:00
Brad Linden 7c9c142a55
Restore old error handling early out logic in LLAppViewer::init() (#2475)
fixes secondlife/viewer#2474
2024-09-01 11:05:48 -07:00
Rye Mutt 5b832291a8
Introduce Khronos Neutral tonemapper as new default along with debug options to control tonemap mix (#2464) (#2468) 2024-08-30 14:49:05 -05:00
cosmic-linden 7ab6144c00
Merge pull request #2472 from secondlife/v-2448
secondlife/viewer#2448: Fix crash rendering rigged PBR prims
2024-08-30 11:05:44 -07:00
Cosmic Linden 9004cf64bf secondlife/viewer#2448: Fix crash rendering rigged PBR prims 2024-08-30 10:57:44 -07:00