index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
2d
/
audio_stream_player_2d.cpp
Age
Commit message (
Expand
)
Author
2021-02-18
Modernize atomics
Pedro J. Estébanez
2021-02-18
Merge pull request #46151 from ellenhp/fix_spatial_player_play
Rémi Verschelde
2021-02-17
Fix pops in play() of both spatial audio players
Ellen Poe
2021-02-14
Return setseek position if one exists in get_playback_position.
Ellen Poe
2021-02-10
Removed _change_notify
reduz
2021-02-07
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-25
Fix volume interpolation in positional audio nodes
Waridley
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-21
Added StringName as a variant type.
Juan Linietsky
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-15
Reduce AudioStreamPlayer's pitch_scale max value
WARIO-MDMA
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-04-27
Revert "Fix AudioStreams::stop possibly causing a small noise"
Juan Linietsky
2019-04-10
Added generator audio stream, and spectrum analyzer audio effect
Juan Linietsky
2019-02-17
Fix AudioStreams::stop possibly causing a small noise
Marcelo Fernandez
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-17
Fix AudioStreamPlayer2D/3D::is_playing right after a play()
Marcelo Fernandez
2018-11-13
Ability to remove buses while they are being used on 2D and 3D stream players...
Juan Linietsky
2018-10-11
Fixes Area and Area2D audio bus override
MrCdK
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-22
Restrict set_pitch_scale to positive scales for AudioStreamPlayer*
Chaosus
2018-07-10
Fix possible bug with AudioStreamPlayer2D audio position
Marcelo Fernandez
2018-07-09
Improved stream paused fade code
Marcelo Fernandez
2018-07-05
Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream
Max Hilbrunner
2018-06-22
fix can't set AudioStreamPlayer stream to null
chanon
2018-06-03
Pause AudioStreamPlayers when SceneTree pauses
Marcelo Fernandez
2018-05-16
Allow editing of some unbound properties when hinted (or no range hinted)
Juan Linietsky
2018-05-15
-New inspector.
Juan Linietsky
2018-05-13
Revert "Use fake audio playing property in editor"
Hein-Pieter van Braam
2018-03-16
Use fake audio playing property in editor
ShyRed
2018-02-21
Fix typos with codespell
luz.paz
2018-02-01
Merge pull request #15254 from mrcdk/pitch_scale
Rémi Verschelde
2018-01-18
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...
MrCdK
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-21
Removed type_mask and fixed some variable name
AndreaCatania
2017-09-30
Renamed fixed_process to physics_process
AndreaCatania
2017-09-23
Rename get_position => get_playback_position and seek_pos => seek on audio cl...
Marcelo Fernandez
2017-09-22
Changed get_audio_bus and set functions to get_audio_bus_name and set
Marcelo Paez
2017-09-20
Rename pos to position in user facing methods and variables
letheed
[next]