aboutsummaryrefslogtreecommitdiff
path: root/servers/audio/effects/audio_effect_chorus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Fixed Voice_Count issues in AudioEffectChorus:Indah Sylvia2017-09-251-2/+1
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* 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-193/+175
* 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-18/+18
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-27/+27
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-241-2/+3
* Added new Audio Bus Chorus effect.Juan Linietsky2017-01-221-0/+364