summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d/godot_step_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Move some worker_thread_pool.h includes out of header filesmyaaaaaaaaa2023-02-131-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix typo in physics step: contraint -> constraintRicardo Buring2022-12-061-3/+3
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-1/+1
* Remove ThreadWorkPool, replace by WorkerThreadPoolJuan Linietsky2022-07-251-5/+4
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update space parameters in 2D and 3DPouleyKetchoupp2021-12-031-2/+2
* Fix physics BVH pairing for teleported or fast moving objectsPouleyKetchoupp2021-11-161-1/+3
* ThreadWorkPool no longer starts worker threads if given zero work.Ibrahn Sahir2021-11-011-5/+1
* Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp2021-10-181-0/+308