summaryrefslogtreecommitdiff
path: root/servers/physics_2d/godot_body_pair_2d.cpp
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-12-16Fix regression 70154 caused by my prior CCD fix.Geekotron
2022-12-13Fix Physics3D and Physics2D CCD sometimes adjusting velocity too much (preven...Geekotron
2022-10-01Remove usage of unitialized variablesRafał Mikrut
2022-05-03Rename Basis get_axis to get_column, remove redundant methodsAaron Franke
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Fix rigid body ray cast CCD in 2D and 3D Godot PhysicsPouleyKetchoupp
2021-12-03Update space parameters in 2D and 3DPouleyKetchoupp
2021-12-03Improve RigidDynamicBody contacts in 2D and 3DPouleyKetchoupp
2021-11-25Fix RigidDynamicBody gaining momentum with bouncePouleyKetchoupp
2021-10-18Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp