index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servers
/
audio
/
effects
/
reverb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-341
/
+0
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-1
/
+1
*
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-09
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-2
/
+0
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-18
/
+35
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-29
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-3
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
1
-12
/
+12
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-154
/
+125
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
1
-10
/
+29
*
Use constants from math_funcs rather than unstandardized C++ constants.
Ray Koopa
2017-01-24
1
-2
/
+3
*
WIP new AudioServer, with buses, effects, etc.
Juan Linietsky
2017-01-21
1
-0
/
+363