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
/
servers
/
audio_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Fix data race regarding `prof_time` in `AudioDriver` and `AudioServer`
jsjtxietian
2024-02-06
1
-3
/
+3
*
Merge pull request #86581 from MJacred/optimize/audio_server
Rémi Verschelde
2024-01-26
1
-4
/
+18
|
\
|
*
Optimize AudioServer::_driver_process()
MJacred
2024-01-26
1
-4
/
+18
*
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-4
/
+4
*
|
Merge pull request #84800 from gshadows/fix_options_range
Rémi Verschelde
2024-01-03
1
-2
/
+4
|
\
\
|
*
|
Fix unlimited project option ranges that could cause crashes.
G-Shadow
2023-12-22
1
-2
/
+4
|
|
/
*
/
Fix AudioServer::start_playback_stream does not iterate through given p_bus_v...
MJacred
2023-12-28
1
-0
/
+1
|
/
*
[Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-25
1
-3
/
+3
*
Add a bus_renamed AudioServer signal
MewPurPur
2023-09-15
1
-4
/
+7
*
Add a `--audio-output-latency` command-line argument
Hugo Locurcio
2023-08-17
1
-2
/
+0
*
Use StringName consistently to refer to the Master audio bus name
Hugo Locurcio
2023-08-07
1
-3
/
+4
*
Fix crash caused by invalid mix_rate assignment due to bogus
Eoin O'Neill
2023-04-25
1
-0
/
+14
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
1
-3
/
+4
*
Audio rename (device, capture_device) -> (output_device, input_device)
souplamp
2023-01-31
1
-25
/
+25
*
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-06
1
-2
/
+1
|
\
|
*
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-11
1
-2
/
+1
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Remove redundant nullptr check before delete
Quentin Guidée
2022-12-17
1
-6
/
+2
|
/
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-3
/
+3
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-6
/
+6
*
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-07-28
1
-1
/
+1
*
Implement BPM support
reduz
2022-07-23
1
-0
/
+14
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-5
/
+5
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-20
/
+0
*
Fix crash in AudioServer when switching audio devices with different audio ch...
Bartłomiej T. Listwon
2022-04-01
1
-0
/
+1
*
Expose `AudioServer.capture_device` as a property
Hugo Locurcio
2022-02-17
1
-0
/
+4
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-2
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add a shader warning when the uniform buffer limit is exceeded
Yuri Roubinsky
2022-01-03
1
-1
/
+1
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-3
/
+3
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-8
/
+8
*
fix potential memory leak of AudioStreamPlaybackBusDetails in AudioServer::st...
Mark Riedesel
2021-10-18
1
-2
/
+4
*
Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playback
Douglas Leão
2021-10-10
1
-3
/
+3
*
[HTML5] Use browser mix rate by default on the Web.
Fabio Alessandrelli
2021-09-15
1
-0
/
+1
*
Add polyphony to Audio Stream Player nodes
Ellen Poe
2021-09-07
1
-44
/
+44
*
Do all audio mixing in the AudioServer
Ellen Poe
2021-08-27
1
-34
/
+458
*
Invert how `global_rate_scale` value works, and rename it to `playback_speed_...
Michael Alexsander
2021-08-07
1
-8
/
+8
*
Optimize StringName usage
reduz
2021-07-18
1
-5
/
+5
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Fix some warnings raised by GCC-11.1
jfons
2021-05-25
1
-0
/
+3
*
Fix AudioServer Crash when bus count equals 0
Maganty Rushyendra
2021-04-24
1
-0
/
+1
*
Reorganize Project Settings
reduz
2021-02-18
1
-9
/
+9
*
Make audio bus channels' peak volume consistent
Pedro J. Estébanez
2021-02-02
1
-1
/
+2
*
Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDri...
Sean LaPlante
2021-01-16
1
-5
/
+12
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #43333 from YeldhamDev/global_rate_scale_min
Rémi Verschelde
2020-11-10
1
-0
/
+2
|
\
|
*
Disallow setting the AudioServer's 'global_rate_scale' to a value equal or in...
Michael Alexsander
2020-11-05
1
-0
/
+2
[next]