1
0
Fork 0
godot/scene/2d/physics
Mikael Hermansson 6c907c2d37 Fix `move_and_slide` forcing synchronization with physics thread
Co-authored-by: Ricardo Buring <ricardo.buring@gmail.com>
2025-08-14 18:58:36 +02:00
..
joints 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
animatable_body_2d.cpp
animatable_body_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
area_2d.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
area_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
character_body_2d.cpp Fix `move_and_slide` forcing synchronization with physics thread 2025-08-14 18:58:36 +02:00
character_body_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
collision_object_2d.cpp Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
collision_object_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
collision_polygon_2d.cpp Make `PROPERTY_HINT_GROUP_ENABLE` hide properties by default 2025-06-16 20:03:49 +08:00
collision_polygon_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
collision_shape_2d.cpp Make `PROPERTY_HINT_GROUP_ENABLE` hide properties by default 2025-06-16 20:03:49 +08:00
collision_shape_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
kinematic_collision_2d.cpp Add templated version of ObjectDB::get_instance() 2025-03-27 15:43:23 +01:00
kinematic_collision_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
physical_bone_2d.cpp Fix super call in various `get_configuration_warnings` methods 2024-09-05 16:08:35 +02:00
physical_bone_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
physics_body_2d.cpp `FTI` - Change `SceneTree` global setting to static 2025-06-23 10:19:24 +01:00
physics_body_2d.h Physics Interpolation - Add editor configuration warnings 2025-04-20 10:03:04 +01:00
ray_cast_2d.cpp Fix AudioStreamPlayer3D's layer_mask property using the wrong property hint 2025-05-05 10:58:46 -05:00
ray_cast_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
rigid_body_2d.cpp Compile out editor-only logic within `validate_property` in games 2025-06-12 12:54:19 +08:00
rigid_body_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
shape_cast_2d.cpp Fix AudioStreamPlayer3D's layer_mask property using the wrong property hint 2025-05-05 10:58:46 -05:00
shape_cast_2d.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
static_body_2d.cpp Fix CapsuleShape2D outline for navmesh baking 2025-06-07 20:32:07 +02:00
static_body_2d.h Allow to compile templates without navigation features 2025-04-01 11:53:35 -03:00
touch_screen_button.cpp Add PROPERTY_HINT_INPUT_NAME 2025-04-23 22:23:44 +02:00
touch_screen_button.h Base accessibility API. 2025-04-08 20:14:28 +03:00