summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-01Fix trying to bind to non-existent texunit sampler during water draw (#2128)Rye Mutt
2024-08-01Merge pull request #2162 from secondlife/roxie/webrtc-voice-crash-detectRoxanne Skelly
[WebRTC] Implement a Logging Sink for WebRTC
2024-08-01Fix excessive wstring conversions during emojipicker drawRye Mutt
2024-08-01Fix emojipicker floater group buttons leaking and xui warningRye Mutt
2024-08-01Fix failure to join or detach threads causing rare shutdown terminationRye Mutt
2024-08-01viewer#2163 Crash at getReflectionProbeIsDynamicAndrey Kleshchev
2024-08-01viewer#2157 Toolbar's drop position indicator does not appearAndrey Kleshchev
2024-07-31Implement a Logging Sink for WebRTCRoxie Linden
WebRTC logs now pass out of the webrtc library into a logging sink, which converts them into SecondLife.log compatable logging calls. This includes fatal errors and asserts, which are now logged into SecondLife.log, and should be available in the crash logger.
2024-07-31Merge pull request #2155 from secondlife/roxie/webrtc-voice-crash-detectRoxanne Skelly
[WebRTC] Use new webrtc lib with crash-on-fatal support
2024-07-31viewer#2153 Crash at LLViewerTextureList::updateImageDecodePriorityAndrey Kleshchev
Crash at getTextureEntry which calls getTE(mTEOffset)
2024-07-31viewer#2144 Correct unclear terminilogy in region's debug panelAndrey Kleshchev
2024-07-30Use new webrtc lib with crash-on-fatal supportRoxie Linden
2024-07-30build.yaml: Fix FROM_FORK value, ReleaseOS PR builds (#2147)Signal Linden
2024-07-30Cache LLVOAvatar::isBuddy check to reduce repeated calls to ↵Rye Mutt
LLAvatarTracker::isBuddy during draw (#2149)
2024-07-30viewer#2121 Don't update Audio visualizer if voice is blockedAndrey Kleshchev
2024-07-30fix another misleading indentation compiler warningZi Ree
Fix indentation mistake that trips gcc's misleading indentation warning.
2024-07-30viewer-private#255 p2p outgoing calls did not work correctly #2Andrey Kleshchev
2024-07-30viewer-private#255 p2p outgoing calls did not work correctlyAndrey Kleshchev
Issue: P2P was catching STATUS_LEFT_CHANNEL meant for nearby chat and adopting channel info for itself Solution: - Moved one of notifyStatusObservers calls so that it would have uri data instead of firing with no channel info - Made p2p sessions init with uri data, like it was before webrtc. Which is used to distinguish observer notifications. - Removed mAudioSessionChanged. It was unused yet confusing.
2024-07-30viewer#2142 Crash at LLOutfitGalleryItem::setDefaultImageAndrey Kleshchev
2024-07-29Merge pull request #2143 from secondlife/signal/rm-build-crustSignal Linden
build.yaml: Remove unused BUILD variable
2024-07-29Fix trailing whitespacesAnsariel
2024-07-29Fix callbacks for PBR region terrain panel not getting wired up properlyAnsariel
2024-07-29small adjustment to reduce confusionAndrey Kleshchev
2024-07-29viewer#2071 Soft quit on 'out of memory' for meshes #2Andrey Kleshchev
2024-07-29viewer#2071 Properly handle 'out of memory' for meshesAndrey Kleshchev
2024-07-29#2100 BugSplat Crash #1497210: LLVOAvatar::updateImpostors()(10616)Alexander Gavriliuk
2024-07-29build.yaml: Remove unused BUILD variableBennett Goble
2024-07-29#2103 BugSplat Crash #1497033: LLViewerTextureList::getImageAlexander Gavriliuk
2024-07-29Merge pull request #2138 from secondlife/signal/oss-pr-buildsSignal Linden
Fix PR builds from forks
2024-07-29Replace liburiparser with boost::urlRye Mutt
2024-07-29Fix trailing whitespaces in webrtc code to pass pre-commitAndrey Lihatskiy
2024-07-28Fix PR builds from forksBennett Goble
Build ReleaseOS when a PR is from a fork rather than Release. This fixes OSS PR builds which, until now, have been failing because they cannot access secrets.
2024-07-29fix misleading indentation compiler warningsZi Ree
Fix several indentation mistakes, some of them trip gcc's misleading indentation warning.
2024-07-29Fix lltest failure by outputting to the sharedlibs dir like other tests on ↵Rye Mutt
windows
2024-07-29Update boost to 1.85 and fix deprecation warningsRye Mutt
2024-07-29Fix double variable name in initializationZi Ree
is_asset_knowable variable name is duplicated, causing a compiler warning in gcc.
2024-07-29viewer#2113 Optional disable eyes/head follow cursor/lookatAndrey Kleshchev
Intended for photography, but there is curently no nice way to present it so it's in debug options until we get some critical mass of features that can be collected into a single whole.
2024-07-27Fix warning for Type mismatch in LLMsgVarData::addData for SpaceIP (#2125)Rye Mutt
2024-07-27Destroy stream process when stopping audio stream to allow restarting in the ↵Rye Mutt
case of stuck or errored libvlc (#2124)
2024-07-27Fix a bunch of XUI warnings (#2120)Ansariel Hiller
2024-07-27Fix rapidly triggering gestures can make them get stuck (#2126)Ansariel Hiller
2024-07-27Fix running multiple viewer instances stealing sound from first instance (#2127)Ansariel Hiller
2024-07-26Merge pull request #2116 from RyeMutt/fix-findchild-part2Andrey Lihatskiy
Fix more findChild calls during draw and frequent data callbacks
2024-07-26Fix trailing whitespaces to make pre-commit happyAndrey Lihatskiy
2024-07-26Reduce utf8 to wstring conversion and llwstring temporaries during text draw ↵Rye Mutt
(#2115)
2024-07-26Fix findChild during draw in conversation log floaterRye Mutt
2024-07-25Fix some findChild stalls when swapping to/from wearable editorsRye Mutt
2024-07-25Reduce findChild stalls in face panelRye Mutt
2024-07-25Reduce findChild stalls during inventory constructionRye Mutt
2024-07-25Reduce findChild stalls in appearance floaterRye Mutt