summaryrefslogtreecommitdiffstats
path: root/scene/2d/physics_body_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split monolithic physics class filessmix82024-02-271-1923/+0
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Merge pull request #88019 from mihe/wrong-contact-countRémi Verschelde2024-02-141-3/+3
|\
| * Fix contact count sometimes being incorrect in `_process`Mikael Hermansson2024-02-061-3/+3
* | Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
|/
* Fix crash with `PhysicsBody2D/3D::get_gravity` with invalid stateA Thousand Ships2024-02-051-1/+3
* Expose a method to get gravity for any physics bodyAaron Franke2024-01-301-0/+5
* Fix transform sync in `RigidBody*D::_body_state_changed`Mikael Hermansson2023-11-151-2/+6
* Fix transform changes in `_integrate_forces` being overwrittenMikael Hermansson2023-11-121-3/+5
* Make error suggestion less ambiguousA Thousand Ships2023-10-141-1/+1
* Merge pull request #82393 from jrouwe/body_changed_stateRémi Verschelde2023-10-041-2/+5
|\
| * Fixed performance regression in godot 4.2 in RigidBody2D/3D and PhysicalBone3DJorrit Rouwe2023-09-261-2/+5
* | Tweak Gravity Scale property hints to make dragging more usefulHugo Locurcio2023-10-011-1/+1
|/
* Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-4/+4
* Add Mass Distribution, Deactivation, Solver inspector property groupsAaron Franke2023-08-061-7/+10
* added state sync after call to _integrate_forcesChinmay Awale2023-08-011-4/+9
* Unify and streamline connecting to Resource changeskobewi2023-07-171-9/+4
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-9/+8
* Light3D show scaling warning immediatelyVolTer2023-05-011-3/+1
* Improve some units in RigidBody nodesAaron Franke2023-04-151-1/+1
* Exposes the apply_floor_snap function to allow a snap to be made regardless o...fabriceci2023-02-221-2/+15
* Error when removing a phycics node during a physics callbackJuan Linietsky2023-01-071-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix inspector not showing name for LabelSettings.fontHaoyu Qiu2022-11-251-1/+1
* Merge pull request #68886 from timothyqiu/motion-distanceRémi Verschelde2022-11-201-6/+6
|\
| * Revert move vector parameter name to motionHaoyu Qiu2022-11-191-6/+6
* | Improve collision exception error messages for easier understandingHugo Locurcio2022-11-191-2/+2
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-11/+11
* Revert "Turn on recovery as collisions only for floor snapping as this leads ...Ricardo Buring2022-10-051-2/+5
* Merge pull request #66110 from Zylann/reference_get_countRémi Verschelde2022-09-221-2/+2
|\
| * Rename and expose `RefCounted::get_reference_count()`Marc Gilleron2022-09-211-2/+2
* | Merge pull request #65828 from rburing/body_state_sync_callableRémi Verschelde2022-09-211-13/+3
|\ \
| * | PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...Ricardo Buring2022-09-151-13/+3
* | | Merge pull request #66112 from Zylann/get_configuration_warnings_psaRémi Verschelde2022-09-191-2/+2
|\ \ \
| * | | Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
| | |/ | |/|
* / | Turn on recovery as collisions only for floor snapping as this leads to unwan...fabriceci2022-09-181-5/+2
|/ /
* / Add recovery_as_collision in move_and_collide/test_movefabriceci2022-09-171-6/+6
|/
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-1/+1
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-5/+5
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-146/+146
* Shorten variable names for moving platforms in CharacterBodyfabriceci2022-08-251-29/+29
* Improves the API for monitoring contacts in RigidDynamicBodyfabriceci2022-08-241-1/+8
* Merge pull request #64009 from KoBeWi/arrayy_lmaoRémi Verschelde2022-08-241-1/+1
|\
| * Replace Array return types with TypedArray 2kobewi2022-08-231-1/+1
* | Rename properties unnecessarily using slash (`/`) in their namesRémi Verschelde2022-08-231-2/+6
|/
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-8/+8
* Remove unintentional PROPERTY_USAGE_INTERNALRedMser2022-08-181-3/+3
* add get_depth() to KinematicCollision3D as same of 2DSilc Renew2022-08-101-0/+5
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Add suffixes to all nodes and resourcesFireForge2022-06-111-3/+3