summaryrefslogtreecommitdiffstats
path: root/servers/audio/effects/eq.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+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
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+7
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* Silence EQ::Band::c1, c2 and c3 may be used uninitialized warnings.Marcel Admiraal2020-05-121-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix 'r1' (and r2) may be used uninitialized warning in eq.cpp.Marcel Admiraal2019-11-081-1/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* 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
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-86/+59
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-10/+30
* Fix msvc compile errorsanikoyes2017-02-071-1/+1
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-241-16/+17
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-0/+218