Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-19 | viewer#2310 Highlight image size when over limit for profile feed | Andrey Kleshchev | |
2024-08-19 | viewer#2311 When email or profile image upload fails show a more fitting reason | Andrey Kleshchev | |
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 | Update indra/newview/pipeline.cpp | Andrey Lihatskiy | |
Fix build error | |||
2024-08-19 | Merge pull request #2334 from RyeMutt/ui-stutter-fixes | Andrey Lihatskiy | |
Fix various findChild calls causing frame drops and ui stutter | |||
2024-08-19 | Clean up excessive dynamic casts in LLAccordionCtrl (#2333) | Rye Mutt | |
2024-08-19 | Refactor LLFileSystem for and fix an old issue in LLFile (#2332) | Ansariel Hiller | |
2024-08-18 | update webrtc again. | Roxie Linden | |
2024-08-18 | Merge branch 'roxie/webrtc-airpod-fixes' of github.com:secondlife/viewer ↵ | Roxie Linden | |
into roxie/webrtc-airpod-fixes | |||
2024-08-18 | Use the release build of webrtc to avoid pedantic asserts which are handled ↵ | Roxie Linden | |
properly anyway. | |||
2024-08-19 | Change Clang-Format settings to adhere to the used coding style (#2331) | Ansariel Hiller | |
* Fix whitespaces for initializer lists ("type x {value};" vs "type x{ value };") * Change pointer alignment from right to left | |||
2024-08-19 | Update indra/newview/llfloatersidepanelcontainer.h | Andrey Lihatskiy | |
Fix tab indentation | |||
2024-08-19 | Update indra/newview/llfloatertools.cpp | Andrey Lihatskiy | |
Remove trailing whitespace to pass pre-commit check | |||
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 | Fix find child during search/draw in debug settings floater | Rye Mutt | |
2024-08-18 | Fix findChild during draw in the tools floater | Rye Mutt | |
2024-08-18 | Fix findChild during draw in script editor | Rye Mutt | |
2024-08-18 | Fix findChild during draw in texture previews | Rye Mutt | |
2024-08-18 | Fix findChild during draw in notecard previews | Rye Mutt | |
2024-08-18 | Fix findChild frame drops when switching inventory panels | Rye Mutt | |
2024-08-18 | Fix findChild stutter when changing people panel tabs | Rye Mutt | |
2024-08-18 | Fix trying to find the outfit edit panel in non-appearance-panel instances ↵ | Rye Mutt | |
of LLFloaterSidePanelContainer | |||
2024-08-18 | Reduce ui stalls from findChild when logging in and when transitioning ↵ | Rye Mutt | |
to/from mouselook | |||
2024-08-18 | Reduce findChild UI stutter when toasts are created | Rye Mutt | |
2024-08-18 | Fix findChild calls when inputting text into inventory search | Rye Mutt | |
2024-08-18 | Fix frequent deep findChild calls for LLFloaterSidePanelContainer main ↵ | Rye Mutt | |
during various ui callbacks | |||
2024-08-18 | Fix findChild during draw in preference floater | Rye Mutt | |
2024-08-18 | openSUSE Tumbleweed support | Erik Kundiman | |
Its own CPACK_RPM_PACKAGE_REQUIRES will catch up soon. | |||
2024-08-18 | Update webrtc to fix loss of stereo in bluetooth issue. | Roxie Linden | |
When transitioning from mic-on hands-free mode to mic off, it's expected that the audio stream would return to stereo. Inproper logic in the mac device code in webrtc was preventing that. | |||
2024-08-18 | Fix RenderReflectionProbeResolution debug setting not updating during runtime | Rye Mutt | |
2024-08-17 | Microphone was being prematurely enabled on login for a short period. | Roxie Linden | |
The microphone issue was causing a short moment of sound, and was causing bluetooth headsets to switch to hands-free/one channel mode which is disruptive. Also, update webrtc to deal with issue where airpods were garbled after coming out of hands-free mode. | |||
2024-08-17 | Avoid scaling probe shadow maps by RenderShadowResolutionScale | Rye Mutt | |
2024-08-17 | Reduce number of full screen render targets | Rye Mutt | |
2024-08-17 | Fix hero probes not releasing resources when disabled | Rye Mutt | |
2024-08-17 | Fixes to managing device start/stop playout/recording. | Roxie Linden | |
Fixes prevent attempting to start playout/recording before the devices are set up, to prevent restarting playout/recording, to prevent attempts to stop when not playing/recording, and so on... This should address the case where audio device changes can cause an assert. It should also address the case where audio was unnecessarily played or transmitted when connecting. And, when voice is disabled, the audio devices are not set up to play/record so there should be no disruption of bluetooth music from other apps. | |||
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 | Remove pointless CMake status message (#2322) | Ansariel Hiller | |
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 | Fix loose mGalleryPanel in LLInventoryGallery | Andrey Kleshchev | |
LLInventoryGallery::buildGalleryPanel does the creation, not postBuild() same for LLOutfitGallery. Either don't create mGalleryPanel or remove it before creating again. | |||
2024-08-15 | viewer-private#268 When deleting worn items, move them to trash | Andrey Kleshchev | |
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 |