summaryrefslogtreecommitdiffstats
path: root/scene/2d/audio_stream_player_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed play to playing property, but now playing and is_playing is the same,...Juan Linietsky2017-09-131-1/+1
* Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-38/+18
* Fix serveral recent new clang-format errorsHein-Pieter van Braam2017-09-081-3/+0
* Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky2017-09-061-3/+5
* Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ...Juan Linietsky2017-09-011-1/+3
* added finished signals to audio stream players, fixes #9928Juan Linietsky2017-08-251-0/+4
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-3/+1