summaryrefslogtreecommitdiff
path: root/servers/physics_server_3d.h
AgeCommit message (Expand)Author
2021-09-06Proper support for custom mass properties in 2D/3D physics bodiesPouleyKetchoupp
2021-09-06Merge pull request #52271 from nekomatata/query-layer-default-maskCamille Mohr-Daurat
2021-08-31Merge pull request #49471 from nekomatata/body-state-sync-callbackJuan Linietsky
2021-08-30Harmonize default value for collision mask in ray/shape queriesPouleyKetchoupp
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-23Enabled area-specific wind forcesJeffrey Cochran
2021-08-15API improvement on physics, mainly CharacterBodyfabriceci
2021-08-10Remove infinite inertia and ray shapes from CharacterBodyPouleyKetchoupp
2021-08-09Fix 3D moving platform logicPouleyKetchoupp
2021-08-09Fix applied rotation from moving platforms in move_and_slidePouleyKetchoupp
2021-07-10Add a method to set the number of physics solver iterations in 3DHugo Locurcio
2021-07-05Remove unused PhysicsShapeQueryResult3D & PhysicsShapeQueryResult2DPouleyKetchoupp
2021-07-02Expose body_test_motion in 3D physics serverPouleyKetchoupp
2021-06-28Fix move_and_collide causing sliding on slopesPouleyKetchoupp
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-07Fix uninitialized members in physics query resultsPouleyKetchoupp
2021-06-04Safe margin cleanupPouleyKetchoupp
2021-06-04More explanatory names for RigidBody modesPouleyKetchoupp
2021-06-04KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-30Prevent setting too big or too small Collision Mask and LayerRafał Mikrut
2021-04-22Unexpose _direct_state_changed in PhysicsBodyrafallus
2021-03-18SoftBody support in GodotPhysics 3DPouleyKetchoupp
2021-02-10Make Servers truly Thread Safereduz
2021-01-28Use real_t in physics codeAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-15Remove Generic6DOFJoint precision propertyMarcel Admiraal
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-16Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-09-18Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal
2020-09-04Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal
2020-07-02Merge pull request #37350 from aaronfranke/force-impulseRémi Verschelde
2020-06-26Expose shape property for shape query parameters classesAndrii Doroshenko (Xrayez)
2020-06-02Refactor physics force and impulse codeAaron Franke
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-14Fix set_sleep_state in Bullet body direct statePouleyKetchoupp
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-28More server renames for consistency after #37361Rémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky