godot/servers/physics_3d
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
..
joints Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
area_3d_sw.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
area_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
area_pair_3d_sw.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
area_pair_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
body_3d_sw.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
body_3d_sw.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
body_pair_3d_sw.cpp More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
body_pair_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
broad_phase_3d_basic.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
broad_phase_3d_basic.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
broad_phase_3d_sw.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
broad_phase_3d_sw.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
broad_phase_octree.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
broad_phase_octree.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
collision_object_3d_sw.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
collision_object_3d_sw.h Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
collision_solver_3d_sat.cpp Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
collision_solver_3d_sat.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
collision_solver_3d_sw.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
collision_solver_3d_sw.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
constraint_3d_sw.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gjk_epa.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
gjk_epa.h
joints_3d_sw.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
physics_server_3d_sw.cpp Correct typo mistake of profiler_add_frame_data argument in physics 3d server 2020-04-17 21:56:25 +02:00
physics_server_3d_sw.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shape_3d_sw.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
shape_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00
space_3d_sw.cpp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
space_3d_sw.h Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
step_3d_sw.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
step_3d_sw.h More server renames for consistency after #37361 2020-03-28 13:20:48 +01:00