| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize atomics | Pedro J. Estébanez | 2021-02-18 | 1 | -5/+6 |
* | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut | 2021-02-07 | 1 | -17/+17 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -1/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -2/+0 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Made use of semicolons more consitent, fixed formatting | JohnJLight | 2019-06-19 | 1 | -1/+1 |
* | Revert "Fix AudioStreams::stop possibly causing a small noise" | Juan Linietsky | 2019-04-27 | 1 | -3/+2 |
* | Added generator audio stream, and spectrum analyzer audio effect | Juan Linietsky | 2019-04-10 | 1 | -0/+2 |
* | Fix AudioStreams::stop possibly causing a small noise | Marcelo Fernandez | 2019-02-17 | 1 | -2/+3 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Improved stream paused fade code | Marcelo Fernandez | 2018-07-09 | 1 | -1/+2 |
* | Pause AudioStreamPlayers when SceneTree pauses | Marcelo Fernandez | 2018-06-03 | 1 | -0/+5 |
* | Revert "Use fake audio playing property in editor" | Hein-Pieter van Braam | 2018-05-13 | 1 | -4/+0 |
* | Use fake audio playing property in editor | ShyRed | 2018-03-16 | 1 | -0/+4 |
* | Merge pull request #15254 from mrcdk/pitch_scale | Rémi Verschelde | 2018-02-01 | 1 | -0/+4 |
|\ |
|
| * | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi... | MrCdK | 2018-01-01 | 1 | -0/+4 |
* | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+30 |
|/ |
|
* | Rename get_position => get_playback_position and seek_pos => seek on audio cl... | Marcelo Fernandez | 2017-09-23 | 1 | -1/+1 |
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -1/+1 |
* | -Added AudioStreamPlayer2D, for 2D positional sound | Juan Linietsky | 2017-06-18 | 1 | -0/+96 |