Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-19 | Merge branch 'webrtc-voice' into 2024.06-atlasaurus | Erik Kundiman | |
2024-08-19 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-08-19 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-19 | Make sure curl doesn't get configured with libssh2 | Erik Kundiman | |
Turns out it was on by default, probably that's why it would fail on everyone else's systems, building libcurl, cause in the log I saw libssh2 was requiring the very openssl3 we have to deactivate until libcurl compilation is done. | |||
2024-08-19 | Merge pull request #2324 from secondlife/roxie/webrtc-log-devices | Roxanne Skelly | |
[WebRTC] Log WebRTC devices on webrtc initialization. | |||
2024-08-19 | viewer#2296 Don't show 'are you sure you want to leave the call' when ↵ | Andrey Kleshchev | |
shutting down | |||
2024-08-18 | openSUSE Tumbleweed support | Erik Kundiman | |
Its own CPACK_RPM_PACKAGE_REQUIRES will catch up soon. | |||
2024-08-17 | Show avatar distance only on nearby list | Erik Kundiman | |
2024-08-17 | Distance in nearby tab (draft) | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=49 Still needs to be tidied up. For now it's aligned to the left. If you want to align it to the right, apart from modifying avatar_distance in panel_avatar_list_item.xml to look more like last_interaction, modify newview/llavatarlistitem.cpp line 555 to be something like: `S32 avatar_distance_width = avatar_item->mLastInteractionTime->getRect().mLeft - avatar_item->mAvatarDistance->getRect().mLeft;` I had tried this at first, but I couldn't make it look good and that's why I aligned it to the left. Also, these distances need to not be shown on Friends list. I'm doing that next. | |||
2024-08-16 | Log WebRTC devices on webrtc initialization. | Roxie Linden | |
2024-08-16 | WebRTC versioning starts with an 'm', not a 'v' | Erik Kundiman | |
2024-08-16 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-16 | Merge branch 'release/webrtc-voice' of ↵ | Erik Kundiman | |
https://github.com/secondlife/viewer.git into webrtc-voice | |||
2024-08-16 | Fix meshoptimizer & NDOF tracking contains garbage | Erik Kundiman | |
instead of 0. | |||
2024-08-16 | LL's prebuilt files are saved in build directory | Erik Kundiman | |
in their original names. | |||
2024-08-15 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus | |||
2024-08-15 | BugSplat Crash #1504587: std::vector::empty() | Alexander Gavriliuk | |
2024-08-15 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus # Conflicts: # indra/newview/llpanelpeople.cpp | |||
2024-08-15 | #2307 BugSplat Crash #1504734: LLViewerTexture::getNumFaces() | Alexander Gavriliuk | |
2024-08-15 | Remove old arm64 WebRTC.framework before copying | Erik Kundiman | |
Still triggered by upstream autobuild.xml even though there is actually no need to update on macOS arm64's side. | |||
2024-08-15 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-08-15 | One more opting out from WebRTC for FreeBSD | Erik Kundiman | |
2024-08-15 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-15 | Make sure OpenSSL is built before CURL | Erik Kundiman | |
LLCoreHttp.cmake is included earlier (by llappearance/CMakeLists.txt), before llcorehttp/CMakeLists.txt (even though it includes LLCoreHttp.cmake in return). | |||
2024-08-15 | Make packages/lib/release directory automatically | Erik Kundiman | |
cause it's needed at least on macOS, where the command to install the FMOD (which is the one done earliest) library is execute_process(COMMAND lipo), and not file(COPY) that would imply a mkdir. | |||
2024-08-14 | Don't call virtual functions in a derived class constructor | Roxie Linden | |
2024-08-14 | Voice dot not always visible after crossing region boundaries. | Roxie Linden | |
For issue #2064 The connection to the voice server was not upgraded/downgraded to primary/secondary when crossing region boundaries, so the server sent the wrong value and the viewer chose not to display a voice dot. | |||
2024-08-14 | viewer#2204 crash at connectionStateMachine | Andrey Kleshchev | |
2024-08-14 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-14 | Rename openjpeg to openjpeg-2.5 if no openjpeg-2.5 | Erik Kundiman | |
instead of if there's openjpeg. | |||
2024-08-14 | Automatic WebRTC download and installation | Erik Kundiman | |
2024-08-14 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-08-14 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-08-14 | Set ROOT_PROJECT_NAME to Megapahit now | Erik Kundiman | |
to make it more flexible in case we want to use a different string for the viewer channel, such as "Megapahit Viewer Release" or the likes. | |||
2024-08-14 | Use LL's NanoSVG for Ubuntu too | Erik Kundiman | |
so we can have 1 set of instructions that applies to both Debian and Ubuntu. | |||
2024-08-14 | Automatic libcurl download, build & install | Erik Kundiman | |
The MacPorts openssl11 port is not needed any more for building our libcurl. | |||
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-13 | Only download when there aren't the files yet | Erik Kundiman | |
2024-08-13 | libtool for building xmlrpc-epi & tidy up its cmake | Erik Kundiman | |
Also CMakeCache.txt removal and Debian dependencies that might not be relevant on non-debootstraps are not part of the instructions. | |||
2024-08-13 | Automatic OpenSSL download, build and installation | Erik Kundiman | |
2024-08-13 | Remove already implied file(MAKE_DIRECTORY) | Erik Kundiman | |
file(COPY) seems to already include making the necessary directories. | |||
2024-08-13 | Rename openjpeg to openjpeg-2.5 only if not done | Erik Kundiman | |
yet, i.e. OpenJPEG not installed yet. | |||
2024-08-13 | Path to file for sse2neon, not just the directory | Erik Kundiman | |
2024-08-13 | Automatic libndofdev download, build & install | Erik Kundiman | |
I couldn't get try_compile to succeed using COMPILE_DEFINITIONS, I couldn't either using quotes for the CMAKE_C_FLAGS. | |||
2024-08-13 | CMake file & try_compile replacing execute_process | Erik Kundiman | |
file(DOWNLOAD) replacing execute_process(COMMAND curl), file(ARCHIVE_EXTRACT) replacing execute_process(COMMAND tar xf), file(MAKE_DIRECTORY) replacing execute_process(COMMAND mkdir -p), file(COPY) replacing execute_process(COMMAND cp), file(RENAME) replacing execute_process(COMMAND mv), try_compile replacing execute_process(COMMAND cmake/make), LIBS_PREBUILT_DIR replacing AUTOBUILD_INSTALL_DIR, 0 replacing ${${_binary}_installed} where appropriate, no FMOD reinstallation when it's already installed, and archives & unarchived source/build directories are in CMake root binary directory, instead of /tmp. SHOW_PROGRESS is on for downloading Dullahan from the Megapahit website cause it can be slow. | |||
2024-08-13 | Automatic NanoSVG download/install on macOS/Debian | Erik Kundiman | |
2024-08-12 | #2263 BugSplat Crash #1503400: SecondLifeViewer!LLDrawable::getFace(320) | Alexander Gavriliuk | |