| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-19 | Update autobuild.xml | RunitaiLinden | |
| 2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - determine viewer_channel ↵ | Vir Linden | |
| from branch name in builds | |||
| 2024-04-19 | Merge pull request #1283 from RyeMutt/mikktspace-updates | RunitaiLinden | |
| Update to use newer mikktspace generation lib changes from Blender | |||
| 2024-04-19 | Update to use newer mikktspace generation lib changes from Blender for ↵ | Rye Mutt | |
| bug/crash fixes | |||
| 2024-04-19 | Add toggle for PipeWire volume catcher, and refactoring | Maki | |
| 2024-04-19 | secondlife/viewer#1249 Erratic Emoji Picker Behavior | Alexander Gavriliuk | |
| 2024-04-19 | viewer#1081 removed a 'not finalized' part of 2K benefits | Andrey Kleshchev | |
| This part isn't planned at the moment, at least not this way, remove to not cause issues once server side changes behavior | |||
| 2024-04-19 | viewer#1117 optimize one getIsCloud() away | Andrey Kleshchev | |
| getIsCloud() is relatively expensive, especially for 'self', yet getRezzedStatus() already checks it and return 0, no need to repeat. | |||
| 2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
| This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
| 2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
| This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
| 2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
| This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
| 2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
| This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
| 2024-04-18 | viewer#1260 Fix thumbnail preview not loading | Andrey Kleshchev | |
| Standard and scaled textures couldn't share workers and if one finished a request, second one failed to start a new one. | |||
| 2024-04-18 | viewer#1260 Fix thumbnail preview being blury | Andrey Kleshchev | |
| 1. Switched 'inspect' to thumbnails to minimalize differences 2. Reporting larger area to bump priority 3. Change scaling behavior. Old mechanics worked fine for icons that were scaled down from large images to ~32, but for thumbnails it can result in 256 image scaling down to ~200 before being scaled up to UI's scale (scale factor), causing extra loss of quality. | |||
| 2024-04-18 | viewer-private#217 Fix cef log name | Andrey Kleshchev | |
| 2024-04-18 | Update open_libndofdev and openal to latest versions. | Nicky | |
| - With the updated openal the dependency on sndio can be dropped - The updated libndofdev is compiled against the correct version of SDL2 and thus NDOF can be enabled again | |||
| 2024-04-18 | Use Pulse for volume catching and add CMake variable for PipeWire | Maki | |
| 2024-04-18 | Try getting other symbols for Pulse if it fails | Maki | |
| 2024-04-18 | Add libpipewire-0.3-dev to GitHub workflow | Maki | |
| 2024-04-17 | Use PipeWire for Linux volume catcher | Maki | |
| 2024-04-17 | 1176 integrate llgltfnode with selection manager and llmaniptranslate/rotate ↵ | RunitaiLinden | |
| (#1258) * #1176 Somewhat working GLTF Node support for translate tool * #1176 Missing file from last commit * #1176 Better translation for rotated nodes. * #1176 Fix for objects snapping back to original position * #1176 GLTF Samples compatibility pass -- attempt at improving rotation manip support, incidental cleanup, GLTF node debug display * #1176 Clean out some unused and not working functions. * #1176 Fix for mac build, incidental cleanup * Mac build fix | |||
| 2024-04-17 | SL-18721 Window shutdown adjustments | Andrey Kleshchev | |
| On viewer shutdown 1. Instead of handling potential WM_* messages viewer is no longer equiped to handle drop window's pointer and expect only WM_DESTROY 2. Detach thread and let it do its own thing, thread will delete itself 3. Reverts commit 1161262029f9619fb02d81575382b64d82d9cd09 Reason for the change: window was closing too early (as son as "LLApp" status changes) without proper cleanup | |||
| 2024-04-17 | Merge pull request #1256 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
| [WebRTC] Update webrtc.lib to address issue with voice bars not appearing. | |||
| 2024-04-17 | viewer#1143 Crash at LLReflectionMap::autoAdjustOrigin #2 | Andrey Kleshchev | |
| 2024-04-17 | Fix typo in settings names (#1257) | Ansariel Hiller | |
| 2024-04-16 | Merge branch 'roxie/webrtc-voice' of https://github.com/secondlife/viewer ↵ | Roxie Linden | |
| into roxie/webrtc-voice | |||
| 2024-04-16 | Fix cases where voice outstanding requests could be dropped, resulting in no ↵ | Roxie Linden | |
| voice | |||
| 2024-04-16 | Issue in WebRTC was disabling custom audio processing (level detection) | Roxie Linden | |
| There is a case where the custom audio processor, which is used to determine audio levels, was disabled on connection shutdown even when another connection was established. This issue has been patched in the webrtc library. | |||
| 2024-04-17 | Cleanup Install Linux dependencies | AiraYumi | |
| 2024-04-17 | viewer#1216 Library settings can be deleted via My Environments | Andrey Kleshchev | |
| 2024-04-16 | Fix bad copypasting of code, hopefully for good this time | Kyler Eastridge | |
| 2024-04-16 | Cleaned up code a bit, fixed issue with referencing effectp instead of avatar | Kyler Eastridge | |
| 2024-04-16 | Remove animesh networked skeleton reset for now | Kyler Eastridge | |
| 2024-04-16 | Make it so that reset skeleton is a networked ViewerEffect | Kyler Eastridge | |
| 2024-04-16 | Merge pull request #1224 from nerodevo/autobuild-revert | Andrey Lihatskiy | |
| Revert removal of llphysicsextension_stub for Windows | |||
| 2024-04-16 | Merge pull request #1230 from beqjanus/StopVoCacheTPHangs | Brad Linden | |
| Stop vo cache related tp hangs | |||
| 2024-04-16 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
| 2024-04-16 | Merge branch 'main' into autobuild-revert | nat-goodspeed | |
| 2024-04-16 | Merge pull request #1246 from secondlife/vir-linden-patch-2 | Vir Linden | |
| https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | |||
| 2024-04-16 | https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | Vir Linden | |
| 2024-04-16 | Change windows to windows64 again | nerodevo | |
| Missed the second change... Here it is. | |||
| 2024-04-16 | Change windows to windows64 | nerodevo | |
| 2024-04-16 | Too hasty on the push. | Beq | |
| 2024-04-16 | Add some checking around extras cache versionNumber | Beq | |
| 2024-04-15 | Merge branch 'main' into release/materials_featurette | Brad Linden | |
| 2024-04-16 | viewer#1215 My Environments' trash button is missing a notification | Andrey Kleshchev | |
| 2024-04-15 | secondlife/viewer#912 BugSplat Crash 1412267: nvoglv64+0xadcd00 | Alexander Gavriliuk | |
| 2024-04-15 | Chore/pragma gcc cleansweep (#1226) | Nicky Dasmijn | |
| * Remove all GCC warning suppression pragmas. * For Linux just just raise(SIGSEGV) as the crash driver. This has a much higher chance of the compiler understanding out intent and figuring out we end the program here. * Remove -Wno-stringop-overflow and -Wno-stringop-truncation from GCC_WARNINGS. After calling raise(SIGSEGV) as the crash driver I saw no issue with those warnings anymore After removing thoses GCC pragmas there is also no need for clang -Wno-unknown-warning-option anymore. * Remove CMakePresets from this PR. * Remove Lindens from comments :) | |||
| 2024-04-15 | viewer#1213 My Environments 'Apply' buttons enabled for folders | Andrey Kleshchev | |
| 2024-04-15 | viewer#676 Use attacment info for rez state reporting | Andrey Kleshchev | |
