summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-08-09#2229 BugSplat Crash #1502471: ↵Alexander Gavriliuk
SecondLifeViewer!LLPolySkeletalDistortion::apply(196)
2024-08-09Fix copy&paste error in LLPanelFace (#2233)Ansariel Hiller
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 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-07#1922 Make PBR scale and offset crosshair work (fix PBR channels in LLPanelFace)Alexander Gavriliuk
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-06Convert LLUI and LLRender2D to LLSimpleton to reduce overhead during ui draw ↵Rye Mutt
(#2202)
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-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-03Display parcel name when clicking on a parcel on the world map (#2131)Ansariel Hiller
2024-08-02viewer#853 Fix upload losing face data.Andrey Kleshchev
Multiple faces can share same mMaterial
2024-08-02Disable EmojiHelper if Digit before Colon (#2178)TommyTheTerrible
* Disable EmojiHelper if Digit before Colon Typing in times with the new emoji helper pop-up can be frustrating, so I would like to propose disabling it when there is a number before the colon. * Remove trailing space in indra/llui/llemojihelper.cpp --------- Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
2024-08-02Update to libhunspell 1.7.2-r1 (#2175)Rye Mutt
2024-08-02Remove dead pcre library dependency (#2177)Rye Mutt
2024-08-02Update from jpeglib to libjpeg-turbo 3.0.3 (#2161, #2173)Rye Mutt
2024-08-02Crash at LLViewerTexture::updateClass()Andrey Kleshchev
2024-08-01Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into developBrad Linden
2024-08-01Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵Brad Linden
release/2024.06-atlasaurus
2024-08-01Merge pull request #2168 from RyeMutt/emoji-fixesAndrey Lihatskiy
Emoji picker warning fixes and cleanup
2024-08-01Fix trying to bind to non-existent texunit sampler during water draw (#2128)Rye Mutt
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-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-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-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