summaryrefslogtreecommitdiffstats
path: root/scene/audio
Commit message (Expand)AuthorAgeFilesLines
* Add a bus_renamed AudioServer signalMewPurPur2023-09-152-6/+12
* remove some dead declarations in audio_stream_player.hFabian Keller2023-09-091-5/+0
* Use StringName consistently to refer to the Master audio bus nameHugo Locurcio2023-08-072-2/+3
* Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scaleRémi Verschelde2023-02-171-1/+1
|\
| * Fix Editor hanging if audiostream's pitch_scale is NaNstmSi2022-12-241-1/+1
* | Implement blending audio feature to AnimationTreeSilc Renew2023-01-282-0/+6
* | Simplify AudioStreamPolyphonicJuan Linietsky2023-01-231-4/+2
* | One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
|/
* Fix AudioStreamPlayer not resuming after returning to SceneTreeMicky2022-09-051-0/+5
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-222-6/+4
* Implement BPM supportreduz2022-07-231-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-39/+41
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Fix crash due to reentrancy in AudioStreamPlayer* finished signal.Lyuma2021-10-281-1/+3
* Refactored Node3D rotation modesreduz2021-10-251-0/+2
* Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playbackDouglas Leão2021-10-101-1/+1
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-072-53/+92
* Do all audio mixing in the AudioServerEllen Poe2021-08-272-172/+78
* Implement NativeExtension pointer argumentsreduz2021-08-231-1/+5
* Optimize StringName usagereduz2021-07-181-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Don't fade out after pausing unless stream is runningEllen Poe2021-02-181-1/+1
* Initialize fadeout to false in AudioStreamPlayerEllen Poe2021-02-181-1/+1
* Modernize atomicsPedro J. Estébanez2021-02-182-29/+31
* Return setseek position if one exists in get_playback_position.Ellen Poe2021-02-141-0/+3
* Removed _change_notifyreduz2021-02-101-1/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-072-25/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-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/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-142-33/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* Reduce AudioStreamPlayer's pitch_scale max valueWARIO-MDMA2020-02-151-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-202-18/+13
* Removed function to compute time, should not be that useful in practice.Juan Linietsky2019-04-272-13/+1
* Added functions to further improve music timingJuan Linietsky2019-04-272-2/+19
* Properly deal with clicking on audio stream change or stop (AudioStreamPlayer...Juan Linietsky2019-04-272-36/+85