Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
release/2024.06-atlasaurus
|
|
|
|
|
|
|
|
We want to base lua-callables on lua-top-menu.
|
|
Leverage C++ overloads to allow use of generic function names disambiguated by
argument type.
This allows using templates for certain common operation sequences.
|
|
Emoji picker warning fixes and cleanup
|
|
|
|
[WebRTC] Implement a Logging Sink for WebRTC
|
|
|
|
|
|
|
|
|
|
|
|
WebRTC logs now pass out of the webrtc library into a logging sink,
which converts them into SecondLife.log compatable logging calls.
This includes fatal errors and asserts, which are now logged into
SecondLife.log, and should be available in the crash logger.
|
|
[WebRTC] Use new webrtc lib with crash-on-fatal support
|
|
Crash at getTextureEntry which calls getTE(mTEOffset)
|
|
|
|
Lua api for Follow Camera control
|
|
This encapsulates the boilerplate associated with passing each distinct
parameter to its corresponding LLFollowCamMgr method.
|
|
|
|
|
|
LLAvatarTracker::isBuddy during draw (#2149)
|
|
|
|
Fix indentation mistake that trips gcc's misleading indentation warning.
|
|
|
|
Issue:
P2P was catching STATUS_LEFT_CHANNEL meant for nearby chat and adopting
channel info for itself
Solution:
- Moved one of notifyStatusObservers calls so that it would have uri
data instead of firing with no channel info
- Made p2p sessions init with uri data, like it was before webrtc. Which
is used to distinguish observer notifications.
- Removed mAudioSessionChanged. It was unused yet confusing.
|
|
|
|
build.yaml: Remove unused BUILD variable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix PR builds from forks
|
|
|
|
|
|
see fe8c976 for more info
Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
|
|
|
|
|
|
|
|
|
|
Add ability to compile and run tests on Linux
|
|
|