Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-22 | Remove mOutfitsObserver, use mCategoriesObserver from our base. | Jonathan "Geenz" Goodman | |
2025-05-22 | Merge pull request #4052 from secondlife/seth/viewer-1865 | sethalvesLL | |
adjust which webrtc tracks are enabled when the avatar crosses a region border | |||
2025-05-22 | Merge pull request #4100 from secondlife/viewer-1865-for-2025.04 | sethalvesLL | |
Viewer 1865 for 2025.04 | |||
2025-05-22 | #4110 Crash on LLScrollListCtrl::deleteSelectedItems | Andrey Kleshchev | |
2025-05-22 | Fix null outfit gallery observer pointer | Jonathan "Geenz" Goodman | |
2025-05-22 | #4118 Allow Bulk Upload to initialize on Bulk Upload All option | Maxim Nikolenko | |
2025-05-22 | Crash at LLVOVolume::isAnimatedObject | Andrey Kleshchev | |
2025-05-22 | #4128 Crash on mInvBindMatrix | Andrey Kleshchev | |
2025-05-21 | White space. | Jonathan "Geenz" Goodman | |
2025-05-21 | Make loading the asset into VRAM optional. | Jonathan "Geenz" Goodman | |
2025-05-21 | Make sure we're guarding texture uploads to the GPU properly | Jonathan "Geenz" Goodman | |
If we're not loading a texture, most of this should not be necessary. | |||
2025-05-21 | Fix for crash when loading texutres on a GLTF mesh. | Jonathan "Geenz" Goodman | |
2025-05-22 | Merge tag 'Second_Life_Release#a31b7ae2-Second_Life_Release#a31b7ae-2025.04' ↵ | Erik Kundiman | |
into 2025.04 | |||
2025-05-22 | Merge branch 'main' into 2025.04 | Erik Kundiman | |
2025-05-21 | #4080 Rigged mesh support #2 | Andrey Kleshchev | |
2025-05-21 | Merge pull request #4126 from secondlife/maxim/2025.04-p430 | Maxim Nikolenko | |
#p430 don't show MFA dialog twice | |||
2025-05-21 | fix test for lllogininstance.cpp | Maxim Nikolenko | |
2025-05-21 | #4105 Support .gltf and .glb files in lookupLODModelFiles | Andrey Lihatskiy | |
2025-05-21 | #p430 don't show MFA dialog twice | Mnikolenko Productengine | |
2025-05-20 | Update macos icons (#4042, #4112) | Andrey Lihatskiy | |
according to https://developer.apple.com/design/human-interface-guidelines/app-icons | |||
2025-05-20 | #4101 Handle boost::filesystem's exceptions | Andrey Kleshchev | |
2025-05-19 | #4102 Allow selecting gltf models on mac | Andrey Kleshchev | |
2025-05-19 | #4080 Import GLTF skin data | Andrey Kleshchev | |
2025-05-19 | reuse region variable instead of multiple calls to gAgent.getRegion() | Seth Alves | |
2025-05-19 | adjust which webrtc tracks are enabled when the avatar crosses a region border | Seth Alves | |
2025-05-18 | Merge branch 'geenz/gltf-mesh-import' into marchcat/gltf-mesh-texture-import | Andrey Lihatskiy | |
2025-05-16 | More white space. | Jonathan "Geenz" Goodman | |
2025-05-16 | Merge branch 'geenz/gltf-texture-upload-merge' into geenz/gltf-mesh-import | Jonathan "Geenz" Goodman | |
2025-05-16 | White space. | Jonathan "Geenz" Goodman | |
2025-05-16 | Merge branch 'release/2025.04' into geenz/gltf-mesh-import | Jonathan "Geenz" Goodman | |
2025-05-16 | #4091 fix speaker icon is showing all users speaking when anyone is talking | Maxim Nikolenko | |
2025-05-16 | #4088 Fix Outfit folders changing to normal folders | Andrey Kleshchev | |
when parent copied and pasted | |||
2025-05-14 | Use correct model dimensions and bounding box rotation | Andrey Lihatskiy | |
2025-05-14 | #4081 Meshes missing after teleport | Andrey Kleshchev | |
2025-05-14 | Improve mesh scaling | Andrey Lihatskiy | |
2025-05-14 | Merge branch 'geenz/gltf-mesh-import' into marchcat/gltf-mesh-texture-import | Jonathan "Geenz" Goodman | |
2025-05-14 | Make pulling weights per vertex. | Jonathan "Geenz" Goodman | |
2025-05-14 | Revert "Revert to LL's OpenJPEG fork" | Erik Kundiman | |
This reverts commit 3a36cdf6ebd9d2795bdcd14162f38df568d51796. | |||
2025-05-14 | #4072 Fix Appearance floater not updating | Andrey Kleshchev | |
2025-05-13 | #4071 Permit pasting links into outfits | Andrey Kleshchev | |
Like it's permitted to drop them | |||
2025-05-13 | #4069 Fix crash at handleToolTip | Andrey Kleshchev | |
2025-05-13 | #2279 fix for View Angle setting | Maxim Nikolenko | |
2025-05-13 | #4060 Fix subfolders use through ctrl-v | Andrey Kleshchev | |
2025-05-13 | #4055 Fix subfolder dragging | Andrey Kleshchev | |
2025-05-13 | GNU sed editing in place syntax without repetition | Erik Kundiman | |
2025-05-13 | Reduce 2-line CPack settings clutter to 1-lines | Erik Kundiman | |
2025-05-13 | Lose the not really required double quotes | Erik Kundiman | |
on the CMake string match tests. | |||
2025-05-13 | Like the previous commit, except the opposite | Erik Kundiman | |
cause this one spans a bit far, that we need to set some value in the parentheses as a reminder. | |||
2025-05-13 | Empty CMake elses & endifs parentheses | Erik Kundiman | |
to make it more flexible the next time a value in the if's parentheses gets changed again, and also to reduce duplicate pattern matches when grepping those CMake files with certain keywords. | |||
2025-05-13 | Not rely on (LL_)USESYSTEMLIBS macro & CMake setting | Erik Kundiman | |
but the fact that we keep on using as many system libraries as we can (and only resort to other sources in certain cases), hasn't changed, of course. Also stop having to set USE_AUTOBUILD_3P to OFF. Lines are reindented, and when a system library can be found for a dependency, then that should be the way. If later we find out that using some other way is better, than stick to that. So, one option at a time, whichever is best for the situation. GLEXT hasn't been used, and in order to be not having to hack its .cmake file, we bypass it and refer to GLH (which is still used) right away in LLWindow. CMake commands that need to be bypassed, if it's a one-liner then it's just commented out, but if it's multiple lines, then scope them with if (FALSE) to minimise difference. |