summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-08Merge branch 'roxie/webrtc-symbols' of github.com:secondlife/viewer into ↵Roxie Linden
roxie/webrtc-symbols
2024-08-08CR fixesRoxie Linden
2024-08-08Auto-scaling amortisation of dynamic BB calcs (#2226)Beq Janus
* Auto-scaling amortisation of dynamic BB calcs This fix limits the overhead of the dynamic BB calcs to AvatarExtentRefreshMaxPerBatch per AvatarExtentRefreshPeriodBatch frames default is 5 avatar per 4 frames. Thus a standard busy region 25 avatars would take 20 frames to refresh the BBs. * Add comments to give context to the amortised BB recalcs explain the frequency of updates given the number of avatars present as to how that limits the impact on frame rate in busy scenes
2024-08-08viewer#2225 Fix Joystick Floater's FPS dropsAndrey Kleshchev
2024-08-08Update xxhash to 0.8.2 (#2217)Rye Mutt
2024-08-08Update libexpat to 2.6.2 and libapr 1.7.4 (#2214)Rye Mutt
2024-08-08#1922 Make PBR scale and offset crosshair work like Texture crosshair doAlexander Gavriliuk
2024-08-07test llwebrtc.dll for additional symbolsRoxie Linden
2024-08-07include viewer exe in uploaded symbolsRoxie Linden
2024-08-07build debug symbols for llwebrtc even for releaseRoxie Linden
2024-08-07misnamed fileRoxie Linden
2024-08-07spacing issueRoxie Linden
2024-08-07Add Windows multi-pdb upload capabilityRoxie Linden
2024-08-07#1922 Make PBR scale and offset crosshair work (fix PBR channels in LLPanelFace)Alexander Gavriliuk
2024-08-07viewer#2043 bugsplat symbol upload updateAndrey Kleshchev
2024-08-07#1922 Make PBR scale and offset crosshair work (store control pointers in ↵Alexander Gavriliuk
LLPanelFace)
2024-08-07viewer#2212 Bulk upload makes an incorrect cost estimateAndrey Kleshchev
2024-08-07#1922 Make PBR scale and offset crosshair work (fix callbacks in LLPanelFace)Alexander Gavriliuk
2024-08-07viewer-private#262 viewer crashes on exit if the call is not completedAndrey Kleshchev
2024-08-07Adjust some LLVoiceClient functionsAndrey Kleshchev
Feels like I should have made isParticipant and getParticipantList static to minimize singleton dependency/calls
2024-08-07Replace boost::shared_ptr with std in voice classesAndrey Kleshchev
2024-08-06don't need to post dylib as we're using xcarchiveRoxie Linden
2024-08-07viewer#2203 Crash at breakVoiceConnectionCoroAndrey Kleshchev
bar webrtc's coroutines from necromancy
2024-08-06upload xcarchive to bugsplatRoxie Linden
2024-08-06misspelled xcarchiveRoxie Linden
2024-08-06Build an xcarchive for mac symbol upload.Roxie Linden
2024-08-06secondlife/viewer#1883: Add informal documentation for how to use the local ↵Cosmic Linden
paintmap bake and compare it to the heightmap
2024-08-06secondlife/viewer#1883: Local-only PBR terrain paintmap with developer toolsCosmic Linden
2024-08-06NOISSUE: Prevent potential bad matrix state in HUD renderCosmic Linden
2024-08-06As bugspat upload is broken for dylibs within .dSYM bundles, upload the ↵Roxie Linden
dylibs directly
2024-08-06viewer-private#261 (Vivox) Viewer doesn't reconnect to voice chatAndrey Kleshchev
If state was 'ringing' viewer failed to set mSessionTerminateRequested on cancel so the call kept sort of going
2024-08-06Convert LLUI and LLRender2D to LLSimpleton to reduce overhead during ui draw ↵Rye Mutt
(#2202)
2024-08-06Download osx artifacts to working directoryRoxie Linden
2024-08-05allow paths with spacesRoxie Linden
2024-08-05Missed fileRoxie Linden
2024-08-05missing quotesRoxie Linden
2024-08-05Build mac symbols for multiple binaries/dynamic libraries and upload them ↵Roxie Linden
all to bugsplat
2024-08-05viewer#2195 Voice morphs 'not supported' notification lacks descriptionAndrey Kleshchev
2024-08-05Fixed unwanted implicit cast from U32 to U16 causing possible crash (#2193, ↵TJ
#2194)
2024-08-05Remove remainder of unused packet data code from LLTextureFetchAndrey Kleshchev
Downloading packets from server was removed in favor of HTTP
2024-08-05Merge pull request #2190 from RyeMutt/color-debug-floaterAndrey Lihatskiy
Introduce LLUIColorTable debug-settings-alike floater and fix various color system bugs
2024-08-05macOS build fix attemptRye Mutt
2024-08-04Fix chat text segments not dynamically updating when colors changed in ↵Rye Mutt
preferences
2024-08-04Fix various issues with text segments not updating UI colorRye Mutt
2024-08-04Fix various issues with ui elements not updating colors dynamicallyRye Mutt
2024-08-04Optimization and cleanup of various color finds during drawRye Mutt
2024-08-04Add LLUIColorTable debug-settings-like floater for easing skin designRye Mutt
2024-08-05Update ogg_vorbis to 1.3.5-1.3.7 (#2186)Rye Mutt
2024-08-05Reduce Avatar Loading Checks (#2187)TommyTheTerrible
This simple trick stops checking if the avatar is loaded if the avatar is loaded, decreasing calculation times and increasing FPS.
2024-08-02Merge pull request #2184 from Ansariel/altasaurus_underflowBrad Linden
Fix integer underflow causing issues with wearables