godot/servers/physics_3d/joints
Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11)
Using `clang-tidy`'s `modernize-use-default-member-init` check and
manual review of the changes, and some extra manual changes that
`clang-tidy` failed to do.

Also went manually through all of `core` to find occurrences that
`clang-tidy` couldn't handle, especially all initializations done
in a constructor without using initializer lists.
2020-05-14 10:01:56 +02:00
..
cone_twist_joint_3d_sw.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
cone_twist_joint_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
generic_6dof_joint_3d_sw.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
generic_6dof_joint_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
hinge_joint_3d_sw.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
hinge_joint_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
jacobian_entry_3d_sw.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
pin_joint_3d_sw.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
pin_joint_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
slider_joint_3d_sw.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
slider_joint_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00