index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
2d
/
audio_stream_player_2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove `AudioStreamPlayer:...
Raul Santos
2024-08-30
1
-7
/
+2
*
Add `stop_callable` to `AudioStreamPlayerInternal`
Kusok
2024-08-11
1
-2
/
+2
*
Add samples playback support
Adam Scott
2024-06-18
1
-2
/
+30
*
Merge pull request #91929 from matheusmdx/fix-error-91914
Rémi Verschelde
2024-05-14
1
-1
/
+1
|
\
|
*
Fix error in AudioStreamPlayer2D
matheusmdx
2024-05-14
1
-1
/
+1
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
|
/
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-2
/
+2
*
Check for NaN in set_volume_db functions
aaronp64
2024-04-18
1
-0
/
+1
*
Split monolithic physics class files
smix8
2024-02-27
1
-1
/
+1
*
Change AudioStreamPlayer autoplay and GLTFBufferView getters to be const
Aaron Franke
2024-02-08
1
-1
/
+2
*
Add AudioStreamPlayerInternal to unify stream players
kobewi
2024-01-17
1
-212
/
+50
*
Implement audio stream playback parameters.
Juan Linietsky
2024-01-16
1
-0
/
+69
*
[Audio] Fix pausing stream on entering tree
A Thousand Ships
2023-10-22
1
-1
/
+1
*
Merge pull request #81641 from MewPurPur/bus-go-brrrr-2
Rémi Verschelde
2023-09-17
1
-5
/
+10
|
\
|
*
Add a bus_renamed AudioServer signal
MewPurPur
2023-09-15
1
-5
/
+10
*
|
[Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-1
/
+1
|
/
*
Use StringName consistently to refer to the Master audio bus name
Hugo Locurcio
2023-08-07
1
-3
/
+3
*
Merge pull request #69027 from Uxeron/AudioListener2DRotationFix
Rémi Verschelde
2023-06-21
1
-4
/
+5
|
\
|
*
Fix AudioListener2D ignoring rotation
Uxeron
2023-06-21
1
-4
/
+5
*
|
Fix 2D audio in multiple viewports
kobewi
2023-05-03
1
-4
/
+5
*
|
Fix AudioStreamPlayer2D crash when PhysicsServer2D runs on thread
smix8
2023-04-06
1
-1
/
+5
*
|
Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale
Rémi Verschelde
2023-02-17
1
-1
/
+1
|
\
\
|
*
|
Fix Editor hanging if audiostream's pitch_scale is NaN
stmSi
2022-12-24
1
-1
/
+1
*
|
|
Merge pull request #72115 from AThousandShips/clip_children_fix
Rémi Verschelde
2023-01-30
1
-0
/
+1
|
\
\
\
|
*
|
|
Hide clip_children for non-drawn CanvasItems
Ninni Pipping
2023-01-30
1
-0
/
+1
*
|
|
|
Implement blending audio feature to AnimationTree
Silc Renew
2023-01-28
1
-5
/
+12
|
/
/
/
*
|
|
Simplify AudioStreamPolyphonic
Juan Linietsky
2023-01-23
1
-4
/
+2
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
/
*
/
Fix AudioStreamPlayer2D and 3D's `playing` not updating right away
Micky
2022-11-22
1
-0
/
+3
|
/
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
Fix AudioStreamPlayer not resuming after returning to SceneTree
Micky
2022-09-05
1
-1
/
+6
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-1
/
+1
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-3
/
+3
*
Implement BPM support
reduz
2022-07-23
1
-1
/
+1
*
Audio: Expose 2D/3D panning strength parameters
Ellen Poe
2022-06-17
1
-1
/
+23
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-55
/
+57
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Use parameter classes instead of arguments for all physics queries
PouleyKetchoupp
2021-11-04
1
-1
/
+7
*
Fix crash due to reentrancy in AudioStreamPlayer* finished signal.
Lyuma
2021-10-28
1
-1
/
+3
*
Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playback
Douglas Leão
2021-10-10
1
-1
/
+1
*
Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D
Wilson E. Alvarez
2021-09-16
1
-2
/
+2
*
Merge pull request #44844 from KoBeWi/hey_listen!_but_2d
Juan Linietsky
2021-09-09
1
-7
/
+14
|
\
|
*
Add Listener2D
kobewi
2021-08-31
1
-7
/
+14
*
|
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-09-07
1
-69
/
+93
|
/
*
Do all audio mixing in the AudioServer
Ellen Poe
2021-08-27
1
-212
/
+114
[next]