summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-31Merge pull request #4900 from secondlife/maxim/2025.08-legacy-searchMaxim Nikolenko
Restore Legacy Search
2025-10-30#1112 Add 1024x1024 size to Snapshot to InventoryAndrey Kleshchev
2025-10-30#3670 Add a sortable status column to the list of gesturesAndrey Kleshchev
2025-10-30#3649 Incorrect camera aspec ratioAndrey Kleshchev
Everything else uses width/height ratio
2025-10-27#4879 An Emoji in a display name can affect text in chatAndrey Kleshchev
An emoji was spliting inlineview thus affecting displayed text.
2025-10-27Mac build fix and clean upMnikolenko Productengine
2025-10-27Fix indentation and trailing-whitespaceMnikolenko Productengine
2025-10-27#4411 UI adjustmentsMnikolenko Productengine
2025-10-26Revert "Improve switching of webrtc devices"Andrey Kleshchev
Wrong approach. Might need to split workerDeployDevices into separate recording and rendering variants. This partiall reverts commit bb26aa3c2cb8ff961668cf0ad8180d3e9c57f941, I left log lines.
2025-10-23#4887 Fix access violation in LLInventoryModelBackgroundFetch::bulkFetchViaAisAndrey Lihatskiy
2025-10-23#4411 fix additional search options - category and maturityMnikolenko Productengine
2025-10-23#4886 Crash on LLTeleportRequestViaLure::toOstreamAndrey Kleshchev
2025-10-23#4884 Crash at resetRegionCrossingTimerAndrey Kleshchev
2025-10-23#4411 WIP add Web tab to legacy SearchMnikolenko Productengine
2025-10-22p#494 Add search by agent ID to resident chooserAndrey Kleshchev
2025-10-22#4652 Improve switching of webrtc devicesAndrey Kleshchev
2025-10-22#4876 Fix material not applyingAndrey Kleshchev
1. Dupplicate call in llselectmgr can cause race conditions 2. lltooldragndrop wasn't updating server in one case
2025-10-22Updated APR library and removed hotfix patch in APR cmakeHecklezz
2025-10-22Ensure final EOF in LLProcess test (#4877)Andrey Lihatskiy
2025-10-22#4411 WIP initial restoring of Legacy SearchMnikolenko Productengine
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
2025-10-16Fix erroneous check for __attribute__ definition introduced with APR 1.7.5Ansariel
With the update of APR to versoin 1.7.5., we have to deal with an erroneous check for the definition of __attribute__ added to the APR head file apr.h: The additional check for the definition of __has_attribute is nonsense as it is a C++ internal macro to check for the existance of certain attributes, however it has nothing to do with __attribute__ used in this context. Since __attribute__ is not defined in MSVC, the modified, erroneous check now causes said definition becoming missing, resulting in a huge amount of "this declaration may not have extern 'C' linkage" errors within in MSVC. This change utilizes CMake to patch the extracted APR header file, restoring the original version of the check.
2025-10-16#2531 Fix gray background tiles in the Minimap (#4815)fmartian
2025-10-16Fix C26444 compiler warning (creating unnamed RAII instances that could lead ↵Ansariel
to unintended behavior)
2025-10-16#2570 Fix extra setGLTFRenderMaterialAndrey Kleshchev
setRenderMaterialID already calls setGLTFRenderMaterial
2025-10-15p#490 Fix missing Lossless checkAndrey Kleshchev
that broke sculpt upload