godot/servers/audio/effects
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
..
audio_effect_amplify.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_amplify.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_chorus.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_chorus.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_compressor.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_compressor.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_delay.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_delay.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_distortion.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_distortion.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_eq.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_eq.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_filter.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_filter.h Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
audio_effect_limiter.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_limiter.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_panner.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_panner.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_phaser.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_phaser.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_pitch_shift.cpp Fix out of bound array access caused by unassigned variable 2020-04-01 19:29:35 +02:00
audio_effect_pitch_shift.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_record.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
audio_effect_record.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
audio_effect_reverb.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_reverb.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_effect_spectrum_analyzer.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
audio_effect_spectrum_analyzer.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
audio_effect_stereo_enhance.cpp Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. 2020-02-25 12:55:53 +01:00
audio_effect_stereo_enhance.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
audio_stream_generator.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
audio_stream_generator.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
eq.cpp Silence EQ::Band::c1, c2 and c3 may be used uninitialized warnings. 2020-05-12 09:47:39 +01:00
eq.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
reverb.cpp Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
reverb.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00