summaryrefslogtreecommitdiffstats
path: root/servers/extensions/physics_server_2d_extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update PinJoint2D API with angle limits and motor speedDragos Daian2023-09-261-0/+3
* PhysicsDirectBodyState2D: add get_contact_local_velocity_at_positionRicardo Buring2023-04-141-0/+1
* Merge pull request #70707 from mihe/bind-physics-excludeRémi Verschelde2023-01-111-0/+5
|\
| * Bind methods related to physics query exclusionsMikael Hermansson2022-12-291-0/+5
* | Add get_contact_impulse method to PhysicsDirectBodyState2DRicardo Buring2023-01-101-0/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Add `area_get_collision_layer` and `area_get_collision_mask`Mansur Isaev2022-09-251-0/+3
* PhysicsServer2D and PhysicsServer3D: make body_set_state_sync_callback take a...Ricardo Buring2022-09-151-1/+1
* PhysicsServer2DExtension and PhysicsServer3DExtension: bind all methods (really)Ricardo Buring2022-09-091-11/+47
* Bind all methods in PhysicsServer2DExtension, PhysicsServer3DExtensionRicardo Buring2022-09-071-0/+8
* Create GDExtension classes for PhysicsServer2DRicardo Buring2022-09-041-0/+294