summaryrefslogtreecommitdiff
path: root/servers/physics_2d/godot_body_2d.h
AgeCommit message (Expand)Author
2023-01-10Add get_contact_impulse method to PhysicsDirectBodyState2DRicardo Buring
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-15PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...Ricardo Buring
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Improve RigidDynamicBody force and torque APIPouleyKetchoupp
2021-12-03Improve RigidDynamicBody contacts in 2D and 3DPouleyKetchoupp
2021-11-25Fix RigidDynamicBody gaining momentum with bouncePouleyKetchoupp
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-09Separate space override modes for gravity/damping in AreaPouleyKetchoupp
2021-11-08Expose local center of mass in physics serversPouleyKetchoupp
2021-10-25Improved RigidDynamicBody linear/angular damping overridePouleyKetchoupp
2021-10-19Fix 2D center of mass not updated from transformPouleyKetchoupp
2021-10-18Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp