summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d
Commit message (Expand)AuthorAgeFilesLines
* Expose body_test_motion in 3D physics serverPouleyKetchoupp2021-07-021-2/+2
* Merge pull request #49844 from nekomatata/physics-disabled-shapesRémi Verschelde2021-06-306-59/+14
|\
| * Fix and clean disabled shapes handling in godot physics serversPouleyKetchoupp2021-06-226-59/+14
* | Fix move_and_collide causing sliding on slopesPouleyKetchoupp2021-06-281-0/+3
|/
* Refactor CommandQueueMTreduz2021-06-091-1/+1
* Safe margin cleanupPouleyKetchoupp2021-06-041-2/+2
* More explanatory names for RigidBody modesPouleyKetchoupp2021-06-042-22/+11
* Rename Vector2 clamped to limit_length and add limit_length to Vector3Aaron Franke2021-06-031-2/+2
* Enable setting of collision iterations in PhysicsServer2DRhathe2021-05-193-0/+7
* Dynamic BVH broadphase in 2D & 3D Godot PhysicsPouleyKetchoupp2021-05-108-1167/+145
* Godot Physics collisions and solver processed on threadsPouleyKetchoupp2021-04-2611-217/+365
* Unexpose _direct_state_changed in PhysicsBodyrafallus2021-04-225-15/+14
* Merge pull request #47942 from nekomatata/joint-check-body-typesRémi Verschelde2021-04-161-0/+13
|\
| * Fix errors related to joints setup with two non-dynamic bodiesPouleyKetchoupp2021-04-151-0/+13
* | Optimize BroadPhase2dHashGrid to not pair elements on different layersHenry Conklin2021-04-152-40/+50
|/
* Godot Physics solver optimizationPouleyKetchoupp2021-04-125-135/+87
* Merge pull request #47678 from madmiraal/fix-47436.1Rémi Verschelde2021-04-061-0/+4
|\
| * Check for empty ConcavePolygonShape2D before checking for intersectionMarcel Admiraal2021-04-061-0/+4
* | Merge pull request #47675 from madmiraal/fix-47436Rémi Verschelde2021-04-061-0/+1
|\ \
| * | Check ConvexPolygonShape2D point count before calcuating moment of inertiaMarcel Admiraal2021-04-061-0/+1
| |/
* / Ensure ConvexPolygonShape support count variable is initialisedMarcel Admiraal2021-04-061-1/+2
|/
* Merge pull request #44695 from madmiraal/fix-44632Rémi Verschelde2021-03-261-2/+6
|\
| * Remove all elements from monitored_bodies and monitored_areas when processedMarcel Admiraal2020-12-261-2/+6
* | Fix GodotPhysics solver with kinematic body set to report contactsPouleyKetchoupp2021-03-111-20/+23
* | Refactor removal of constraints from bodies in 2D jointsEryk Dwornicki2021-02-272-22/+9
* | Merge pull request #45863 from nekomatata/physics-queries-disabled-shapesRémi Verschelde2021-02-241-2/+24
|\ \
| * | Fix physics queries not filtering out disabled collision shapesPouleyKetchoupp2021-02-091-2/+24
* | | Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde2021-02-182-8/+8
|\ \ \
| * | | Modernize atomicsPedro J. Estébanez2021-02-182-8/+8
* | | | Fix test_body_motion recoveryPouleyKetchoupp2021-02-171-23/+61
|/ / /
* / / Make Servers truly Thread Safereduz2021-02-106-90/+111
|/ /
* | Merge pull request #37547 from aaronfranke/tauRémi Verschelde2021-02-011-1/+1
|\ \
| * | Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-1/+1
* | | Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-312-9/+5
|\ \ \
| * | | Modernize ThreadPedro J. Estébanez2021-01-292-9/+5
* | | | Use real_t in physics codeAaron Franke2021-01-286-17/+25
|/ / /
* | | Merge pull request #43923 from madmiraal/fix-43588Rémi Verschelde2021-01-141-2/+2
|\ \ \ | |/ / |/| |
| * | Fix cast_motion sometimes failingMarcel Admiraal2020-11-271-2/+2
* | | Fix multiple issues with one-way collisionsMarcel Admiraal2021-01-073-61/+45
* | | Update copyright statements to 2021Rémi Verschelde2021-01-0133-66/+66
* | | Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-285-17/+17
|\ \ \
| * | | Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-065-17/+17
| |/ /
* | / Rename empty() to is_empty()Marcel Admiraal2020-12-284-5/+5
| |/ |/|
* | make 2d constraint solving more deterministic by solving in push orderJordan Schidlowsky2020-12-047-21/+23
|/
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-2/+0
* Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde2020-11-161-2/+0
|\
| * Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal2020-09-181-2/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0712-14/+14
* | Fix how Line2D obtains the other object's supportsMarcel Admiraal2020-10-031-1/+1
* | Ignore thread models when compiling with NO_THREADFabio Alessandrelli2020-09-232-0/+8