summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/audio_effect_distortion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* Prevent distortion filter from introducing NaNs in the audio buffer.Ellen Poe2021-02-181-1/+2
* Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+3
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Tweak audio cutoff property hints to allow reasonable values onlyHugo Locurcio2019-07-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix enums bindingsMaxim Sheronov2017-09-131-0/+6
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-81/+67
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-10/+10
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-5/+5
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-241-2/+3
* distortion effectJuan Linietsky2017-01-211-0/+170