godot/servers/audio/effects
reduz 746dddc067 Replace most uses of Map by HashMap
* Map is unnecessary and inefficient in almost every case.
* Replaced by the new HashMap.
* Renamed Map to RBMap and Set to RBSet for cases that still make sense
  (order matters) but use is discouraged.

There were very few cases where replacing by HashMap was undesired because
keeping the key order was intended.
I tried to keep those (as RBMap) as much as possible, but might have missed
some. Review appreciated!
2022-05-16 10:37:48 +02:00
..
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
audio_effect_amplify.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_amplify.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_capture.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_capture.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_chorus.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_chorus.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_compressor.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_compressor.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_delay.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
audio_effect_delay.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_distortion.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_distortion.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_eq.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
audio_effect_eq.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
audio_effect_filter.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_filter.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_limiter.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_limiter.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_panner.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_panner.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_phaser.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_phaser.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_pitch_shift.cpp Revert "PitchShift effect quality and performance tweaks for different pitch scale values" 2022-03-02 00:11:33 +01:00
audio_effect_pitch_shift.h Revert "PitchShift effect quality and performance tweaks for different pitch scale values" 2022-03-02 00:11:33 +01:00
audio_effect_record.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
audio_effect_record.h Remove last editor code dependencies in template build 2022-03-28 21:13:01 +02:00
audio_effect_reverb.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_reverb.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_spectrum_analyzer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_spectrum_analyzer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_effect_stereo_enhance.cpp Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +02:00
audio_effect_stereo_enhance.h Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +02:00
audio_stream_generator.cpp Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
audio_stream_generator.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
eq.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
eq.h Style: Remove inconsistently used `@author` docstrings 2022-01-04 20:42:50 +01:00
reverb.cpp Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +02:00
reverb.h Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +02:00