summaryrefslogtreecommitdiff
path: root/scene/3d/physics_body_3d.cpp
AgeCommit message (Expand)Author
2021-06-08Use degrees instead of rad for floor_max_angle property in CharacterBodyPouleyKetchoupp
2021-06-04Linear velocity cleanupPouleyKetchoupp
2021-06-04Safe margin cleanupPouleyKetchoupp
2021-06-04Support for kinematic_motion in StaticBodyPouleyKetchoupp
2021-06-04More explanatory names for RigidBody modesPouleyKetchoupp
2021-06-04Properties for move_and_slide and remove move_and_slide_with_snapPouleyKetchoupp
2021-06-04KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-20Merge pull request #48860 from JohnM666/fix-basis-variant-initializationRémi Verschelde
2021-05-20Fix #46282 Executing RigidBody3D.get_inverse_inertia_tensor() crashes GodotJohnM666
2021-05-19Fix ragdoll simulation when parent was readded to sceneHaoyu Qiu
2021-05-18Merge pull request #42742 from madmiraal/fix-12215Rémi Verschelde
2021-05-05Create CollisionObject3D debug shapes using RStrollodel
2021-04-22Unexpose _direct_state_changed in PhysicsBodyrafallus
2021-04-20Move collision layer and mask into CollisionObject.Marcel Admiraal
2021-04-11Use Array for node configuration warningsNathan Franke
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-06Return RID instead of Object id in area-body_shape_entered-exited signals.Marcel Admiraal
2021-02-10Removed _change_notifyreduz
2021-02-10Make Servers truly Thread Safereduz
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-02-01Merge pull request #37547 from aaronfranke/tauRémi Verschelde
2021-01-29Use real_t in physics nodesAaron Franke
2021-01-19Fixed 6DOF set/get check for the path starting with joint_constraintsHipsterPenguin
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-22Fix joint RID not being passed to _set in PhysicalBoneDavid Hoppenbrouwers
2020-11-27Remove RigidBody weight propertyMarcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-13Remove old RigidBody layers property and methods.Marcel Admiraal
2020-10-02Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde
2020-10-01Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde
2020-10-01Renamed toplevel to be top_levelDuroxxigar
2020-07-21Add Method get_inverse_inertia_tensorYerik
2020-07-14Properly pass safe margin on initialization.Juan Linietsky
2020-07-02Merge pull request #37350 from aaronfranke/force-impulseRémi Verschelde
2020-06-16Normalise p_up_direction vector in move_and_slide() andMarcel Admiraal
2020-06-02Refactor physics force and impulse codeAaron Franke
2020-05-19Fixed kinematic body axis lockAndrea Catania
2020-05-16Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-21Add proper type to most public API uses of ArrayJuan Linietsky
2020-04-14Merge pull request #37316 from nekomatata/physical-bone-settingsRémi Verschelde