godot/modules/godot_physics_3d
Thaddeus Crews 171187d1aa
Merge pull request #101011 from aaronfranke/limit-max-contacts-reported
Place a hard limit on the `max_contacts_reported` property in 2D/3D physics
2025-04-09 18:11:53 -05:00
..
joints Core: Add constexpr constructors/operators to math structs 2025-03-17 12:15:31 -05:00
config.py Allow to compile templates without physics servers 2025-03-28 11:00:44 -03:00
gjk_epa.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
gjk_epa.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_area_3d.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
godot_area_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_area_pair_3d.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
godot_area_pair_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_body_3d.cpp Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
godot_body_3d.h Place a hard limit on the max_contacts_reported property 2025-03-29 01:17:55 -07:00
godot_body_direct_state_3d.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
godot_body_direct_state_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_body_pair_3d.cpp Remove ABS in favor of Math::abs 2025-03-19 13:52:40 +01:00
godot_body_pair_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_broad_phase_3d.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
godot_broad_phase_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_broad_phase_3d_bvh.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
godot_broad_phase_3d_bvh.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_collision_object_3d.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
godot_collision_object_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_collision_solver_3d.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
godot_collision_solver_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_collision_solver_3d_sat.cpp Directly use segment points in Geometry2D/3D function parameters 2025-03-30 16:25:59 -07:00
godot_collision_solver_3d_sat.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_constraint_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_joint_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_physics_server_3d.cpp Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
godot_physics_server_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_shape_3d.cpp Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
godot_shape_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_soft_body_3d.cpp Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
godot_soft_body_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_space_3d.cpp Remove unused header in drivers and modules. 2024-12-24 00:40:47 +08:00
godot_space_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
godot_step_3d.cpp Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
godot_step_3d.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
register_types.cpp Move Godot Physics 3D into a module; add dummy 3D physics server 2024-09-21 21:19:45 +02:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00