Emmanouil Papadeas
|
c36460060e
Further refactoring to AudioDriver implementations after #69120.
|
2 年之前 |
souplamp
|
5300daaff2
Audio rename (device, capture_device) -> (output_device, input_device)
|
2 年之前 |
Rémi Verschelde
|
163f6f5fe8
Merge pull request #68429 from KoBeWi/PropertySettings
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Quentin Guidée
|
7465ca9587
Remove redundant nullptr check before delete
|
2 年之前 |
kobewi
|
7c6b659bd7
Add PropertyInfo overload for GLOBAL_DEF
|
2 年之前 |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 年之前 |
Micky
|
59e11934d8
Rename `str2var` to `str_to_var` and similar
|
3 年之前 |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 年之前 |
DeeJayLSP
|
4889659227
Rename AudioStreamSample to a more discoverable name
|
3 年之前 |
reduz
|
d1ddee2258
Implement BPM support
|
3 年之前 |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 年之前 |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 年之前 |
Bartłomiej T. Listwon
|
30962c6b69
Fix crash in AudioServer when switching audio devices with different audio channels count (connecting PS5 controller, bluetooth 5.1 headphones etc.)
|
3 年之前 |
Hugo Locurcio
|
1d35b37499
Expose `AudioServer.capture_device` as a property
|
3 年之前 |
Nathan Franke
|
8a0a3accee
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Yuri Roubinsky
|
fd9c92d4ab
Add a shader warning when the uniform buffer limit is exceeded
|
3 年之前 |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 年之前 |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 年之前 |
Mark Riedesel
|
61ab63a4be
fix potential memory leak of AudioStreamPlaybackBusDetails in AudioServer::start_playback_stream()
|
4 年之前 |
Douglas Leão
|
39a90751dc
Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playback
|
4 年之前 |
Fabio Alessandrelli
|
d187bb4e11
[HTML5] Use browser mix rate by default on the Web.
|
4 年之前 |
Ellen Poe
|
0e3cab41eb
Add polyphony to Audio Stream Player nodes
|
4 年之前 |
Ellen Poe
|
3598d300cb
Do all audio mixing in the AudioServer
|
4 年之前 |
Michael Alexsander
|
4bef900399
Invert how `global_rate_scale` value works, and rename it to `playback_speed_scale`
|
5 年之前 |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 年之前 |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 年之前 |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 年之前 |
jfons
|
f8e34209af
Fix some warnings raised by GCC-11.1
|
4 年之前 |