summaryrefslogtreecommitdiffstats
path: root/scene/3d/audio_stream_player_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ability to disable scale in nodes, closes #19927Juan Linietsky2018-07-181-0/+1
* Improved stream paused fade codeMarcelo Fernandez2018-07-091-14/+17
* 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
* 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-5/+17
|\
| * Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK2018-01-011-5/+17
* | 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/+30
|/
* 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
* Refactor Fixed to PhysicsPoommetee Ketson2017-10-211-1/+1
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-6/+6
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-231-3/+3
* 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-89/+65
* Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky2017-09-061-3/+5
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+5
* Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ...Juan Linietsky2017-09-011-2/+2
* added finished signals to audio stream players, fixes #9928Juan Linietsky2017-08-251-0/+3
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-8/+8
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-8/+8
* | Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+1
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
* -Fix for multiple reflection probes causing issues.Juan Linietsky2017-07-151-6/+26
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-0/+910