| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-25 | Fix excessive findChild calls when a docked control is open from ↵ | Rye Mutt | |
| LLDockControl::getAllowedRect | |||
| 2024-07-25 | Fix findChild stutter during teleports | Rye Mutt | |
| 2024-07-25 | Fix getChild calls during draw from LLFloaterIMSessionTab | Rye Mutt | |
| 2024-07-25 | Fix findChild calls during draw from LLFloaterSnapshot | Rye Mutt | |
| 2024-07-25 | Fix getChild calls during draw in LLFloaterWorldMap | Rye Mutt | |
| 2024-07-25 | Fix excessive getChild calls during teleport from LLPanelGroup | Rye Mutt | |
| 2024-07-25 | Fix getChild calls during draw in LLProgressView | Rye Mutt | |
| 2024-07-25 | Fix excessive getChild calls from LLScrollBar reshape | Rye Mutt | |
| 2024-07-25 | Fix up LLScrollListCtrl getChild during draw | Rye Mutt | |
| 2024-07-25 | Fix up LLWindowShade getChild calls during draw | Rye Mutt | |
| 2024-07-25 | #1318 Pagination in the Group Interface (small fix) | Alexander Gavriliuk | |
| 2024-07-25 | Merge pull request #2105 from RyeMutt/button-image-warning | Andrey Lihatskiy | |
| Fix warning from misnamed button image name reference | |||
| 2024-07-25 | Fix matrix stack underflow during avatar preview generation (#2098) | Rye Mutt | |
| 2024-07-25 | Be specific on which product is being bug reported | Erik Kundiman | |
| now that there is another product (which is Web) on Megapahit Bugzilla. | |||
| 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 | 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 | 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 | 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 | 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 | Add newer MSVC redist libs to copy action (#2075) | Rye Mutt | |
| 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. | |||
