Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | cURL build instructions that work on AppleClang 15 | Erik Kundiman | |
It has a newer default of something higher than C99, which would cause an error of implicit int at configuring stage, so it wasn't about some missing library for runtime. It's also not necessary to specify the path to nghttp2 (or zlib) since it seems to have already been detected. We might as well lower the minimum macOS requirement here to 11. | |||
2024-07-24 | Merge branch 'release/2024.06-atlasaurus' into develop | Brad Linden | |
2024-07-24 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus | |||
2024-07-24 | Merge pull request #2092 from secondlife/brad/1451-voice-fonts-message | Brad Linden | |
Improve error message notifying user that Voice Morph Effects are not supported | |||
2024-07-24 | Cache more frequently accessed settings | Rye Mutt | |
2024-07-24 | Fix warning/misnamed button image PushButton_Disabled_Selected to ↵ | Rye Mutt | |
PushButton_Selected_Disabled | |||
2024-07-24 | Update expired cert in integration test | Andrey Lihatskiy | |
see fe8c976 for more info | |||
2024-07-24 | remove inappropriate ignoretext usage as recommended in code review. | Brad Linden | |
2024-07-24 | #2095 Crash #1497728: LLInventorySingleFolderPanel::hasVisibleItems | Alexander Gavriliuk | |
2024-07-24 | #1318 Pagination in the Group Interface | Alexander Gavriliuk | |
2024-07-23 | Improve error message notifying user that Voice Morph Effects are not supported | Brad Linden | |
secondlife/viewer#1451 | |||
2024-07-23 | viewer#2043 bugsplat symbol upload update | Andrey Kleshchev | |
2024-07-23 | Clarify environment info prompt for bug issue template. (#2088) | Brad Linden | |
2024-07-23 | Update expired cert in integration test | Andrey Lihatskiy | |
see fe8c976 for more info | |||
2024-07-23 | CMakeLists adding fsfloatersearch.h | mobserveur | |
This commit completes the previous commit for the legacy floater | |||
2024-07-23 | added some debug infos in llworldmipmap | mobserveur | |
this is part of an effort to isolate a crash in the world map | |||
2024-07-23 | Legacy search floater | mobserveur | |
This commit adds the legacy search floater to megapahit | |||
2024-07-23 | Apple gpu optimisations based on LL work | mobserveur | |
This commit replaces our former optimisations with LL develop branch work and some tweaks. | |||
2024-07-22 | Merge pull request #2085 from RyeMutt/crash-fixes | Andrey Lihatskiy | |
Fix various nullptr crashes | |||
2024-07-22 | Whitespace fix | Rye Mutt | |
2024-07-22 | Fix nullptr crash in LLFloaterIMContainer::onAddButtonClicked | Rye Mutt | |
2024-07-22 | Fix null region pointer crash in LLIMView | Rye Mutt | |
2024-07-22 | Fix nullptr crash in LLInvFVBridge::getClipboardEntries | Rye Mutt | |
2024-07-22 | Fix nullptr crash in LLLandmarksPanel::canItemBeModified | Rye Mutt | |
2024-07-22 | Fix nullptr crash in LLLandmarksPanel::isActionEnabled | Rye Mutt | |
2024-07-22 | Fix nullptr crash in LLInventoryPanel::itemChanged | Rye Mutt | |
2024-07-22 | Fix nullptr crash in handleVSyncChanged | Rye Mutt | |
2024-07-22 | Fix crash in LLViewerWindow::handleDragNDrop | Rye Mutt | |
2024-07-22 | Fix nullptr crash in LLScrollListCtrl::getSelectedItemLabel | Rye Mutt | |
2024-07-22 | Update llca to 202407221423.0 (#2084) | Andrey Lihatskiy | |
2024-07-22 | Use thread pool to create plugin processes to reduce created/destroyed ↵ | Rye Mutt | |
threads and fix various crashes (#2079) | |||
2024-07-22 | Merge pull request #2078 from RyeMutt/fix-rare-shutdown-crashes | Andrey Lihatskiy | |
Fix two rare shutdown crashes in gCacheName and gObjectList | |||
2024-07-22 | Cache various frequently accessed settings (#2080) | Rye Mutt | |
2024-07-22 | Introduce scroll wheel support to LLComboBox | Rye Mutt | |
2024-07-21 | Fix rare shutdown crash in gCacheName | Rye Mutt | |
2024-07-21 | Fix rare shutdown crash in LLViewerObjectList | Rye Mutt | |
2024-07-21 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-21 | Wine-based Vivox-based voice support for FreeBSD | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=57 For SLVoice to run, there is a couple of environment variables that need to be set, and users need to run `/usr/local/share/wine/pkg32.sh install wine mesa-dri` to install the necessary files first. All this time the env parameter on apr_proc_create was never used, and this is just the place for passing those environment settings, hence the LLProcess::Param attribute addition. | |||
2024-07-21 | CEF via Linux binary compatibility attempt on FBSD | Erik Kundiman | |
Since the condition is quite specific for now, debootstrapped Debian/Ubuntu x86-64 only, paths are just hardcoded. We got far enough that SLPlugin doesn't get killed, and there's no notification that "text/html" cannot be handled any more, it's just it hasn't worked yet, the built-in browser. | |||
2024-07-21 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-21 | Add newer MSVC redist libs to copy action (#2075) | Rye Mutt | |
2024-07-20 | libndofdev installation instructions for GNU/Linux | Erik Kundiman | |
2024-07-20 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-20 | Revert "NDOF licence not included" | Erik Kundiman | |
This reverts commit ce44f23aad76a3cd5172837de36498883c2ccbdd. | |||
2024-07-20 | calcDataSizeJ2C adjusted to use maximum possible components (#2073) | TommyTheTerrible | |
Previous pyramid walking calculation (#2032) assumed the incoming components variable can be accurate but unfortunately the needs_aux is only set to true if the face has an alpha mask setting. Without this information we must assume the J2C files have the maximum component size of four so that alpha channels are found when decoding both the color and aux textures. | |||
2024-07-20 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-19 | Merge pull request #1996 from secondlife/davep/fix_tracy_build | Brad Linden | |
Fix for tracy build. | |||
2024-07-19 | toolbars.xml: replace "places" with "build" | secretfoxtail | |
Landmarks button already exists in navigation bar. | |||
2024-07-19 | viewer#1923 Fix dependent floater going too far from parent | Andrey Kleshchev | |
2024-07-19 | #2053 BugSplat Crash #1494325: LLVOVolume::getReflectionProbeNearClip() | Alexander Gavriliuk | |