Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | Merge pull request #2300 from secondlife/roxie/webrtc-no-voice-dot | Roxanne Skelly | |
[WebRTC] Voice dot not always visible after crossing region boundaries. | |||
2024-08-15 | Update nvapi to R560 (#2302) | Rye Mutt | |
2024-08-15 | Add missing va_end (#2301) | Ansariel Hiller | |
2024-08-14 | Merge branch 'release/webrtc-voice' into roxie/webrtc-no-voice-dot | Roxanne Skelly | |
2024-08-14 | Merge pull request #2285 from secondlife/roxie/webrtc-stop-device-failure | Roxanne Skelly | |
[WebRTC] Don't Fatal Exit on AudioDeviceStop failure (osx only) | |||
2024-08-14 | Merge pull request #2262 from secondlife/roxie/webrtc-quad-channel | Roxanne Skelly | |
[WebRTC] allow quad channel microphones/inputs | |||
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-15 | Build directory creation that works on zsh & tcsh | Erik Kundiman | |
too, not just on bash. | |||
2024-08-14 | Don't call virtual functions in a derived class constructor | Roxie Linden | |
2024-08-15 | ReleaseOS build fix (#2299) | Andrey Lihatskiy | |
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 #2275 from secondlife/nat/edu-channel | nat-goodspeed | |
Allow triggering an EDU build with a tag containing "edu" | |||
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 | 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 | macOS build process is for 1 arch at a time now | Erik Kundiman | |
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 | Build instructions now use 1-level deep build dir | Erik Kundiman | |
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 | 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 | Merge pull request #2282 from RyeMutt/tracy-update | Andrey Lihatskiy | |
Update tracy to 0.11 and improve developer experience | |||
2024-08-14 | Update indra/cmake/Tracy.cmake | Andrey Lihatskiy | |
to stop pre-commit from complaining | |||
2024-08-13 | don't fatal error on AudioDeviceStop | Roxie Linden | |
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 | Skip windows symbol upload if there was no Release config build. (#2280) | Brad Linden | |
2024-08-13 | Merge branch 'develop' into nat/edu-channel | Nat Goodspeed | |
2024-08-13 | CI: Upload ReleaseOS app (#2252) | Signal Linden | |
Upload the built app on ReleaseOS builds. Not sure why we wouldn't want this. | |||
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 | Update expired cert in integration test | Andrey Lihatskiy | |
see fe8c976 for more info (cherry picked from commit bd6b6acf223ebeec5ada8059422473227396f6a6) | |||
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 |