Commit Graph

78905 Commits (dc540f664d0773b3ad691a5f961ed878fb416f63)

Author SHA1 Message Date
Angeldark Raymaker dc540f664d FIRE-35732: Manip changes imply zero base
when writing a BVH
2025-08-17 21:27:35 +01:00
Angeldark Raymaker 580b555258 Merge branch 'master' into FIRE-35686 2025-08-17 20:13:54 +01:00
Angeldark Raymaker e78080f111 FIRE-35769: Move lock button 2025-08-17 20:08:46 +01:00
Beq 2339174f66 Ubuntu 22.04 python is not python3 (I think) 2025-08-17 14:47:11 +01:00
Beq dabf5cc037 Fx indent 2025-08-17 14:26:21 +01:00
Beq 979593d5fb Workaround container needing 22.04 python 2025-08-17 14:18:02 +01:00
Ansariel f7cdf00583 Refactor some old code for minor performance improvements because why not? :) 2025-08-16 19:39:25 +02:00
Angeldark Raymaker a8d53fa9ae Update settings tab
add DoF edit-mode checkbox, move controls
2025-08-16 17:02:50 +01:00
Ansariel 806b4b1f9d Sync with upstream fix 2025-08-16 13:38:39 +02:00
Ansariel 6f21013d89 Fix long standing build issue due to bug in build variables 2025-08-16 13:38:27 +02:00
Ansariel df2df95a88 Reapply "Fix RelWithDebug compile issue in gltf\asset.cpp"
This reverts commit 42bf6d155e.
2025-08-16 11:46:57 +02:00
minerjr 42bf6d155e Revert "Fix RelWithDebug compile issue in gltf\asset.cpp"
This reverts commit 0898e6dbb8.
2025-08-15 19:54:21 -03:00
minerjr 0898e6dbb8 Fix RelWithDebug compile issue in gltf\asset.cpp
In indra\newview\gltf\asset.cpp when you compile in Visual Studio for windows with RelWithDebug, there is a compiling error due to #if being used instead #ifdef as the rest of the codebase uses. This is with the latest Visual Studio  17.14.11.

The error given is
Severity	Code	Description	Project	File	Line	Suppression State	Details
Error (active)	E0029	expected an expression	firestorm-bin	G:\minerjr\firestorm\phoenix-firestorm\indra\newview\gltf\asset.cpp	592

Just changed #if's to #ifdef.

Also moved the second #if to #ifdef on line 611 up before the assert as in Release both checks use the attribute_mask which is not defined as its only exists when SHOW_ASSERT exists.
2025-08-15 14:34:04 -03:00
Beq 6833849876 Need to adjust runs-on to pick up the container properly 2025-08-15 18:12:38 +01:00
Beq 16a2ae0179 Use sudo inside dockerised Ubuntu 2025-08-15 17:02:34 +01:00
Beq a43c11bbaa Test containerised build on Linux with g++14 toolchain. 2025-08-15 14:22:21 +01:00
Angeldark Raymaker fb06fd9506 Merge branch 'master' into FIRE-35686 2025-08-14 18:45:15 +01:00
PanteraPolnocy 0c6c8c71f3 Minor follow-up corrections 2025-08-13 20:31:46 +02:00
PanteraPolnocy f4504d4eef FIRE-35853, FIRE-35846, FIRE-35840 Updated Chinese (小滢 Zi Ying), French (Laurent Bechir), Japanese (Logue Takacs) and Polish translations 2025-08-13 20:20:04 +02:00
Hecklezz 9b83573b40 Revert "Fix: ignore *pass-on* counters when detecting left-button grabs (#3990)"
This reverts commit 65d70a8d8f.
Reason can be found here-
https://github.com/secondlife/viewer/issues/4535
2025-08-13 07:03:26 +10:00
Ansariel 1c6331efd5 Fix another issue 2025-08-11 14:03:30 +02:00
Ansariel 0d8af269df Fix remaining unused variable issues 2025-08-11 13:53:56 +02:00
Beq 8894abaafa More set-but-not-used, dead code. 2025-08-10 17:59:41 +01:00
Beq ebc2679892 More set but not used avoidance 2025-08-10 16:37:04 +01:00
Beq 13fdb12d24 more missing overrides. 2025-08-10 16:16:13 +01:00
Beq 5291fb1d1d Avoid set-but-unused in Clang 2025-08-10 14:50:51 +01:00
Beq 66b3635868 Merge remote-tracking branch 'origin/bugfix/FIRE-34084' 2025-08-10 14:08:30 +01:00
Beq 5703af8a27 Fix a missing override...I think we may end up just killing this warning though. 2025-08-10 11:29:47 +01:00
Beq dc409c4f64 Unused variable flagged by MacOS.
The entire switch block has no use.
2025-08-10 10:27:18 +01:00
Beq 3dcad73d2e Reduce lifetime of Beta to 28 days
Too many old betas hang around. These add no value in testing.
Beta now 28, Alpha and Nightly both at 14
2025-08-10 10:00:46 +01:00
Beq e33936b5c8 Add the fontconfgi1-dev package dependency
CMake failing on 24.04, did not on 22.04 so default package setup must have changed? Either that or pkg-config is being a pain.
2025-08-10 09:56:33 +01:00
Beq 47dbce2fa9 Move to Ubuntu 24.04 runner 2025-08-09 19:08:58 +01:00
Beq 0b258ac678 Address g++ compiler warnings, so we can move to g++14
Avoid uninitialized variable warnings on Linux/g++ by initializing translation_override in LLGLTFLoader.

