1
0
Fork 0
godot/modules/jolt_physics
Rémi Verschelde 429750f60b
Merge pull request #115093 from Ivorforce/hashmap-explicit-copy
Change copy constructors of `HashMap` and `AHashMap` from implicit to explicit
2026-01-31 22:50:51 +01:00
..
joints Remove call to `PhysicsServer3D` from Jolt Physics implementation 2025-12-05 13:52:42 +01:00
misc
objects Jolt Physics: Reworked how gravity is applied to dynamic bodies to prevent energy increase on elastic collisions 2026-01-23 20:08:05 +01:00
shapes Change copy constructors of `HashMap` and `AHashMap` from implicit to explicit. 2026-01-21 13:01:23 +01:00
spaces Fix transform updates sometimes being discarded when using Jolt 2026-01-25 16:44:08 +01:00
SCsub Revert "SCons: Add `CPPEXTPATH` for external includes" 2025-10-06 13:09:22 -05:00
config.py
jolt_globals.cpp Jolt: Add null checks to jolt_free and jolt_aligned_free 2025-11-04 08:43:55 -06:00
jolt_globals.h
jolt_physics_server_3d.cpp Use `RequiredParam`/`RequiredResult` in some high value places 2025-12-02 10:44:12 -06:00
jolt_physics_server_3d.h Synchronize the names for `RequiredParam<T>` arguments in header files 2025-12-03 04:14:52 -06:00
jolt_project_settings.cpp Core: Cleanup headers in `core/config` 2025-10-06 09:20:56 -05:00
jolt_project_settings.h
register_types.cpp
register_types.h