summaryrefslogtreecommitdiffstats
path: root/scene/3d/physics_body_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split monolithic physics class filessmix82024-02-271-3503/+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
* Merge pull request #84640 from aaronfranke/gravity-getRémi Verschelde2024-02-051-0/+5
|\
| * Expose a method to get gravity for any physics bodyAaron Franke2024-01-301-0/+5
* | Fix `max_collisions` not being passed in `PhysicsBody3D::test_move`A Thousand Ships2024-02-031-0/+1
* | Orthonormalize PhysicalBone3D transformsAaron Franke2024-01-311-3/+6
|/
* Fix transform sync in `RigidBody*D::_body_state_changed`Mikael Hermansson2023-11-151-4/+12
* Fix transform changes in `_integrate_forces` being overwrittenMikael Hermansson2023-11-121-6/+11
* Merge pull request #82393 from jrouwe/body_changed_stateRémi Verschelde2023-10-041-4/+10
|\
| * Fixed performance regression in godot 4.2 in RigidBody2D/3D and PhysicalBone3DJorrit Rouwe2023-09-261-4/+10
* | Tweak Gravity Scale property hints to make dragging more usefulHugo Locurcio2023-10-011-2/+2
|/
* Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-6/+6
* Add Mass Distribution, Deactivation, Solver inspector property groupsAaron Franke2023-08-061-7/+10
* added state sync after call to _integrate_forcesChinmay Awale2023-08-011-12/+20
* Unify and streamline connecting to Resource changeskobewi2023-07-171-9/+4
* Fix CharacterBody3D get_position_delta()Ricardo Buring2023-06-261-1/+1
* 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-2/+2
* Fixed property hint for platform layers on 3D physics bodyBrennen Shaughnessy2023-03-311-2/+2
* Exposes the apply_floor_snap function to allow a snap to be made regardless o...fabriceci2023-02-221-2/+11
* Fix AnimatableBody3D not being movable in editoraXu-AP2023-01-311-0/+5
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-2/+2
* Merge pull request #67847 from rburing/warn_non-uniformistsRémi Verschelde2023-01-231-5/+4
|\
| * Warn against using non-uniform scale for 3D physicsRicardo Buring2022-10-241-5/+4
* | 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
* | Test joint type on _set for PhysicalBone jointsJoJoX2023-01-051-46/+50
* | Merge pull request #63650 from fabriceci/apply-moving-platform-angular-velocityRémi Verschelde2023-01-031-0/+9
|\ \
| * | Adds a method to return the angular velocity of a platformfabriceci2022-08-241-0/+9
* | | Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+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-19/+4
|\ \ \
| * | | PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...Ricardo Buring2022-09-151-19/+4
* | | | 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
| | |/ / | |/| |
* | | | Increases the number of maximum detected collisionsfabriceci2022-09-191-1/+1
* | | | 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-3/+3