summaryrefslogtreecommitdiff
path: root/scene/2d/physics_body_2d.cpp
AgeCommit message (Expand)Author
2021-11-19Scales the horizontal velocity according to the wall slope in 2Dfabriceci
2021-11-10Merge pull request #54847 from nekomatata/fix-test-move-regressionRémi Verschelde
2021-11-10Fix test_move reporting collision when touching another bodyPouleyKetchoupp
2021-11-10Fix errors in CharacterBody when floor is destroyed or removedPouleyKetchoupp
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-11-01Merge pull request #37880 from nekomatata/rigid-body-damping-overrideCamille Mohr-Daurat
2021-10-27Fix #54298 where a CharacterBody2D can be stuck on the wall.fabriceci
2021-10-25Improved RigidDynamicBody linear/angular damping overridePouleyKetchoupp
2021-10-14Merge pull request #53054 from MaxLap/doc_shape_signalsCamille Mohr-Daurat
2021-10-14Improve area/body_shape_entered/exited signals parameter names and docMaxime Lapointe
2021-10-04Fix physics glitch with TileMap moving platformsPouleyKetchoupp
2021-10-04Script interface improvements for test body motionPouleyKetchoupp
2021-09-30Merge pull request #53272 from fabriceci/bug-platform-ceilingCamille Mohr-Daurat
2021-09-30Fix body stuck on descending platformfabriceci
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Remove shape metadata from 2D physics serverPouleyKetchoupp
2021-09-30Add latest changes added in the 3D versionfabriceci
2021-09-30Merge pull request #53239 from nekomatata/fix-animatable-body-initial-stateRémi Verschelde
2021-09-29Fix AnimatableBody moving and colliding during the first framePouleyKetchoupp
2021-09-28Merge pull request #52754 from nekomatata/dynamic-body-modesCamille Mohr-Daurat
2021-09-28Apply delta in move and collidefabriceci
2021-09-28Merge pull request #52953 from nekomatata/fix-collision-recovery-depthRémi Verschelde
2021-09-27Improved logic for CharacterBody collision recovery depthPouleyKetchoupp
2021-09-22Don't override KinematicCollision reference when still in use in scriptPouleyKetchoupp
2021-09-16Clarify RigidDynamicBody modesPouleyKetchoupp
2021-09-16Merge pull request #52681 from nekomatata/rename-rigid-bodyCamille Mohr-Daurat
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-09-16Retrieve platform layer from PhysicsServer2Dfabriceci
2021-09-06Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp
2021-08-31Add AnimatableBody inherited from StaticBody for moving platformsPouleyKetchoupp
2021-08-31Merge pull request #49471 from nekomatata/body-state-sync-callbackJuan Linietsky
2021-08-31Merge pull request #52279 from fabriceci/delta-doubleCamille Mohr-Daurat
2021-08-31delta time as doublefabriceci
2021-08-31Change platform detection by allowing select layers by type (wall or floor)fabriceci
2021-08-27Merge pull request #52135 from fabriceci/fix-transmission-velocity-on-wall-4Camille Mohr-Daurat
2021-08-26Remove velocity transmission on_wall when collider is CharacterBody.fabriceci
2021-08-25Clean physics direct body state usage in 2D and 3D physicsPouleyKetchoupp
2021-08-24Fix CharacterBody motion with RayShapePouleyKetchoupp
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-20add motion mode to handle TPSfabriceci
2021-08-16Correct jitter and clean codefabriceci
2021-08-15API improvement on physics, mainly CharacterBodyfabriceci
2021-08-13Fix some unnecessary includesAaron Franke
2021-08-10Remove infinite inertia and ray shapes from CharacterBodyPouleyKetchoupp
2021-08-10Add properties to CharacterBody for more move_and_slide optionsfabriceci
2021-08-09Fix 3D moving platform logicPouleyKetchoupp
2021-08-09Fix applied rotation from moving platforms in move_and_slidePouleyKetchoupp
2021-08-03Fix inverted condition in CharacterBody2D/3D set_max_slidesPouleyKetchoupp
2021-07-26Allow to have multiple collision direction at the same timefabriceci
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde