summaryrefslogtreecommitdiff
path: root/scene/3d/soft_body_3d.h
AgeCommit message (Expand)Author
2023-02-20Fix crash when reparenting SoftBody3D with pinned pointsPrecisionRender
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp
2021-08-12Uniformize layer names, script methods and documentationPouleyKetchoupp
2021-06-30Add support for controlling physics nodes' behavior when disabledPouleyKetchoupp
2021-04-11Use Array for node configuration warningsNathan Franke
2021-03-18SoftBody support in GodotPhysics 3DPouleyKetchoupp
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-01-01Update copyright statements to 2021Rémi Verschelde
2020-09-04Ensure assignment operators return by reference to avoid unnecessary copies.Marcel Admiraal
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky