Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
# Conflicts:
# autobuild.xml
# indra/newview/llvoicewebrtc.cpp
|
|
code in PCH (#2361)
|
|
|
|
|
|
* #2315 WIP -- Clean up deletion rules in texture list. Incidental decruft.
* Touch up assertions.
* Move mLastReferencedTimer to LLViewerMediaTexture since it's no longer used by LLViewerTexture
|
|
* #2354 Enable Tracy on test builds
* Only enable Tracy by default on windows
|
|
|
|
|
|
Cherry pick mirror disablement from develop.
|
|
* Fix a bunch of XUI errors
* Change TRUE to true
|
|
|
|
(#2352)
|
|
(#2352)
|
|
Various fixes to probe memory usage
|
|
Partial rollback of d00b6e4
QA uses AvatarBakedTextureUploadTimeout and requested restoration.
|
|
|
|
SecondLifeViewer!LLFocusableElement::~LLFocusableElement(79)
|
|
|
|
|
|
[WebRTC] Log WebRTC devices on webrtc initialization.
|
|
Fix build error
|
|
Fix various findChild calls causing frame drops and ui stutter
|
|
|
|
|
|
|
|
into roxie/webrtc-airpod-fixes
|
|
properly anyway.
|
|
* Fix whitespaces for initializer lists ("type x {value};" vs "type x{ value };")
* Change pointer alignment from right to left
|
|
Fix tab indentation
|
|
Remove trailing whitespace to pass pre-commit check
|
|
shutting down
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of LLFloaterSidePanelContainer
|
|
to/from mouselook
|
|
|
|
|
|
during various ui callbacks
|
|
|
|
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.
|
|
|
|
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.
|