summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/reverb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-341/+0
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-1/+1
* 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
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-18/+35
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-29/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-3/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-12/+12
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* 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
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-154/+125
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-10/+29
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-241-2/+3
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-0/+363