Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-14 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-08-14 | viewer-private#260 The 'Speak' button looks disabled during IM voice chat | Andrey Kleshchev | |
p2p channels was reusing obsolete channel info | |||
2024-08-13 | viewer-private#262 webrtc crashes on shutdown #2 | Andrey Kleshchev | |
2024-08-13 | viewer-private#262 webrtc crashes on shutdown | Andrey Kleshchev | |
removeObserver failed to remove an im session floater | |||
2024-08-13 | Remove unused setting BrowserWebSecurityDisabled | Andrey Kleshchev | |
2024-08-12 | #2263 BugSplat Crash #1503400: SecondLifeViewer!LLDrawable::getFace(320) | Alexander Gavriliuk | |
2024-08-12 | #2257 BugSplat Crash #1503682: ↵ | Alexander Gavriliuk | |
SecondLifeViewer!LLFloaterIMSessionTab::enableDisableCallBtn(438) | |||
2024-08-09 | Merge pull request #2244 from secondlife/roxie/webrtc-teleport | Roxanne Skelly | |
[WebRTC] After transition through WebRTC -> Vivox -> WebRTC regions, voice dot is on but no voice is transmitted. | |||
2024-08-09 | Teleport to a region with a different voice server type causes failure in voice | Roxie Linden | |
When teleporting, the viewer 'hides' voice, effectively disabling it, until the teleport has completed. It does this by instructing the voice module to hide and then unhide. The problem was, it would instruct one voice module for one voice server type to hide, and then after teleport, it would instruct the other voice module for the other voice server type to unhide, resulting in one voice module being hidden. When the user transitions back to a region with the initial voice module, it's hidden, hence voice doesn't work. The solution is to hide/unhide both voice modules. | |||
2024-08-09 | viewer-private#259 Chat names get mixed up in voice calls | Andrey Kleshchev | |
Obsolete channel was uses as a participant provider | |||
2024-08-09 | Fix libllwebrtc.dylib installation to the package | Erik Kundiman | |
llwebrtc.h is not unnecessarily installed any more. When code signing the app on macOS, there was also a problem where it said that this header wasn't signed. ??? That's why we make sure that it won't be installed now. Also on macOS, the dylib is installed to Frameworks right away, so now we don't have any unused double in Resources. | |||
2024-08-09 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-08-09 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-09 | Set macOS minimum versions on build instructions | Erik Kundiman | |
2024-08-08 | Merge pull request #2201 from secondlife/roxie/webrtc-symbols | Roxanne Skelly | |
Upload dynamic library debug information (llwebrtc.pdb, etc.) to the crash logger in addition to the main binary. | |||
2024-08-08 | Merge branch 'roxie/webrtc-symbols' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-symbols | |||
2024-08-08 | Use the secondlife-3p fork of symbol upload, which has vMAJOR tags | Roxie Linden | |
2024-08-08 | bugsplat symbol-upload does not use vMAJOR tags | Roxie Linden | |
2024-08-08 | Merge branch 'roxie/webrtc-symbols' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
roxie/webrtc-symbols | |||
2024-08-08 | CR fixes | Roxie Linden | |
2024-08-08 | Install GLH, Mikktspace, TinyEXR, TinyGLTF & LLCA | Erik Kundiman | |
automatically. Fix tab to spaces too. | |||
2024-08-08 | Long parameters go into new lines in FMOD CMake | Erik Kundiman | |
2024-08-08 | Make sure lib/release exists before copying FMOD | Erik Kundiman | |
Since llaudio is configured before any other LL library, FMOD gets to be checked first that has a binary library. | |||
2024-08-08 | Remove no longer necessary macOS instructions | Erik Kundiman | |
xxhashlib's dynamic libraries aren't used by this project (so only the headers are used), so there's no need for it to be the universal variant. The VLC dmg is automatically opened now (implemented in some previous commit). | |||
2024-08-08 | FreeBSD uses linux64 package when it's common | Erik Kundiman | |
For example, emoji_shortcodes, it's actually common, not a platform specific binary, so it can be used by FBSD as well. | |||
2024-08-08 | Automate viewer fonts & emoji shortcodes install | Erik Kundiman | |
Also minimise ViewerMiscLibs.cmake diff from upstream. | |||
2024-08-08 | Alternative to Autobuild-based use_prebuilt_binary | Erik Kundiman | |
It still parses autobuild.xml, but using `xmllint --xpath`. It searches for the "common" version of the package first, if not found then it searches for the platform specific version. The URL parsed is then fed to cURL, determining our own output file name (since I couldn't find a way to extract remote file name easily using cURL) assuming the ones we need all have tar.zst extension now. It downloads to /tmp and finally extracts to packages. | |||
2024-08-07 | test llwebrtc.dll for additional symbols | Roxie Linden | |
2024-08-07 | include viewer exe in uploaded symbols | Roxie Linden | |
2024-08-08 | Remove FMOD manual install instructions on Linux | Erik Kundiman | |
2024-08-08 | Fix glext header inclusion on macOS | Erik Kundiman | |
Somehow it hasn't led to an error on my and observeur's systems. It should have had, really. | |||
2024-08-08 | Install FMOD 2.03.02 automatically on GNU/Linux | Erik Kundiman | |
2024-08-07 | build debug symbols for llwebrtc even for release | Roxie Linden | |
2024-08-07 | misnamed file | Roxie Linden | |
2024-08-07 | spacing issue | Roxie Linden | |
2024-08-07 | Add Windows multi-pdb upload capability | Roxie Linden | |
2024-08-07 | megapahit tuning : return of the smoothie | mobserveur | |
This commit reintroduces the meapahit specic optimisations while maintaining an option for the LL vertex buffer optimisation mode. | |||
2024-08-07 | Open VLC dmg automatically | Erik Kundiman | |
It's assumed any relevant VLC dmg has been downloaded to ~/Downloads/. | |||
2024-08-07 | Install FMOD automatically on macOS | Erik Kundiman | |
It's assumed that fmodstudioapi20223mac-installer.dmg has been downloaded to ~/Downloads/. | |||
2024-08-07 | viewer-private#262 viewer crashes on exit if the call is not completed | Andrey Kleshchev | |
2024-08-07 | Adjust some LLVoiceClient functions | Andrey Kleshchev | |
Feels like I should have made isParticipant and getParticipantList static to minimize singleton dependency/calls | |||
2024-08-07 | Replace boost::shared_ptr with std in voice classes | Andrey Kleshchev | |
2024-08-07 | No need for custom target to generate contributors | Erik Kundiman | |
The code is also moved to where it's relevant. | |||
2024-08-07 | Generate InfoPlist.strings | Erik Kundiman | |
It didn't work before because the destination folder wouldn't exist yet by the time it's configured, but CMake has been silent about it. | |||
2024-08-07 | Install macOS executable without `make install` | Erik Kundiman | |
Somehow the MACOSX_BUNDLE in add_executable isn't taking effect. | |||
2024-08-06 | don't need to post dylib as we're using xcarchive | Roxie Linden | |
2024-08-07 | viewer#2203 Crash at breakVoiceConnectionCoro | Andrey Kleshchev | |
bar webrtc's coroutines from necromancy | |||
2024-08-06 | upload xcarchive to bugsplat | Roxie Linden | |
2024-08-07 | Generalise cloning and make sure of Autotools | Erik Kundiman | |
2024-08-07 | MacPorts packages that aren't pulled in by others | Erik Kundiman | |
and fix one too many ../ |