fmartian
aa49a3d7e6
Fix typo in comment
2025-10-21 00:50:27 +03:00
Frederick Martian
f58a7c7673
Make changes according to recommendations by Copilot
...
- 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-21 00:50:27 +03:00
RolfKal
2adf1bbdcb
Remove trailing space
2025-10-21 00:50:27 +03:00
RolfKal
49a850ccc1
Remove a trailing space and a missed LLFile::remove() call right before the LLFile::rename()
2025-10-21 00:50:27 +03:00
RolfKal
e12958161c
Improve LLFile to be consistent between Windows and Linux/Mac
2025-10-21 00:50:27 +03:00
dependabot[bot]
6f1df1a8d2
Bump actions/checkout from 4 to 5 ( #4867 )
...
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-20 13:32:50 -07:00
dependabot[bot]
53041adc3d
Bump pre-commit/action from 3.0.0 to 3.0.1 ( #4864 )
...
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 13:32:36 -07:00
Andrey Kleshchev
0369072418
#4861 Crash at LLVolumeFace::createOctree
...
Looks like LLRiggedVolume::update goes out of bounds when selecting a face
2025-10-20 20:12:14 +03:00
Rye
41e9595522
Rework new convex decomp into a physicsextensions stub package and fix havok and havok_tpv builds for darwin universal to utilize new vhacd stub ( #4858 )
2025-10-20 13:10:19 -04:00
Rye
c847a5eaac
Update pre-commit hooks to v6.0.0
2025-10-20 19:39:49 +03:00
Rye
993851cc2a
Ignore tabs to spaces for objc in blame
2025-10-20 19:39:49 +03:00
Rye
11f73b0e7f
Fix tabs and trailing spaces in objc sources
2025-10-20 19:39:49 +03:00
Rye
f0d8e8f23c
Introduce dependabot configuration for Github Actions ( #4859 )
2025-10-20 09:36:36 -07:00
Andrey Kleshchev
0182399619
Bump viewer version tp 7.2.3 after 2025.07 release
2025-10-18 10:04:44 +03:00
Jonathan "Geenz" Goodman
3ca323db9e
Merge pull request #4850 from secondlife/geenz/main-to-develop
...
Catch some commits that didn't make it back to develop.
2025-10-17 19:30:49 -04:00
Jonathan "Geenz" Goodman
bbc2ad8fc5
Merge remote-tracking branch 'origin/main' into geenz/main-to-develop
2025-10-17 17:06:39 -04:00
Jonathan "Geenz" Goodman
aec7bf19eb
Merge pull request #4714 from secondlife/release/2025.07
...
Release/2025.07
2025-10-17 16:56:48 -04:00
Jonathan "Geenz" Goodman
01a799495b
Merge pull request #4842 from secondlife/andreyk/viewer_4701
...
#4701 Fix incorrect architecture in package's name
2025-10-16 18:37:04 -04:00
Andrey Kleshchev
ad374a0176
#4701 Fix incorrect architecture in package's name
2025-10-16 23:20:14 +03:00
Andrey Kleshchev
b011263b60
#3379 Fix callback cleanup
...
Instead of marking as 0, mark for cleanup
2025-10-16 20:14:47 +03:00
Andrey Kleshchev
03fa846ac7
#4757 Fix missing quotes
2025-10-16 20:14:47 +03:00
Ansariel
790c52f3fd
Fix erroneous check for __attribute__ definition introduced with APR 1.7.5
...
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 19:44:18 +03:00
fmartian
9f192430ef
#2531 Fix gray background tiles in the Minimap ( #4815 )
2025-10-16 18:43:23 +03:00
Ansariel
6cdd9cff70
Fix C26444 compiler warning (creating unnamed RAII instances that could lead to unintended behavior)
2025-10-16 18:40:23 +03:00
Andrey Kleshchev
8679b86cde
#2570 Fix extra setGLTFRenderMaterial
...
setRenderMaterialID already calls setGLTFRenderMaterial
2025-10-16 01:23:11 +03:00
Andrey Kleshchev
1f608d833e
p#490 Fix missing Lossless check
...
that broke sculpt upload
2025-10-15 22:32:22 +03:00
Andrey Kleshchev
851a503930
#3971 Fix wrong material type when 'editing linked'
2025-10-15 11:21:54 +03:00
Andrey Kleshchev
167b7bae62
#3263 Repeat Notification Noise on Find Emoji Floater
2025-10-15 11:21:25 +03:00
Andrey Kleshchev
57a9e51360
#4819 WebRTC crashes after a failed login
2025-10-13 21:19:24 +03:00
Andrey Lihatskiy
083a971f31
Avoid stack-buffer overruns in llprocess_test.cpp ( #4824 )
2025-10-13 19:32:54 +03:00
SakuraNoel Fayray
062b8d1093
Fix Japanese Translation ( #743 )
2025-10-13 09:25:37 -07:00
Andrey Kleshchev
449f64caa2
#2818 Creating a link to an empty notecard fails
2025-10-13 18:17:05 +03:00
Andrey Kleshchev
38257221d0
viewer#3018 Expose mouse wrap in UI
...
And attempt some basic automation
2025-10-13 16:27:36 +03:00
TJ
46b4ea4d6d
#4811 #4813 Fixed RemoveItemWarn invalid notification and deleting no-mod content ( #4812 )
...
* Fixed trying to display an invalid notification for RemoveItemWarn
* Fixed allowing deleting no-mod content if tried to be deleted twice
2025-10-13 15:37:23 +03:00
Jonathan "Geenz" Goodman
2cdcd336ba
Merge pull request #4783 from RyeMutt/rye/convexdecomp
...
Introduce initial VHACD based llconvexdecomposition library
2025-10-10 17:17:25 -04:00
Jonathan "Geenz" Goodman
6efde0ba83
Merge pull request #4809 from secondlife/andreyk/viewer_4777
...
#4777 Fix crash on missing factory
2025-10-10 17:16:47 -04:00
Andrey Kleshchev
3445a01990
#4782 Improve wearing multiple items
2025-10-10 00:03:18 +03:00
Andrey Kleshchev
400351f3b8
#4777 Fix crash on missing factory
2025-10-09 23:59:51 +03:00
Andrey Kleshchev
c15ba8799d
#4806 Crash at getPrimaryFormat
...
According to bugsplat tex is null
2025-10-09 19:39:11 +03:00
Andrey Kleshchev
c257304ae7
#4803 Fix crash on cameraUnderWater
...
updateEnvironment tried to access dead camera
2025-10-09 01:04:34 +03:00
Callum Linden
95337dfc36
Fix for viewer-private/issues/489 - HTTP Basic Auth dialog should not be present ( #4799 )
2025-10-08 15:39:23 -04:00
Andrey Kleshchev
6fc138dc44
p#351 Mark RenderMaxOpenGLVersion as Windows specific
2025-10-08 22:29:16 +03:00
Jonathan "Geenz" Goodman
9e71e1ca38
Move the irradiance gen unbind to be within the correct scope. ( #4798 )
2025-10-08 14:52:33 -04:00
Brad Linden
dd59dd5d65
Merge pull request #4775 from secondlife/brad/llphysicsextensions-fallback
...
Reenabled Havok LLPhysicsExtensions for Rosetta
2025-10-08 09:33:18 -07:00
Andrey Kleshchev
d76d0c239c
#4796 Preferences' mic volume slider had no effect.
2025-10-08 17:33:48 +03:00
Cosmic Linden
69d7c0f7ef
secondlife/viewer#2570 : Fix baked texture shared between avatars when in PBR material
2025-10-07 20:02:49 +03:00
Andrey Kleshchev
eb9cb1ab8c
#4794 SceneLoadRearMaxRadiusFraction not stored as a fraction
2025-10-07 17:46:46 +03:00
Maxim Nikolenko
688224a6cb
#4772 fix group ownership detection for deeded objects
2025-10-07 17:25:50 +03:00
Andrey Kleshchev
d9db7bb645
p#480 Collada vs GLTF Mesh Import Naming Convention
...
Both collada and gltf have a node and a mesh. Collada uses node-name, gltf was using mesh-name.
GLTF format permits reusing single mesh for multiple nodes, but nodes are warrantied to not be reused.
Switch to using node-names for better dupplicate avoidance and to be more in line with collada.
2025-10-06 18:32:19 +03:00
Andrey Kleshchev
9c28607a7c
#4195 Clear code from a merge conflict
...
This part was removed unintentionally, due to a merge conflict resolution.
2025-10-06 17:09:01 +03:00