| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement blending audio feature to AnimationTree | Silc Renew | 2023-01-28 | 1 | -0/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Merge pull request #64077 from Calinou/tweak-audiostreamplayer2d3d-default-pa... | Rémi Verschelde | 2022-11-15 | 1 | -1/+1 |
|\ |
|
| * | Decrease default AudioStreamPlayer2D/3D panning strength | Hugo Locurcio | 2022-08-09 | 1 | -1/+1 |
* | | Rename AudioStreamPlayer3D's `unit_db` to `volume_db` | Micky | 2022-09-17 | 1 | -3/+3 |
* | | Make `_validate_property` a multilevel method | Yuri Sizov | 2022-08-22 | 1 | -1/+1 |
|/ |
|
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -0/+1 |
* | Audio: Expose 2D/3D panning strength parameters | Ellen Poe | 2022-06-17 | 1 | -0/+6 |
* | Only call _update_panning during _physics_process. | Lyuma | 2022-05-25 | 1 | -1/+2 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Remove unused `out_of_range_mode` property from AudioStreamPlayer3D | Hugo Locurcio | 2021-09-17 | 1 | -11/+0 |
* | Add polyphony to Audio Stream Player nodes | Ellen Poe | 2021-09-07 | 1 | -3/+12 |
* | Do all audio mixing in the AudioServer | Ellen Poe | 2021-08-27 | 1 | -29/+13 |
* | Fix some unnecessary includes | Aaron Franke | 2021-08-13 | 1 | -2/+0 |
* | Increase the default AudioStreamPlayer3D unit size to 10 | Hugo Locurcio | 2021-05-06 | 1 | -1/+1 |
* | 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 | -37/+30 |
* | 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 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -6/+6 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fixed multichannel panning for AudioStreamPlayer3D. | zwostein | 2019-07-02 | 1 | -0/+1 |
* | Remove unnecessary code and add some error explanations | qarmin | 2019-07-01 | 1 | -1/+1 |
* | Made use of semicolons more consitent, fixed formatting | JohnJLight | 2019-06-19 | 1 | -1/+2 |
* | Revert "Fix AudioStreams::stop possibly causing a small noise" | Juan Linietsky | 2019-04-27 | 1 | -3/+2 |
* | Merge pull request #26868 from NilsIrl/master | Rémi Verschelde | 2019-04-22 | 1 | -0/+1 |
|\ |
|
| * | Add Attenuation Model "DISABLED" for AudioStreamPlayer3D | Nils ANDRÉ-CHANG | 2019-04-22 | 1 | -0/+1 |
* | | 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 |
|/ |
|
* | Renamed fixed_process to physics_process | AndreaCatania | 2017-09-30 | 1 | -1/+1 |
* | 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 |
* | Fix out of bound array indexing (reverb_vol) | Hein-Pieter van Braam | 2017-09-13 | 1 | -1/+1 |
* | Fix out of bound array indexing | Hein-Pieter van Braam | 2017-09-13 | 1 | -1/+1 |
* | -Fix for multiple reflection probes causing issues. | Juan Linietsky | 2017-07-15 | 1 | -1/+6 |
* | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 1 | -0/+170 |