summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2731-62/+62
* Rebrand preambles to RedotSpartan3222024-10-1331-0/+62
* fix rare physics crashrune-scape2024-06-181-0/+4
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-2/+2
* Increase size of WorldBoundaryShape to be much largerHugo Locurcio2024-04-161-1/+1
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-072-3/+3
* GodotCollisionSolver2D::solve_concave: fix culling in case of motionRicardo Buring2024-02-131-2/+7
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Merge pull request #83655 from golfinq/small-capsule-shape-fixYuri Sizov2023-12-221-2/+1
|\
| * replace confusing code in CapsuleShape2Dgolfinq2023-10-201-2/+1
* | Fix body leaving area gravity influenceOccalepsus2023-12-212-1/+5
* | Clear monitoring in `Area*` when its space changes to invalid风青山2023-12-153-8/+10
|/
* Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-093-3/+3
|\
| * Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-083-3/+3
* | Fixes to allow object-less callables throughout GodotMai Lavelle2023-10-062-18/+4
|/
* Add vararg call() method to C++ Callablekobewi2023-10-051-4/+1
* Merge pull request #82313 from AThousandShips/null_check_serversRémi Verschelde2023-09-266-135/+135
|\
| * [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-256-135/+135
* | Merge pull request #81610 from Ughuuu/add-angle-limits-and-motor-to-pin-joint-2dRémi Verschelde2023-09-264-5/+144
|\ \
| * | Update PinJoint2D API with angle limits and motor speedDragos Daian2023-09-264-5/+144
| |/
* / Fix: Mass not set properly for RigidBodyCrimzoth2023-06-271-1/+1
|/
* Merge pull request #76138 from rburing/ccd_against_movingRémi Verschelde2023-06-191-3/+6
|\
| * Improve rigid body CCD against moving bodiesRicardo Buring2023-04-161-3/+6
* | Fix precision in physics supports generationBlack-Cat2023-04-292-9/+11
* | PhysicsDirectBodyState2D: add get_contact_local_velocity_at_positionRicardo Buring2023-04-144-10/+19
|/
* Move some worker_thread_pool.h includes out of header filesmyaaaaaaaaa2023-02-132-1/+1
* Merge pull request #66076 from Sauermann/fix-double-physics-input-events-for-...Rémi Verschelde2023-02-011-1/+1
|\
| * Fix physics events being interpreted twice when in canvas layerMarkus Sauermann2023-01-311-1/+1
* | Create default World physics spaces on demand onlysmix82023-01-311-9/+9
* | Replace Area gravity point distance scale with unit distanceAaron Franke2023-01-292-13/+13
* | Remove deprecated AREA_PARAM_GRAVITY_POINT_ATTENUATIONAaron Franke2023-01-292-9/+0
* | Add get_contact_impulse method to PhysicsDirectBodyState2DRicardo Buring2023-01-105-20/+31
* | Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-20/+7
|\ \
| * | Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-20/+7
| |/
* | One Copyright Update to rule them allRémi Verschelde2023-01-0531-899/+899
* | Fix regression 70154 caused by my prior CCD fix.Geekotron2022-12-161-4/+4
* | Fix Physics3D and Physics2D CCD sometimes adjusting velocity too much (preven...Geekotron2022-12-131-5/+18
|/
* Merge pull request #69674 from rburing/conStraintRémi Verschelde2022-12-072-4/+4
|\
| * Fix typo in physics step: contraint -> constraintRicardo Buring2022-12-062-4/+4
* | Fix collision detection for degenerate capsulesRicardo Buring2022-12-061-6/+4
|/
* Remove duplicate project settings definitionskobewi2022-11-081-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-074-47/+47
* Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-053-3/+3
|\
| * Remove usage of unitialized variablesRafał Mikrut2022-10-013-3/+3
* | Fix crash when executing `PhysicsServer2D.joint_clear`Haoyu Qiu2022-09-301-16/+17
* | Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-21/+21
* | Merge pull request #66548 from akien-mga/msvc-warnings-c4701-c4703Rémi Verschelde2022-09-281-2/+3
|\ \
| * | Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable usedRémi Verschelde2022-09-281-2/+3
* | | Fix MSVC warning C4702: unreachable codeRémi Verschelde2022-09-281-2/+0
|/ /
* | Add `area_get_collision_layer` and `area_get_collision_mask`Mansur Isaev2022-09-252-4/+22