summaryrefslogtreecommitdiffstats
path: root/servers/extensions/physics_server_3d_extension.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-22/+22
* Resolved issues with script PhysicsDirectBodyState3d contactsTim Gift2023-04-121-0/+1
* Merge pull request #74707 from mihe/recovery-as-collisionRémi Verschelde2023-03-101-2/+2
|\
| * Add `recovery_as_collision` to extension binding of `_body_test_motion`Mikael Hermansson2023-03-101-2/+2
* | Add `pick_ray` parameter to extension binding of `intersect_ray`Mikael Hermansson2023-03-021-2/+2
|/
* 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
|/
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-7/+7
* Add `area_get_collision_layer` and `area_get_collision_mask`Mansur Isaev2022-09-251-1/+4
* PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...Ricardo Buring2022-09-151-13/+1
* PhysicsServer2DExtension and PhysicsServer3DExtension: bind all methods (really)Ricardo Buring2022-09-091-5/+6
* Bind all methods in PhysicsServer2DExtension, PhysicsServer3DExtensionRicardo Buring2022-09-071-1/+1
* Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew2022-08-181-0/+3
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add a new HashSet templatereduz2022-05-201-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Fix typos with codespellRémi Verschelde2022-03-311-2/+2
* Add GDExtension support to Scriptreduz2022-03-271-1/+1
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-0/+548