summaryrefslogtreecommitdiff
path: root/servers/physics_2d/godot_joints_2d.cpp
AgeCommit message (Collapse)Author
2022-03-16PinJoint2D: fix inertia tensor, taking center of mass into accountRicardo Buring
2022-01-03Update copyright statements to 2022RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2021-10-18Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp
Also moved MT physics server wrappers to the main servers folder, since they don't have to be implementation specific.