summaryrefslogtreecommitdiffstats
path: root/scene/2d/audio_stream_player_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove `AudioStreamPlayer:...Raul Santos2024-08-301-7/+2
* Add `stop_callable` to `AudioStreamPlayerInternal`Kusok2024-08-111-2/+2
* Add samples playback supportAdam Scott2024-06-181-2/+30
* Merge pull request #91929 from matheusmdx/fix-error-91914Rémi Verschelde2024-05-141-1/+1
|\
| * Fix error in AudioStreamPlayer2Dmatheusmdx2024-05-141-1/+1
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
|/
* Add shorthand for using singleton string nameskobewi2024-05-111-2/+2
* Check for NaN in set_volume_db functionsaaronp642024-04-181-0/+1
* Split monolithic physics class filessmix82024-02-271-1/+1
* Change AudioStreamPlayer autoplay and GLTFBufferView getters to be constAaron Franke2024-02-081-1/+2
* Add AudioStreamPlayerInternal to unify stream playerskobewi2024-01-171-212/+50
* Implement audio stream playback parameters.Juan Linietsky2024-01-161-0/+69
* [Audio] Fix pausing stream on entering treeA Thousand Ships2023-10-221-1/+1
* Merge pull request #81641 from MewPurPur/bus-go-brrrr-2Rémi Verschelde2023-09-171-5/+10
|\
| * Add a bus_renamed AudioServer signalMewPurPur2023-09-151-5/+10
* | [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
|/
* Use StringName consistently to refer to the Master audio bus nameHugo Locurcio2023-08-071-3/+3
* Merge pull request #69027 from Uxeron/AudioListener2DRotationFixRémi Verschelde2023-06-211-4/+5
|\
| * Fix AudioListener2D ignoring rotationUxeron2023-06-211-4/+5
* | Fix 2D audio in multiple viewportskobewi2023-05-031-4/+5
* | Fix AudioStreamPlayer2D crash when PhysicsServer2D runs on threadsmix82023-04-061-1/+5
* | 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
* | | Merge pull request #72115 from AThousandShips/clip_children_fixRémi Verschelde2023-01-301-0/+1
|\ \ \
| * | | Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+1
* | | | Implement blending audio feature to AnimationTreeSilc Renew2023-01-281-5/+12
|/ / /
* | | Simplify AudioStreamPolyphonicJuan Linietsky2023-01-231-4/+2
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/ /
* / Fix AudioStreamPlayer2D and 3D's `playing` not updating right awayMicky2022-11-221-0/+3
|/
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Fix AudioStreamPlayer not resuming after returning to SceneTreeMicky2022-09-051-1/+6
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-3/+3
* Implement BPM supportreduz2022-07-231-1/+1
* Audio: Expose 2D/3D panning strength parametersEllen Poe2022-06-171-1/+23
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-55/+57
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp2021-11-041-1/+7
* Fix crash due to reentrancy in AudioStreamPlayer* finished signal.Lyuma2021-10-281-1/+3
* Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playbackDouglas Leão2021-10-101-1/+1
* Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez2021-09-161-2/+2
* Merge pull request #44844 from KoBeWi/hey_listen!_but_2dJuan Linietsky2021-09-091-7/+14
|\
| * Add Listener2Dkobewi2021-08-311-7/+14
* | Add polyphony to Audio Stream Player nodesEllen Poe2021-09-071-69/+93
|/
* Do all audio mixing in the AudioServerEllen Poe2021-08-271-212/+114