summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysMerge tag 'Second_Life_Release#f7516a46-2025.08' into 2025.08Erik Kundiman
12 days#4918 Crash at LLPluginProcessParent::pollAndrey Kleshchev
Bugsplat shows that mutex is null. It's possible that no instances exist thus mutex wasn't initialized.
12 days#4847 log session_jitter and period_jitter with FPS infoMaxim Nikolenko
13 daysMerge tag 'Second_Life_Release#5a0ba25d-2025.08' into 2025.08Erik Kundiman
14 days#4886 Crash on LLTeleportRequestViaLure::toOstreamAndrey Kleshchev
14 days#4884 Crash at resetRegionCrossingTimerAndrey Kleshchev
14 days#4876 Fix material not applyingAndrey Kleshchev
1. Dupplicate call in llselectmgr can cause race conditions 2. lltooldragndrop wasn't updating server in one case
14 days#4604 Turn off cef preloading on low end hardwareAndrey Kleshchev
1. Cef instances are fairly heavy in viewer's implementation, don't preload them on systems <= 8GB 2. Move initialization into floaters where it belongs. 3. Minimal requirement is 8GB, drop gpu class to 1 on hardware under 8GB 4. Reduce cef instance count on systems under 8GB
2025-10-28#4882 Log textures that failed to be createdAndrey Kleshchev
A bunch of 36x36 failed to create, there shouldn't have been any 36x36 textures, log the ids/type.
2025-10-28Fix issue where mac was crashing during an attempt to unplug or replug ↵Roxanne Skelly
microphone. (#4897) The mac audio device manager was being "helpful" by restarting playout and recording if the Default device was changed, assuming the application wouldn't care. However, we received an update of device change, and attempted to stop and start playout anyway, causing a conflict. The fix was simply to not deploy new devices when the device id didn't change.
2025-10-28Merge branch 'main' into 2025.08Erik Kundiman
2025-10-28FMOD has been upgradedErik Kundiman
2025-10-28Point CONTRIBUTING.md to GH's instead of cgit'sErik Kundiman
The mirror that displays Markdown files with hyperlinks and all, is GH's anyway.
2025-10-26Fix DoubleClickZoomIn checkbox overlapSecret Foxtail
New mousewarp dropdown pushed DoubleClickZoomIn checkbox underneath "Other Devices" button. Made space by setting top_pad values of SoundOnCollisions & DoubleClickZoomIn checkboxes to 0.
2025-10-26Merge tag 'Second_Life_Release#4e2a9667-2025.08' into 2025.08Erik Kundiman
2025-10-25Merge branch 'main' into 2025.08Erik Kundiman
2025-10-25Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08Erik Kundiman
2025-10-25MacPorts' OpenJPEG has been upgradedErik Kundiman
2025-10-25Remove a testerErik Kundiman
2025-10-23Merge remote-tracking branch 'secondlife/main'Erik Kundiman
2025-10-23MacPorts' expat (compatibility) has been updatedErik Kundiman
2025-10-23FreeBSD Ports Boost just got upgraded to 1.89Erik Kundiman
2025-10-22Arch's Boost just got upgraded to 1.89Erik Kundiman
2025-10-22Fix CEF media plugin failing to load on ArchErik Kundiman
Somehow the absence of the variable declaration would break CEF media plugin on Arch (just like it happened on openSUSE Tumbleweed) when it's not even used any more anywhere else. It's a different variable from the one whose absence broke CEF on Tumbleweed. Apart from that, the package now explicitly pulls at-spi2-core, which contains libatk-1.0.so.0, libatk-bridge-2.0.so.0 and libatspi.so.0 which are linked by libmedia_plugin_cef.so. at-spi2-core may not necessarily get pulled by some other package on a minimal fresh Arch installation.
2025-10-22Merge tag 'Second_Life_Release#57a9e513-2025.07' into 2025.07Erik Kundiman
2025-10-21Merge from secondlife/develop into 2025.08Andrey Kleshchev
2025-10-21#4839 Crash at LLPluginProcessParent::pollAndrey Kleshchev
Missed lock
2025-10-21#4871 Fix webrtc crash on tuningGetEnergyAndrey Kleshchev
2025-10-21#2427 Show torn off chat when clicking on a message popupAndrey Kleshchev
2025-10-21Fix typo in commentfmartian
2025-10-21Make changes according to recommendations by CopilotFrederick Martian
- correction spelling of suppress_error - improved error handling in remove() based on functionality in get_fileattr() and somewhat changed error handling in get_fileattr() itself - call explicitly LLFile::fopen() to make sure we use the correct file path conversion under Windows Removing Flawfinder comments since Flawfinder isn't used in the viewer anymore Adding an option to support symlink detection in getattr() Adding comments to function implementation to indicate that they are really static functions of the LLFile class
2025-10-21Remove trailing spaceRolfKal
2025-10-21Remove a trailing space and a missed LLFile::remove() call right before the ↵RolfKal
LLFile::rename()
2025-10-21Improve LLFile to be consistent between Windows and Linux/MacRolfKal
2025-10-20Bump actions/checkout from 4 to 5 (#4867)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20Bump pre-commit/action from 3.0.0 to 3.0.1 (#4864)dependabot[bot]
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20#4861 Crash at LLVolumeFace::createOctreeAndrey Kleshchev
Looks like LLRiggedVolume::update goes out of bounds when selecting a face
2025-10-20Rework new convex decomp into a physicsextensions stub package and fix havok ↵Rye
and havok_tpv builds for darwin universal to utilize new vhacd stub (#4858)
2025-10-20Update pre-commit hooks to v6.0.0Rye
2025-10-20Ignore tabs to spaces for objc in blameRye
2025-10-20Fix tabs and trailing spaces in objc sourcesRye
2025-10-20Introduce dependabot configuration for Github Actions (#4859)Rye
2025-10-18Bump viewer version tp 7.2.3 after 2025.07 releaseAndrey Kleshchev
2025-10-17Merge pull request #4850 from secondlife/geenz/main-to-developJonathan "Geenz" Goodman
Catch some commits that didn't make it back to develop.
2025-10-17Merge remote-tracking branch 'origin/main' into geenz/main-to-developJonathan "Geenz" Goodman
2025-10-17Merge pull request #4714 from secondlife/release/2025.07Jonathan "Geenz" Goodman
Release/2025.07
2025-10-16Merge pull request #4842 from secondlife/andreyk/viewer_4701Jonathan "Geenz" Goodman
#4701 Fix incorrect architecture in package's name
2025-10-16#4701 Fix incorrect architecture in package's nameAndrey Kleshchev
2025-10-16#3379 Fix callback cleanupAndrey Kleshchev
Instead of marking as 0, mark for cleanup
2025-10-16#4757 Fix missing quotesAndrey Kleshchev