Mikael Hermansson
64cf02362a
Jolt: Update RigidBody3D environmental properties more appropriately
2026-04-05 17:41:15 +02:00
Rémi Verschelde
7a99a2c782
Jolt: Use angled brackets for thirdparty includes
...
That's how we usually include thirdparty code, and it solves warnings
from clangd/IWYU about some Jolt headers (notably `Jolt/Jolt.h`) not being
used directly but as proxies to transitive includes.
2026-03-16 16:40:40 +01:00
Rémi Verschelde
6d309c858e
Remove unused includes in modules with clangd-tidy
2026-03-16 16:40:39 +01:00
Thaddeus Crews
5a5a806eaf
Merge pull request #116768 from mihe/jolt/tidying-up
...
Tidy some things up in `modules/jolt_physics`
2026-02-26 08:15:17 -06:00
Mikael Hermansson
72494ba3bc
Tidy some things up in modules/jolt_physics
2026-02-25 17:39:37 +01:00
Mikael Hermansson
371485758a
Share one JoltTempAllocator instance across all JoltSpace3D
2026-02-25 17:16:20 +01:00
Mikael Hermansson
1c16c4fdcc
Add ability for Area3D to detect/influence SoftBody3D with Jolt Physics
...
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com >
2026-02-12 16:30:05 +01:00
Mikael Hermansson
e7cf2f42cc
Fix transform updates sometimes being discarded when using Jolt
...
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com >
2026-01-25 16:44:08 +01:00
Mikael Hermansson
5a16e2fc78
Fix contacts not being reported properly when using Jolt Physics
2025-07-12 14:20:38 +02:00
Mikael Hermansson
e2985a2e1f
Fix crash in Jolt Physics when switching scenes in editor
...
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com >
2025-07-03 16:45:53 +02:00
Mikael Hermansson
89f9a23d9e
Batch the adding of Jolt Physics bodies
...
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com >
2025-06-14 14:11:07 +02:00
Mikael Hermansson
e160040f0c
Remove Jolt Physics project setting "Areas Detect Static Bodies"
2025-06-03 09:52:57 +02:00
Mikael Hermansson
9cea7ebc91
Fix SCU build issues related to Jolt Physics
2025-05-13 12:34:55 +02:00
Mikael Hermansson
2b88477efc
Remove no-op locking in Jolt Physics module
2025-04-29 12:23:24 +02:00
Thaddeus Crews
94282d88f9
Core: Use Math namespace for constants
2025-04-10 16:29:30 -05:00
kobewi
10f6c01b9c
Remove ABS in favor of Math::abs
2025-03-19 13:52:40 +01:00
Thaddeus Crews
768d75a248
Merge pull request #101254 from mihe/jolt/better-settings
...
Refactor Jolt-related project settings to only be loaded as needed
2025-03-13 08:57:43 -05:00
Mikael Hermansson
a30410bbf5
Refactor post-step operations in Jolt module to be done as needed
2025-01-25 12:22:30 +01:00
Mikael Hermansson
3b78ff564a
Refactor Jolt-related project settings to only be loaded as needed
2025-01-25 12:18:52 +01:00
Mikael Hermansson
053d92401e
Improve performance of changing compound shapes when using Jolt Physics
2025-01-06 21:43:49 +01:00
Mikael Hermansson
7beaddc9c0
Improve performance with many static/sleeping bodies when using Jolt Physics
2025-01-01 21:30:02 +01:00
Mikael Hermansson
d470c2ac6a
Add Jolt Physics as an alternative 3D physics engine
...
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com >
2024-12-11 13:57:25 +01:00