Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | #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-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 | #4081 Meshes missing after teleport | Andrey Kleshchev | |
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 | Include Expat *before* APR when configuring deps | Erik 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-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. | |||
2025-05-12 | #4010 play only audio mention ping for new conversation | Maxim Nikolenko | |
2025-05-12 | Revert "#4008 Fix media scale adjustments with pbr applied" | Andrey Kleshchev | |
This reverts commit b084d842c9900e532cba11e1e5a4e85299a0e184. | |||
2025-05-12 | Not redeclare DOM/DAE classes in any condition | Erik Kundiman | |
They haven't been used anyway because of LL_USESYSTEMLIBS (before), and it still works even though we reverted to using LL's fork in ColladaDOM's case, by building the fork instead of using any system library vanilla version. | |||
2025-05-12 | Similar to commit 2a57b9 but for xxHash | Erik Kundiman | |
2025-05-12 | Similar to commit 0500c7 but for libjpeg(-turbo) | Erik Kundiman | |
2025-05-12 | Not rely on LL_USESYSTEMLIBS for choosing zlib impl | Erik Kundiman | |
with the effect of choosing zlib over zlib-ng in any condition, which has been the case so far. But this opens the way to relying on some other condition, such as which platform, for deciding whether we can use zlib-ng or not, instead of zlib. So we can freely use, for example LL's prebuilt, zlib-ng while still using system libraries for others. | |||
2025-05-12 | Unencapsulated Meshoptimizer headers in any condition | Erik Kundiman | |
Pretty much similar to the previous commit (especially that the the encapsulating directory, in cases where LL's prebuilt is used, is already a searched directory by the last line in its .cmake file), except there had never been any use of LL_USESYSTEMLIBS for this one, so just replacing the single upstream lines would be the minimal difference. | |||
2025-05-12 | Have unencapsulated Expat headers in any condition | Erik Kundiman | |
The only condition where Expat headers would be encapsulated is when using LL's Autobuild-based prebuilt libraries, and we're never using any of LL's prebuilt binary for Expat on desktop, since Expat is practically available on any supported desktop platform. The system Expat headers are never encapsulated in any of those platforms. This is the beginning of not relying on the LL_USESYSTEMLIBS macro any more (eventually not relying on the custom USESYSTEMLIBS CMake setting either). Keeping the build system still flexible to have the option to use LL's prebuilt libraries *fully* (we still use some of them in cases where the platform may not have the related system library or for convenience, so the term USESYSTEMLIBS may not always be consistent), is getting harder to maintain. The way it's done is using #if 1, in order to minimise difference from upstream. | |||
2025-05-11 | Remove unneeded RLV_VERIFY + undefine accidental RLV_DEBUG define (should ↵ | Kitty Barnett | |
fix Linux build) | |||
2025-05-11 | Replace None and Success. Those are X11 defines and thus lead to compile errors | Nicky | |
when compiling a Linux viewer. | |||
2025-05-11 | Mac build fixes: Reapply the template fix in rlvhelper.h + point to ↵ | Kitty Barnett | |
LLFloaterReg in the global namespace | |||
2025-05-11 | Fix tab vs whitespace line | Kitty Barnett | |
2025-05-11 | Add proper file headers | Kitty Barnett | |
2025-05-11 | Don't compose emojis on the RLVa console input | Kitty Barnett | |
2025-05-11 | Add the RLVa menu | Kitty Barnett | |
2025-05-11 | Add the RLVa console | Kitty Barnett | |
2025-05-11 | Add the @getcommand command query reply command | Kitty Barnett | |
2025-05-11 | Add basic scaffolding to support reply commands and handle @versionXXX as an ↵ | Kitty Barnett | |
illustration | |||
2025-05-11 | Add owner say chat hook | Kitty Barnett | |
2025-05-11 | Minimal code needed to add RLVa with an on/off toggle | Kitty Barnett | |
2025-05-10 | #4056 Crash at childGetSelectionInterface | Andrey Kleshchev | |
in model importer | |||
2025-05-10 | #3542 Microphone doesn't switch after plugging in an audio device | Andrey Kleshchev | |
2025-05-09 | #3758 do not reopen avatar picker floater | Maxim Nikolenko | |
2025-05-09 | Merge tag 'Second_Life_Release#377d1b38-2025.04' into 2025.04 | Erik Kundiman | |
2025-05-09 | Merge branch 'main' into 2025.04 | Erik Kundiman | |
2025-05-08 | #4010 Add audio ping for chat mentions | Maxim Nikolenko | |
2025-05-08 | #3757 Smarter subfolders dragndrop | Andrey Kleshchev | |