Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-02 | Update to libhunspell 1.7.2-r1 (#2175) | Rye Mutt | |
2024-08-02 | Remove dead pcre library dependency (#2177) | Rye Mutt | |
2024-08-02 | Update from jpeglib to libjpeg-turbo 3.0.3 (#2161, #2173) | Rye Mutt | |
2024-08-02 | Post pull request contribution doc update (#2077) | Andrey Kleshchev | |
2024-08-02 | Crash at LLViewerTexture::updateClass() | Andrey Kleshchev | |
2024-08-02 | Merge branch 'main' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-02 | Fix crash when opening map on higher-end Mx CPUs | Erik Kundiman | |
There's this comment in indra/llimage/llimagejpeg.cpp: //try/catch will crash on Mac and Linux if LLImageJPEG::errorExit throws an error //so as instead, we use setjmp/longjmp to avoid this crash, which is the best we can get. --bao but setjmp longjmp that aren't properly paired should be avoided on Apple Silicon (there are multiple setjmps but only 1 longjmp) so if it still crashes, then that might be because of the try and catch but if it doesn't crash any more, then the cause might just be improperly paired setjmp and longjmp https://megapahit.com/show_bug.cgi?id=34 | |||
2024-08-01 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
2024-08-01 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus | |||
2024-08-01 | Merge pull request #2168 from RyeMutt/emoji-fixes | Andrey Lihatskiy | |
Emoji picker warning fixes and cleanup | |||
2024-08-01 | Fix trying to bind to non-existent texunit sampler during water draw (#2128) | Rye Mutt | |
2024-08-01 | Merge pull request #2162 from secondlife/roxie/webrtc-voice-crash-detect | Roxanne Skelly | |
[WebRTC] Implement a Logging Sink for WebRTC | |||
2024-08-01 | Fix excessive wstring conversions during emojipicker draw | Rye Mutt | |
2024-08-01 | Fix emojipicker floater group buttons leaking and xui warning | Rye Mutt | |
2024-08-01 | Fix failure to join or detach threads causing rare shutdown termination | Rye Mutt | |
2024-08-01 | viewer#2163 Crash at getReflectionProbeIsDynamic | Andrey Kleshchev | |
2024-08-01 | viewer#2157 Toolbar's drop position indicator does not appear | Andrey Kleshchev | |
2024-08-01 | Pipewire on Ubuntu README & specific on bug report | Erik Kundiman | |
and also decapitalise "In-world". | |||
2024-07-31 | Implement a Logging Sink for WebRTC | Roxie Linden | |
WebRTC logs now pass out of the webrtc library into a logging sink, which converts them into SecondLife.log compatable logging calls. This includes fatal errors and asserts, which are now logged into SecondLife.log, and should be available in the crash logger. | |||
2024-07-31 | Merge pull request #2155 from secondlife/roxie/webrtc-voice-crash-detect | Roxanne Skelly | |
[WebRTC] Use new webrtc lib with crash-on-fatal support | |||
2024-07-31 | viewer#2153 Crash at LLViewerTextureList::updateImageDecodePriority | Andrey Kleshchev | |
Crash at getTextureEntry which calls getTE(mTEOffset) | |||
2024-07-31 | viewer#2144 Correct unclear terminilogy in region's debug panel | Andrey Kleshchev | |
2024-07-31 | Instructions for Boost on bookworm & GLM on Linux | Erik Kundiman | |
2024-07-31 | Revert "Remove double macro conditions in GL headers" | Erik Kundiman | |
This reverts commit 591ecf748a620f7528d498e576271a33df5366ee. Unnecessarily including GLX headers in llglheaders.h would cause a conflict with some Boost 1.81 JSON header on Debian bookworm. | |||
2024-07-30 | Use new webrtc lib with crash-on-fatal support | Roxie Linden | |
2024-07-30 | build.yaml: Fix FROM_FORK value, ReleaseOS PR builds (#2147) | Signal Linden | |
2024-07-30 | Cache LLVOAvatar::isBuddy check to reduce repeated calls to ↵ | Rye Mutt | |
LLAvatarTracker::isBuddy during draw (#2149) | |||
2024-07-30 | viewer#2121 Don't update Audio visualizer if voice is blocked | Andrey Kleshchev | |
2024-07-30 | fix another misleading indentation compiler warning | Zi Ree | |
Fix indentation mistake that trips gcc's misleading indentation warning. | |||
2024-07-30 | viewer-private#255 p2p outgoing calls did not work correctly #2 | Andrey Kleshchev | |
2024-07-30 | viewer-private#255 p2p outgoing calls did not work correctly | Andrey Kleshchev | |
Issue: P2P was catching STATUS_LEFT_CHANNEL meant for nearby chat and adopting channel info for itself Solution: - Moved one of notifyStatusObservers calls so that it would have uri data instead of firing with no channel info - Made p2p sessions init with uri data, like it was before webrtc. Which is used to distinguish observer notifications. - Removed mAudioSessionChanged. It was unused yet confusing. | |||
2024-07-30 | viewer#2142 Crash at LLOutfitGalleryItem::setDefaultImage | Andrey Kleshchev | |
2024-07-29 | Merge pull request #2143 from secondlife/signal/rm-build-crust | Signal Linden | |
build.yaml: Remove unused BUILD variable | |||
2024-07-29 | Fix trailing whitespaces | Ansariel | |
2024-07-29 | Fix callbacks for PBR region terrain panel not getting wired up properly | Ansariel | |
2024-07-29 | small adjustment to reduce confusion | Andrey Kleshchev | |
2024-07-29 | viewer#2071 Soft quit on 'out of memory' for meshes #2 | Andrey Kleshchev | |
2024-07-29 | viewer#2071 Properly handle 'out of memory' for meshes | Andrey Kleshchev | |
2024-07-29 | #2100 BugSplat Crash #1497210: LLVOAvatar::updateImpostors()(10616) | Alexander Gavriliuk | |
2024-07-29 | build.yaml: Remove unused BUILD variable | Bennett Goble | |
2024-07-29 | #2103 BugSplat Crash #1497033: LLViewerTextureList::getImage | Alexander Gavriliuk | |
2024-07-29 | Merge pull request #2138 from secondlife/signal/oss-pr-builds | Signal Linden | |
Fix PR builds from forks | |||
2024-07-29 | Replace liburiparser with boost::url | Rye Mutt | |
2024-07-29 | Fix trailing whitespaces in webrtc code to pass pre-commit | Andrey Lihatskiy | |
2024-07-29 | Convert leftover BOOLs to bools for FLTK | Erik Kundiman | |
2024-07-29 | GLM on GNU/Linux distros aren't updated enough | Erik Kundiman | |
The viewer codebase requires GLM 1.0.x, not 0.9.x. | |||
2024-07-29 | Remove LLWindowSDL::getAvailableVRAMMegabytes() | Erik Kundiman | |
See commit ea268fcd48550f98baceef0294fd977ff12d2b35. | |||
2024-07-28 | Fix PR builds from forks | Bennett Goble | |
Build ReleaseOS when a PR is from a fork rather than Release. This fixes OSS PR builds which, until now, have been failing because they cannot access secrets. | |||
2024-07-29 | fix misleading indentation compiler warnings | Zi Ree | |
Fix several indentation mistakes, some of them trip gcc's misleading indentation warning. | |||
2024-07-29 | Update instructions in README.md | Erik Kundiman | |
ALUT and OpenAL are back, FMOD is gone, new dependency GLM. |