Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-16 | Remove pointless CMake status message (#2322) | Ansariel Hiller | |
2024-08-16 | Log WebRTC devices on webrtc initialization. | Roxie Linden | |
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 | |||
2024-08-15 | #2307 BugSplat Crash #1504734: LLViewerTexture::getNumFaces() | Alexander Gavriliuk | |
2024-08-15 | Add missing va_end (#2301) | Ansariel Hiller | |
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 | Merge pull request #2283 from RyeMutt/reduce-thread-contention | Dave Parks | |
Reduce thread contention between main thread and asset fetch threads | |||
2024-08-14 | viewer#2204 crash at connectionStateMachine | Andrey Kleshchev | |
2024-08-14 | Enable /permissive- on MSVC for better standards conformance (#2251) | Rye Mutt | |
* Enable /permissive- on MSVC for better C++ conformance and fix related errors * Clean up left over warning suppressions from old library or msvc versions | |||
2024-08-14 | Mitigate asset fetch thread stalls from LLDiskCache mutex contention and ↵ | Rye Mutt | |
trivial cleanup Move LLDiskCache::updateFileAccessTime to LLFilesystem as it's the only user of that function. Change mCacheDir and LLDiskCache::metaDataToFilepath to statics. | |||
2024-08-14 | Reduce texture fetch and main thread contention from LLViewerStatsRecorder ↵ | Rye Mutt | |
via simpleton. | |||
2024-08-14 | Reduce UI draw stalls from LLSpellChecker singleton via simpleton | Rye Mutt | |
2024-08-14 | Reduce thread contention on HTTPStats singleton access via simpleton. | Rye Mutt | |
The main thread and http thread had significant contention in asset-fetch heavy scenarios that could result in main thread and http thread stalls when the http thread was accessing the HTTPStats singleton and the master singleton dependency list had to be queried. The HTTP thread is the primary user of HTTPStats with the main thread only calling into it during shut down to query the stats for the session. | |||
2024-08-14 | Update indra/cmake/Tracy.cmake | Andrey Lihatskiy | |
to stop pre-commit from complaining | |||
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 | Introduce tracy instrumentation of mutex in LLSingleton, LLInstanceTracker ↵ | Rye Mutt | |
and logging | |||
2024-08-13 | Update tracy integration to 0.11 and rework client library to be ↵ | Rye Mutt | |
configurable at build time Also copy tracy profiler client next to windows binary when enabled | |||
2024-08-13 | #2271 BugSplat Crash #1504299: LLFocusableElement::~LLFocusableElement(79) | Alexander Gavriliuk | |
2024-08-13 | Fix for coroutine assert rooted in coroRequestEnvironment (#2276) | Dave Parks | |
2024-08-13 | Merge pull request #2210 from secondlife/v-1883 | cosmic-linden | |
secondlife/viewer#1883: Local-only PBR terrain paintmap with developer tools | |||
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 | Interim fix for particles no longer rezzing properly. (#2227) | Beq Janus | |
In a previous PR, I noted: Note this change moves the calcPixelArea() call to the top BEFORE we user getPixelArea(). Either that call is entirely redundant (i.e. if calc was called earlier in the frame) or we were using the stale pixelArea (one frame behind). If the former is true then it might be faster to just do an AABB frustum check. It turns out that by moving the calcPixelArea to the "correct place", we break the rezzing of particles which are then being downsampled as a result. Moving this back to the "incorrect" location undoes the immediate effect but this whole scenario may need to be re-examined. | |||
2024-08-12 | #2257 BugSplat Crash #1503682: ↵ | Alexander Gavriliuk | |
SecondLifeViewer!LLFloaterIMSessionTab::enableDisableCallBtn(438) | |||
2024-08-12 | #2253 BugSplat Crash #1504389: ↵ | Alexander Gavriliuk | |
SecondLifeViewer!LLVOAvatar::updateRiggingInfo(10561) | |||
2024-08-12 | #2255 BugSplat Crash #1503774: ↵ | Alexander Gavriliuk | |
SecondLifeViewer!LLViewerOctreeGroup::hasState(227) | |||
2024-08-12 | Update zlib-ng libxml2 libpng freetype minizip-ng boost collada-dom tinygltf ↵ | Rye Mutt | |
packages (#2250) Rebuild expat, apr, meshoptimizer, ogg_vorbis, libjpeg-turbo for symbol fixes | |||
2024-08-12 | Fix sculpt discard level being discarded due to shadowing outer scope ↵ | Rye Mutt | |
discard_level (#2249) | |||
2024-08-11 | Adopt NSIS 3.0 (#2248) | Signal Linden | |