Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Marcelo Fernandez
|
016f7bd8f8
Fix AudioStreamPlayer2D/3D::is_playing right after a play()
|
6 years ago |
Juan Linietsky
|
65111ba996
Ability to remove buses while they are being used on 2D and 3D stream players. Fixes #15115
|
6 years ago |
MrCdK
|
0e8c7f58db
Fixes Area and Area2D audio bus override
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 years ago |
Chaosus
|
27731a86d2
Restrict set_pitch_scale to positive scales for AudioStreamPlayer*
|
6 years ago |
Marcelo Fernandez
|
0c78a58b64
Fix possible bug with AudioStreamPlayer2D audio position
|
6 years ago |
Marcelo Fernandez
|
087329074d
Improved stream paused fade code
|
6 years ago |
Max Hilbrunner
|
ed61bdd2ae
Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream
|
6 years ago |
chanon
|
2bdac0a5d9
fix can't set AudioStreamPlayer stream to null
|
6 years ago |
Marcelo Fernandez
|
c409fe0597
Pause AudioStreamPlayers when SceneTree pauses
|
6 years ago |
Juan Linietsky
|
dfd1331690
Allow editing of some unbound properties when hinted (or no range hinted)
|
6 years ago |
Juan Linietsky
|
005b69cf6e
-New inspector.
|
6 years ago |
Hein-Pieter van Braam
|
3cfb9df325
Revert "Use fake audio playing property in editor"
|
6 years ago |
ShyRed
|
bc1522e268
Use fake audio playing property in editor
|
6 years ago |
luz.paz
|
612ab4bbc6
Fix typos with codespell
|
6 years ago |
Rémi Verschelde
|
ff287d8341
Merge pull request #15254 from mrcdk/pitch_scale
|
6 years ago |
Rémi Verschelde
|
9f479f096c
Fix typos in code and docs with codespell
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
MrCdK
|
5bc010e8ee
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and AudioStreamPlayer3D
|
7 years ago |
Juan Linietsky
|
bc2e8d99e5
Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function,
|
7 years ago |
AndreaCatania
|
d6e413bb9c
Removed type_mask and fixed some variable name
|
7 years ago |
AndreaCatania
|
4537977d6d
Renamed fixed_process to physics_process
|
7 years ago |
Marcelo Fernandez
|
46af050e93
Rename get_position => get_playback_position and seek_pos => seek on audio classes
|
7 years ago |
Marcelo Paez
|
5e50fde3d9
Changed get_audio_bus and set functions to get_audio_bus_name and set
|
7 years ago |
letheed
|
5ad9be4c24
Rename pos to position in user facing methods and variables
|
7 years ago |
Juan Linietsky
|
06138bf18c
Renamed play to playing property, but now playing and is_playing is the same, to avoid confusing. Closes #11211
|
7 years ago |
Marcelo Fernandez
|
730d36f350
Fixed issues with surround sound on audio server
|
7 years ago |
Hein-Pieter van Braam
|
5e18967d77
Fix serveral recent new clang-format errors
|
7 years ago |
Juan Linietsky
|
98af411a37
Renamed playing property of audiostreams to play, to make it clearer. Fixes #10730
|
7 years ago |