summaryrefslogtreecommitdiffstats
path: root/scene/2d/audio_stream_player_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize atomicsPedro J. Estébanez2021-02-181-27/+29
* Merge pull request #46151 from ellenhp/fix_spatial_player_playRémi Verschelde2021-02-181-2/+1
|\
| * Fix pops in play() of both spatial audio playersEllen Poe2021-02-171-2/+1
* | Return setseek position if one exists in get_playback_position.Ellen Poe2021-02-141-0/+3
|/
* Removed _change_notifyreduz2021-02-101-5/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-15/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+17
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-39/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Fix volume interpolation in positional audio nodesWaridley2020-03-251-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-4/+4
* 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-011-2/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
* Revert "Fix AudioStreams::stop possibly causing a small noise"Juan Linietsky2019-04-271-21/+14
* Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky2019-04-101-0/+6
* Fix AudioStreams::stop possibly causing a small noiseMarcelo Fernandez2019-02-171-14/+21
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix AudioStreamPlayer2D/3D::is_playing right after a play()Marcelo Fernandez2018-11-171-0/+1
* Ability to remove buses while they are being used on 2D and 3D stream players...Juan Linietsky2018-11-131-0/+12
* Fixes Area and Area2D audio bus overrideMrCdK2018-10-111-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Restrict set_pitch_scale to positive scales for AudioStreamPlayer*Chaosus2018-08-221-0/+1
* Fix possible bug with AudioStreamPlayer2D audio positionMarcelo Fernandez2018-07-101-0/+5
* Improved stream paused fade codeMarcelo Fernandez2018-07-091-15/+16
* Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-streamMax Hilbrunner2018-07-051-5/+5
|\
| * fix can't set AudioStreamPlayer stream to nullchanon2018-06-221-5/+5
* | Pause AudioStreamPlayers when SceneTree pausesMarcelo Fernandez2018-06-031-7/+43
|/
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-1/+1
* -New inspector.Juan Linietsky2018-05-151-1/+1
* Revert "Use fake audio playing property in editor"Hein-Pieter van Braam2018-05-131-10/+1
* Use fake audio playing property in editorShyRed2018-03-161-1/+10
* Fix typos with codespellluz.paz2018-02-211-2/+2
* Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde2018-02-011-1/+13
|\
| * Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK2018-01-011-1/+13
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+29
|/
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Removed type_mask and fixed some variable nameAndreaCatania2017-11-211-1/+1
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-4/+4
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-231-3/+3
* Changed get_audio_bus and set functions to get_audio_bus_name and setMarcelo Paez2017-09-221-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-5/+5