summaryrefslogtreecommitdiff
path: root/servers/physics_server_2d.cpp
AgeCommit message (Expand)Author
2023-04-07Modify "physics/3d/solver/contact_max_allowed_penetration" precision to three...Malcolm Nixon
2023-03-27Fix collide_shape return typeRicardo Buring
2023-01-31Create default World physics spaces on demand onlysmix8
2023-01-29Replace Area gravity point distance scale with unit distanceAaron Franke
2023-01-29Remove deprecated AREA_PARAM_GRAVITY_POINT_ATTENUATIONAaron Franke
2023-01-10Add get_contact_impulse method to PhysicsDirectBodyState2DRicardo Buring
2023-01-06Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #70708 from rburing/bind_pin_joint_set_param_2dRémi Verschelde
2022-12-29Bind setter and getter for pin joint parameters in PhysicsServer2DRicardo Buring
2022-12-23Bind methods related to disabling collision between joint bodiesMikael Hermansson
2022-12-11Add PropertyInfo overload for GLOBAL_DEFkobewi
2022-11-23Update remaining physics exclude parameters to use TypedArrayRicardo Buring
2022-09-25Add `area_get_collision_layer` and `area_get_collision_mask`Mansur Isaev
2022-09-07Expose registration of physics servers to GDExtensionRicardo Buring
2022-09-05Merge pull request #65321 from rburing/physics_server_2d_extensionRémi Verschelde
2022-09-04Create GDExtension classes for PhysicsServer2DRicardo Buring
2022-09-01Change Array arguments to TypedArraykobewi
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-18Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew
2022-06-10Add static methods to create RayQueryParameterskobewi
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
2022-05-18Add motion parameter to toggle whether recovery is reported as a collisionRicardo Buring
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-02-14Validate PhysicsDirectSpaceState{2,3}D::_intersect_point inputHaoyu Qiu
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Improve RigidDynamicBody force and torque APIPouleyKetchoupp
2021-12-03Update space parameters in 2D and 3DPouleyKetchoupp
2021-11-11Merge pull request #54810 from nekomatata/area-separate-override-modesCamille Mohr-Daurat
2021-11-10Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp
2021-11-09Separate space override modes for gravity/damping in AreaPouleyKetchoupp
2021-11-08Merge pull request #54134 from nekomatata/body-center-of-mass-localCamille Mohr-Daurat
2021-11-08Expose local center of mass in physics serversPouleyKetchoupp
2021-11-04Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp
2021-11-01Use `Callable` in Area monitor callbackrafallus
2021-10-25Improved RigidDynamicBody linear/angular damping overridePouleyKetchoupp
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-04Fix physics glitch with TileMap moving platformsPouleyKetchoupp
2021-10-04Script interface improvements for test body motionPouleyKetchoupp
2021-10-03Merge pull request #42364 from madmiraal/fix-39887Rémi Verschelde
2021-09-30Remove shape metadata from 2D physics serverPouleyKetchoupp
2021-09-28Merge pull request #52754 from nekomatata/dynamic-body-modesCamille Mohr-Daurat
2021-09-27Improved logic for CharacterBody collision recovery depthPouleyKetchoupp
2021-09-16Clarify RigidDynamicBody modesPouleyKetchoupp
2021-09-14Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp
2021-09-06Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp
2021-08-30Harmonize default value for collision mask in ray/shape queriesPouleyKetchoupp