summaryrefslogtreecommitdiff
path: root/scene/3d/soft_dynamic_body_3d.cpp
AgeCommit message (Expand)Author
2022-06-10SoftBody: Fix attachments property names after #61180Rémi Verschelde
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
2022-05-03Rename Basis get_axis to get_column, remove redundant methodsAaron Franke
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-03-15Create GDExtension clases for PhysicsServer3Dreduz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-10-21Fix SoftDynamicBody3D crash when setting disable modePouleyKetchoupp
2021-10-20Fix SoftDynamicBody3D memory corruption when switching mesh at runtimePouleyKetchoupp
2021-10-06Re-prepare RenderingServer if SoftDynamicBody mesh changedHaoyu Qiu
2021-10-01Remove scene code in physics serversPouleyKetchoupp
2021-09-16Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp