summaryrefslogtreecommitdiff
path: root/servers/physics_3d/physics_server_3d_wrap_mt.h
AgeCommit message (Expand)Author
2021-10-04Script interface improvements for test body motionPouleyKetchoupp
2021-10-01Remove scene code in physics serversPouleyKetchoupp
2021-09-22Port 2D improvement to move and slide 3Dfabriceci
2021-09-16Merge pull request #52668 from qarmin/cppcheck_servers_physicsCamille Mohr-Daurat
2021-09-15Initialize variables in servers/physicsqarmin
2021-09-14Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp
2021-09-06Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp
2021-08-31Merge pull request #49471 from nekomatata/body-state-sync-callbackJuan Linietsky
2021-08-25Clean physics direct body state usage in 2D and 3D physicsPouleyKetchoupp
2021-08-24Rename RayShape to SeparationRayShapePouleyKetchoupp
2021-08-24Fix CharacterBody motion with RayShapePouleyKetchoupp
2021-08-24Restore RayShape as a regular shape typePouleyKetchoupp
2021-08-10Remove infinite inertia and ray shapes from CharacterBodyPouleyKetchoupp
2021-08-09Fix 3D moving platform logicPouleyKetchoupp
2021-07-10Add a method to set the number of physics solver iterations in 3DHugo Locurcio
2021-06-04Safe margin cleanupPouleyKetchoupp
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-22Unexpose _direct_state_changed in PhysicsBodyrafallus
2021-03-18SoftBody support in GodotPhysics 3DPouleyKetchoupp
2021-02-10Make Servers truly Thread Safereduz