summaryrefslogtreecommitdiff
path: root/scene/3d/joint_3d.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Add safety-checks before some servers `free()`Adam Scott
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-02Rename `or_lesser` range property hint to `or_less`Hugo Locurcio
2022-08-23Joint3D: Remove utility method bindings for angular limitsRémi Verschelde
2022-08-23Rename properties unnecessarily using slash (`/`) in their namesRémi Verschelde
2022-07-25Group properties of Generic6DOFJoint slightly betterYuri Sizov
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-23Fix Joint3D and Joint2D warning causing a crashtrollodel
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-02-28Joint2D and Joint3D: make set_exclude_nodes_from_collision respect signalsRicardo Buring
2022-02-28Joint2D and Joint3D: update joint on NOTIFICATION_POST_ENTER_TREERicardo Buring
2022-02-27Joint2D and Joint3D: disconnect only connected signalsRicardo Buring
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-01Rename Joint2D and Joint3D files for consistencyPouleyKetchoupp