Force the empty callback in LLPanelRegionTerrainInfo to decay to a function pointer to avoid warnings on Linux.

Remove initialization of mViewerObject in LLReflectionMap.h so that we are standards compliant.

(also paired with commit on fs-build-variables to ignore non-null warnings due to gcc stupidity)
2025-08-09 18:59:33 +01:00
Beq c14d0d50b1 Update macOS version for build matrix
macos-14 to macos-15 aligns with LL
2025-08-09 15:24:42 +01:00
Ansariel 29739cdb18 More stuff I missed... 2025-08-09 11:31:03 +02:00
Zi Ree 33da1b75f7 Linux: Remove now obsolete mFullscreenBits 2025-08-09 03:35:30 +02:00
Ansariel 58d68b3cf9 Refactor some stuff I stumbled upon 2025-08-09 03:05:10 +02:00
Ansariel 5af8801119 Merge branch 'main' of https://github.com/secondlife/viewer 2025-08-09 02:24:48 +02:00
Ansariel d7c73b9364 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2025-08-09 02:24:24 +02:00
Jonathan "Geenz" Goodman 28678996ce
Merge pull request #4382 from secondlife/release/2025.05
Release/2025.05
2025-08-08 18:32:24 -04:00
Angeldark Raymaker 743aca7ee4 FIRE-35686: Update BVH save state
- add optional unlock for mPelvis (for partial-pose BVH)
- add settings option for mPelvis BVH lock state
- T-pose now only BVH locks Body tab; face and hands are now BVH-unlocked by default
2025-08-04 22:20:35 +01:00
Andrey Kleshchev f338b91f7c #4483 Fix gltf not opening unicode paths 2025-08-04 18:20:50 +03:00
Beq ebe0e396b1 FIRE-35761 - Primfeed/Flickr: Saved Setting breaks photo size selection
These settings when tied into the XML cause the resolution selection to break. Because users now have  saved setting once it is changed it cannot be fixed, SO I think the only solution is to remove the setting binding to the panel. Better solutions appreciated.
2025-08-04 09:53:30 +01:00
Andrey Lihatskiy 7255933d2a #3785 Set default `MediaFirstClickInteract` value to 31 (Landowner objects) 2025-08-02 13:22:30 +00:00
PanteraPolnocy 0dcbbdad83 FIRE-35812, FIRE-35820 Chinese (小滢 Zi Ying), Japanese (Logue Takacs) and Polish translation updates 2025-08-02 15:17:27 +02:00
Angeldark Raymaker d92e78ccc0 Merge branch 'master' into FIRE-35686 2025-08-02 00:53:47 +01:00
Angeldark Raymaker 00ed27bf14 FIRE-35769: Add 'World lock joints' option 2025-08-02 00:53:06 +01:00
Ansariel Hiller eadc834746
Merge pull request #152 from FirestormViewer/dependabot/github_actions/azure/trusted-signing-action-0.5.9
Bump azure/trusted-signing-action from 0.5.1 to 0.5.9
2025-08-01 19:21:23 +02:00
dependabot[bot] c1450afe6e
Bump azure/trusted-signing-action from 0.5.1 to 0.5.9
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.1 to 0.5.9.
- [Release notes](https://github.com/azure/trusted-signing-action/releases)
- [Commits](https://github.com/azure/trusted-signing-action/compare/v0.5.1...v0.5.9)

---
updated-dependencies:
- dependency-name: azure/trusted-signing-action
  dependency-version: 0.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 11:01:50 +00:00
Maxim Nikolenko 8240af03b9
#4465 modify vertex limit threshold for starting splitting 2025-07-31 19:55:28 +03:00