Beq
22dc55da87
Add new alignment and face-towards to the avatar->movement menu
Firestorm_Beta_7.2.4.80451
2026-04-03 18:17:31 +01:00
PanteraPolnocy
32c01e89a6
Updated Polish translation
...
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com >
2026-04-03 18:44:51 +02:00
Ansariel Hiller
84e03ffed5
Merge pull request #213 from trish-sl/TidyUpChatbarStyle
...
IMPROVEMENT - NearbyChatControl styling
2026-04-03 18:07:21 +02:00
Ansariel
5bb70ec24d
Update German translation
2026-04-03 17:39:55 +02:00
Ansariel
8f62dc951c
Pretty sure it needs to be "to the left/right"; Also adjust toybox height
2026-04-03 17:38:59 +02:00
Ansariel
0e04a92d60
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
2026-04-03 16:46:58 +02:00
Ansariel
1718f9718c
Some cleanup
2026-04-03 16:46:53 +02:00
Beq Janus
e8bd502bb0
Merge pull request #208 from AyaneStorm/pr-feat-compass-and-avatar-alignment
...
Floater that shows a compass, adds ability to face towards nearest avatar or given cardinal point
2026-04-03 15:31:23 +01:00
Ansariel
f0c8747fb0
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
2026-04-03 16:30:27 +02:00
Ansariel
3eb97c81e2
More sadfaces!
2026-04-03 16:30:20 +02:00
Beq
278304d705
Merge remote-tracking branch 'origin/master'
2026-04-03 15:26:45 +01:00
Beq
59f9ef2840
Update node-version on symbol-upload to avoid deprecation warnings.
2026-04-03 15:26:27 +01:00
Ansariel
34742c231c
Update German translation
2026-04-03 16:22:56 +02:00
PanteraPolnocy
c39f5f4631
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
2026-04-03 16:07:52 +02:00
PanteraPolnocy
53a96ab2d3
FIRE-36516, FIRE-36521 Updated French (Laurent Bechir) and Polish translations
...
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com >
2026-04-03 16:07:33 +02:00
Beq
0e41658dd3
Missing overrides make macOs sad
2026-04-03 15:05:54 +01:00
Ansariel
303e54233c
Select default search box when changing tabs in LL's legacy search
2026-04-02 22:35:40 +02:00
chanayane
4d94329677
New features : Floater that shows a compass, and let us align our avatar on cardinal points or face towards the nearest avatar, as well as some context menu items in minimap, nearby avatars and avatars to face towards a given avatar
2026-04-02 14:27:14 +02:00
Trish_sl
a802af718d
IMPROVEMENT - NearbyChatControl styling
2026-04-01 17:24:08 -04:00
Beq
3fe12e1318
Revert "glTF: Update model preview to handle invalid rigs"
...
This reverts commit e62bc46b25 .
2026-04-01 19:48:50 +01:00
Beq
4e2772b7e2
Revert "glTF Loader: Use proper basis change for transforms"
...
This reverts commit bddb3dcc07 .
2026-04-01 19:48:32 +01:00
Beq
809dad1167
Merge branch 'fire-36135-local-mesh-gltf'
2026-04-01 17:41:24 +01:00
Beq
44bbc18335
Rearrange Local Mesh settings into two columns
2026-04-01 17:38:54 +01:00
Beq
b0229af8e4
Implement the auto-reload polling logic in LLLocalMeshSystem
2026-04-01 17:38:54 +01:00
Beq
37cf034704
Overhaul the local mesh reload system with better submesh tracking
2026-04-01 17:38:54 +01:00
Beq
69af780436
Implement deep cloning for local mesh objects and faces
...
Needed to help restore after failed loads etc.
2026-04-01 17:38:54 +01:00
Beq
d973e89d19
Add settings and UI for the local mesh auto-reload feature
...
Ugly settings we can fix later.
2026-04-01 17:38:54 +01:00
Beq
0fa28b1ae8
Refactor mesh importer interfaces for better decoupling
2026-04-01 17:38:54 +01:00
Beq
e2fc77ccb6
Follow main loader style for unpacking GLTF joint indices
2026-04-01 17:38:54 +01:00
Beq
73d9a7439a
Reduce lookups to speed up GLTF hierarchy traversal
2026-04-01 17:38:54 +01:00
Beq
6cb22a0ecb
Align face limits across DAE and GLTF to remove magic numbers
2026-04-01 17:38:54 +01:00
Beq
acd051685b
Move skininfo setup to base constructor where possible
2026-04-01 17:38:54 +01:00
Beq
e62bc46b25
glTF: Update model preview to handle invalid rigs
...
Align rig validation with legacy (DAE) behaviour
2026-04-01 17:38:53 +01:00
Beq
bddb3dcc07
glTF Loader: Use proper basis change for transforms
...
Backport the localmesh fixes.
Upstream glTF has some TODOs. these were fixed in LocalMesh (sawtooth arm bug)
2026-04-01 17:38:53 +01:00
Beq
56aff7efc8
LocalMesh: Introduce shared rig joint limit enforcement
...
Apply joint limits to DAE and glTF local import. Use a shared rig assessment, aligned to main loader.
2026-04-01 17:38:53 +01:00
Beq
87460cd572
Fix rest transformation bug in Local Mesh
...
rotations were ignored leading to mismatch in inverse bind
2026-04-01 17:38:53 +01:00
Beq
8dd9fcbddf
Enforce joint ordering in lower LOD models
...
Log joint mapping issues when found.
2026-04-01 17:38:53 +01:00
Beq
2105dfabee
Add support for missing node transforms when compared to main gltfloader
2026-04-01 17:38:53 +01:00
Beq
d8ee5ef775
defend against use after free with localmesh
2026-04-01 17:38:53 +01:00
Beq
bfb58ecb14
[FIRE-36135] rigged mesh GLTF import for local mesh
...
Minor change to llmodel.cpp - Ensures the bind shape matrix is explicitly initialized to identity,
Refactor local mesh import code to reduce duplication
Added base class for local mesh importers, providing shared functionality such as LOD setting, logging, post-processing of objects, etc.
Added correpsonding importer implementations for DAE & GLTF
2026-04-01 17:38:53 +01:00
Andrey Kleshchev
4abaef8dc0
#5569 Potential fix for frequent disconnects #2
2026-04-01 18:22:22 +02:00
Ansariel Hiller
8a9fae55fe
Merge pull request #210 from FirestormViewer/dependabot/github_actions/azure/trusted-signing-action-1.2.0
...
Bump azure/trusted-signing-action from 1.1.0 to 1.2.0
2026-04-01 14:37:11 +02:00
Ansariel Hiller
abe7321715
Merge pull request #211 from FirestormViewer/dependabot/github_actions/dawidd6/action-download-artifact-19
...
Bump dawidd6/action-download-artifact from 16 to 19
2026-04-01 14:36:59 +02:00
Ansariel Hiller
032f8a98b7
Merge pull request #212 from FirestormViewer/dependabot/github_actions/BugSplat-Git/symbol-upload-f56c6c85e5d04890d5358fb378fa782d3e3800d8
...
Bump BugSplat-Git/symbol-upload from 095d163ae9ceb006d286a731dcd35cf6a1b458c8 to f56c6c85e5d04890d5358fb378fa782d3e3800d8
2026-04-01 14:36:49 +02:00
dependabot[bot]
e780ef7aa5
Bump BugSplat-Git/symbol-upload
...
Bumps [BugSplat-Git/symbol-upload](https://github.com/bugsplat-git/symbol-upload ) from 095d163ae9ceb006d286a731dcd35cf6a1b458c8 to f56c6c85e5d04890d5358fb378fa782d3e3800d8.
- [Release notes](https://github.com/bugsplat-git/symbol-upload/releases )
- [Commits](https://github.com/bugsplat-git/symbol-upload/compare/095d163ae9ceb006d286a731dcd35cf6a1b458c8...f56c6c85e5d04890d5358fb378fa782d3e3800d8 )
---
updated-dependencies:
- dependency-name: BugSplat-Git/symbol-upload
dependency-version: f56c6c85e5d04890d5358fb378fa782d3e3800d8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-01 12:06:10 +00:00
dependabot[bot]
e6904156bf
Bump dawidd6/action-download-artifact from 16 to 19
...
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact ) from 16 to 19.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases )
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v16...v19 )
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '19'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-01 12:06:01 +00:00
dependabot[bot]
7c6935977f
Bump azure/trusted-signing-action from 1.1.0 to 1.2.0
...
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/azure/trusted-signing-action/releases )
- [Commits](https://github.com/azure/trusted-signing-action/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: azure/trusted-signing-action
dependency-version: 1.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-01 12:05:56 +00:00
Ansariel
6d479637bd
Clean up contacts floater
2026-04-01 12:35:32 +02:00
Ansariel
02a5b8f636
Clean up includes and sync with upstream
2026-04-01 10:05:31 +02:00
PanteraPolnocy
8098b469e6
Simplify the check in FSGroupTitleRegionMgr::onRegionChanged
...
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com >
2026-04-01 01:32:29 +02:00