Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. |