summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-22Merge pull request #4135 from secondlife/geenz/mac-outfit-gallery-crash-fixJonathan "Geenz" Goodman
Fix null outfit gallery observer pointer
2025-05-22#4109 Improve handling of GLTF transform hierarchyAndrey Lihatskiy
2025-05-22#4132 fix name mentions sometimes not being highlightedMaxim Nikolenko
2025-05-22Remove mOutfitsObserver, use mCategoriesObserver from our base.Jonathan "Geenz" Goodman
2025-05-22Merge pull request #4100 from secondlife/viewer-1865-for-2025.04sethalvesLL
Viewer 1865 for 2025.04
2025-05-22Fix null outfit gallery observer pointerJonathan "Geenz" Goodman
2025-05-22#4118 Allow Bulk Upload to initialize on Bulk Upload All optionMaxim Nikolenko
2025-05-22Crash at LLVOVolume::isAnimatedObjectAndrey Kleshchev
2025-05-22#4128 Crash on mInvBindMatrixAndrey Kleshchev
2025-05-21Merge pull request #4133 from secondlife/geenz/macos-texture-crashJonathan "Geenz" Goodman
Fix for crash on macOS when loading a GLTF mesh. Fixes meshes not loading on macOS.
2025-05-21White space.Jonathan "Geenz" Goodman
2025-05-21Make loading the asset into VRAM optional.Jonathan "Geenz" Goodman
2025-05-21Make sure we're guarding texture uploads to the GPU properlyJonathan "Geenz" Goodman
If we're not loading a texture, most of this should not be necessary.
2025-05-21Fix for crash when loading texutres on a GLTF mesh.Jonathan "Geenz" Goodman
2025-05-22Merge tag 'Second_Life_Release#a31b7ae2-Second_Life_Release#a31b7ae-2025.04' ↵Erik Kundiman
into 2025.04
2025-05-22Merge branch 'main' into 2025.04Erik Kundiman
2025-05-21#4080 Rigged mesh support #2Andrey Kleshchev
2025-05-21Merge pull request #4126 from secondlife/maxim/2025.04-p430Maxim Nikolenko
#p430 don't show MFA dialog twice
2025-05-21fix test for lllogininstance.cppMaxim Nikolenko
2025-05-21#4105 Support .gltf and .glb files in lookupLODModelFilesAndrey Lihatskiy
2025-05-21#p430 don't show MFA dialog twiceMnikolenko Productengine
2025-05-20Update macos icons (#4042, #4112)Andrey Lihatskiy
according to https://developer.apple.com/design/human-interface-guidelines/app-icons
2025-05-19#4102 Allow selecting gltf models on macAndrey Kleshchev
2025-05-19#4080 Import GLTF skin dataAndrey Kleshchev
2025-05-19reuse region variable instead of multiple calls to gAgent.getRegion()Seth Alves
2025-05-19adjust which webrtc tracks are enabled when the avatar crosses a region borderSeth Alves
2025-05-18Merge branch 'geenz/gltf-mesh-import' into marchcat/gltf-mesh-texture-importAndrey Lihatskiy
2025-05-16More white space.Jonathan "Geenz" Goodman
2025-05-16Merge branch 'geenz/gltf-texture-upload-merge' into geenz/gltf-mesh-importJonathan "Geenz" Goodman
2025-05-16White space.Jonathan "Geenz" Goodman
2025-05-16Merge branch 'release/2025.04' into geenz/gltf-mesh-importJonathan "Geenz" Goodman
2025-05-16#4091 fix speaker icon is showing all users speaking when anyone is talkingMaxim Nikolenko
2025-05-16#4088 Fix Outfit folders changing to normal foldersAndrey Kleshchev
when parent copied and pasted
2025-05-14Use correct model dimensions and bounding box rotationAndrey Lihatskiy
2025-05-14#4081 Meshes missing after teleportAndrey Kleshchev
2025-05-14Improve mesh scalingAndrey Lihatskiy
2025-05-14Merge branch 'geenz/gltf-mesh-import' into marchcat/gltf-mesh-texture-importJonathan "Geenz" Goodman
2025-05-14Make pulling weights per vertex.Jonathan "Geenz" Goodman
2025-05-14Revert "Revert to LL's OpenJPEG fork"Erik Kundiman
This reverts commit 3a36cdf6ebd9d2795bdcd14162f38df568d51796.
2025-05-14#4072 Fix Appearance floater not updatingAndrey Kleshchev
2025-05-13#4071 Permit pasting links into outfitsAndrey Kleshchev
Like it's permitted to drop them
2025-05-13#4069 Fix crash at handleToolTipAndrey Kleshchev
2025-05-13#2279 fix for View Angle settingMaxim Nikolenko
2025-05-13#4060 Fix subfolders use through ctrl-vAndrey Kleshchev
2025-05-13#4055 Fix subfolder draggingAndrey Kleshchev
2025-05-13Include Expat *before* APR when configuring depsErik Kundiman
On some platforms where there's no such system library, and no prebuilt binaries for them, Expat needs to be built first before APR, because apr-util depends on Expat.
2025-05-13GNU sed editing in place syntax without repetitionErik Kundiman
2025-05-13Reduce 2-line CPack settings clutter to 1-linesErik Kundiman
2025-05-13Lose the not really required double quotesErik Kundiman
on the CMake string match tests.
2025-05-13Like the previous commit, except the oppositeErik Kundiman
cause this one spans a bit far, that we need to set some value in the parentheses as a reminder.