summaryrefslogtreecommitdiff
path: root/scene/3d/audio_stream_player_3d.cpp
AgeCommit message (Expand)Author
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-23Merge pull request #30497 from Calinou/editor-gizmos-change-notifyRémi Verschelde
2019-07-20Merge pull request #30234 from zwostein/fix-AudioStreamPlayer3DRémi Verschelde
2019-07-12Tweak audio cutoff property hints to allow reasonable values onlyHugo Locurcio
2019-07-10Notify changes in properties that can be edited by 3D gizmosHugo Locurcio
2019-07-02Fixed multichannel panning for AudioStreamPlayer3D.zwostein
2019-06-26Some code changed with Clang-Tidyqarmin
2019-04-27Revert "Fix AudioStreams::stop possibly causing a small noise"Juan Linietsky
2019-04-22Merge pull request #26868 from NilsIrl/masterRémi Verschelde
2019-04-22Add Attenuation Model "DISABLED" for AudioStreamPlayer3DNils ANDRÉ-CHANG
2019-04-10Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky
2019-02-26Remove setting that caused is_inside_tree() errors on doppler tracking enabled.Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-17Fix AudioStreams::stop possibly causing a small noiseMarcelo Fernandez
2019-02-06Prefer a viewport's listener over a camera where availableTom McLean
2019-01-17fixed AudioStreamPlayer3D::_get_attenuation_db epsilon valueEvgeny Savelyev
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-17Fix AudioStreamPlayer2D/3D::is_playing right after a play()Marcelo Fernandez
2018-11-13Ability to remove buses while they are being used on 2D and 3D stream players...Juan Linietsky
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-11Fixes Area and Area2D audio bus overrideMrCdK
2018-10-04fix enum cast warnings on clangkarroffel
2018-09-27Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-22Restrict set_pitch_scale to positive scales for AudioStreamPlayer*Chaosus
2018-07-18Ability to disable scale in nodes, closes #19927Juan Linietsky
2018-07-09Improved stream paused fade codeMarcelo Fernandez
2018-07-05Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-streamMax Hilbrunner
2018-06-22fix can't set AudioStreamPlayer stream to nullchanon
2018-06-03Pause AudioStreamPlayers when SceneTree pausesMarcelo Fernandez
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-05-13Revert "Use fake audio playing property in editor"Hein-Pieter van Braam
2018-03-16Use fake audio playing property in editorShyRed
2018-02-21Fix typos with codespellluz.paz
2018-02-01Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-21Removed type_mask and fixed some variable nameAndreaCatania
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-23Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-13Renamed play to playing property, but now playing and is_playing is the same,...Juan Linietsky
2017-09-12Fixed issues with surround sound on audio serverMarcelo Fernandez
2017-09-06Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-09-01Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ...Juan Linietsky
2017-08-25added finished signals to audio stream players, fixes #9928Juan Linietsky