summaryrefslogtreecommitdiffstats
path: root/servers/physics_server_3d.h
Commit message (Expand)AuthorAgeFilesLines
* GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-3/+3
* Disable all 3D nodes, physics, and resources when compiling without 3DAaron Franke2024-03-111-0/+4
* Moved `face_index` field in 3D `RayResult` to end of structMikael Hermansson2023-09-261-1/+1
* Update PinJoint2D API with angle limits and motor speedDragos Daian2023-09-261-1/+1
* Fix bindings of `PhysicsServer3DRenderingServerHandler`Mikael Hermansson2023-09-201-4/+4
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-1/+0
* Add ability to get barycentric coordinates from rayPrecisionRender2023-08-021-0/+1
* Resolved issues with script PhysicsDirectBodyState3d contactsTim Gift2023-04-121-0/+1
* Fix collide_shape return typeRicardo Buring2023-03-231-1/+1
* Fix return type for collide_shape to use PackedVector3ArrayAnthony Cossins2023-02-121-1/+1
* Replace Area gravity point distance scale with unit distanceAaron Franke2023-01-291-1/+1
* Remove deprecated AREA_PARAM_GRAVITY_POINT_ATTENUATIONAaron Franke2023-01-291-1/+0
* Merge pull request #70281 from CherrySodaPop/get-impulse-3dRémi Verschelde2023-01-081-1/+1
|\
| * Implement collision impulse in Godot Physics 3DLily Garcia2023-01-071-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Merge pull request #63650 from fabriceci/apply-moving-platform-angular-velocityRémi Verschelde2023-01-031-0/+1
|\ \ | |/ |/|
| * Adds a method to return the angular velocity of a platformfabriceci2022-08-241-0/+1
* | Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-2/+2
* | Update remaining physics exclude parameters to use TypedArrayRicardo Buring2022-11-231-8/+8
* | Change exclude property in `PhysicsRayQueryParameters3D` to TypedArrayRaul Santos2022-10-311-3/+3
* | Merge pull request #66951 from rburing/restore_recovery_as_collisionRémi Verschelde2022-10-061-1/+1
|\ \
| * | Revert "Turn on recovery as collisions only for floor snapping as this leads ...Ricardo Buring2022-10-051-1/+1
* | | Add `area_get_collision_layer` and `area_get_collision_mask`Mansur Isaev2022-09-251-1/+4
|/ /
* | Merge pull request #65828 from rburing/body_state_sync_callableRémi Verschelde2022-09-211-4/+1
|\ \
| * | PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...Ricardo Buring2022-09-151-4/+1
* | | Turn on recovery as collisions only for floor snapping as this leads to unwan...fabriceci2022-09-181-1/+1
|/ /
* | Expose registration of physics servers to GDExtensionRicardo Buring2022-09-071-17/+25
* | Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-2/+2
|/
* Replace Array return types with TypedArray 2kobewi2022-08-231-4/+6
* Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew2022-08-181-0/+3
* add get_depth() to KinematicCollision3D as same of 2DSilc Renew2022-08-101-0/+1
* Add static methods to create RayQueryParameterskobewi2022-06-101-0/+1
* Add a new HashSet templatereduz2022-05-201-5/+5
* Add motion parameter to toggle whether recovery is reported as a collisionRicardo Buring2022-05-181-0/+4
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-3/+3
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-7/+18
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve RigidDynamicBody force and torque APIPouleyKetchoupp2021-12-101-14/+29
* Add physics solver settings to project settingsPouleyKetchoupp2021-12-071-2/+0
* Merge pull request #55602 from nekomatata/improve-rigidbody-contactsRémi Verschelde2021-12-061-3/+3
|\
| * Update space parameters in 2D and 3DPouleyKetchoupp2021-12-031-3/+3
* | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+1
|/
* Merge pull request #54810 from nekomatata/area-separate-override-modesCamille Mohr-Daurat2021-11-111-3/+3
|\
| * Separate space override modes for gravity/damping in AreaPouleyKetchoupp2021-11-091-3/+3
* | Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp2021-11-101-0/+9
|/
* Merge pull request #54134 from nekomatata/body-center-of-mass-localCamille Mohr-Daurat2021-11-081-0/+1
|\
| * Expose local center of mass in physics serversPouleyKetchoupp2021-11-081-0/+1
* | Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp2021-11-041-56/+147
|/
* Use `Callable` in Area monitor callbackrafallus2021-11-011-2/+2