summaryrefslogtreecommitdiff
path: root/servers/physics_2d/godot_step_2d.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-06Fix typo in physics step: contraint -> constraintRicardo Buring
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2022-07-25Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-03Update space parameters in 2D and 3DPouleyKetchoupp
2021-11-16Fix physics BVH pairing for teleported or fast moving objectsPouleyKetchoupp
2021-11-01ThreadWorkPool no longer starts worker threads if given zero work.Ibrahn Sahir
2021-10-18Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp