summaryrefslogtreecommitdiffstats
path: root/scene/audio
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-221-1/+1
|\
| * Add hint for oneshot & warning when it will be updated continuouslySilc Lizard (Tokage) Renew2024-11-111-1/+1
* | Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+8
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove `AudioStreamPlayer:...Raul Santos2024-08-301-7/+2
* Honor `pitch_scale` value before playing audio sampleAdam Scott2024-08-201-0/+1
* Add `stop_callable` to `AudioStreamPlayerInternal`Kusok2024-08-113-10/+12
* Fix audio samples not being able to be "finished"Adam Scott2024-07-171-4/+0
* Fix Web samples finished missing signalAdam Scott2024-07-071-0/+1
* Remove superfluous non-working sample playing checkAdam Scott2024-06-211-3/+0
* Add samples playback supportAdam Scott2024-06-184-0/+73
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+1
* Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* Check for NaN in set_volume_db functionsaaronp642024-04-181-0/+1
* Merge pull request #87830 from KoBeWi/internalization_aka_i15nRémi Verschelde2024-02-191-1/+1
|\
| * Fix wrong process method in AudioStreamPlayerkobewi2024-02-011-1/+1
* | Change AudioStreamPlayer autoplay and GLTFBufferView getters to be constAaron Franke2024-02-083-2/+49
|/
* Add AudioStreamPlayerInternal to unify stream playerskobewi2024-01-174-247/+470
* Implement audio stream playback parameters.Juan Linietsky2024-01-162-0/+80
* [Audio] Fix pausing stream on entering treeA Thousand Ships2023-10-221-1/+1
* 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