Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
4 éve |
Mark Riedesel
|
61ab63a4be
fix potential memory leak of AudioStreamPlaybackBusDetails in AudioServer::start_playback_stream()
|
4 éve |
Douglas Leão
|
39a90751dc
Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playback
|
4 éve |
Fabio Alessandrelli
|
d187bb4e11
[HTML5] Use browser mix rate by default on the Web.
|
4 éve |
Ellen Poe
|
0e3cab41eb
Add polyphony to Audio Stream Player nodes
|
4 éve |
Ellen Poe
|
3598d300cb
Do all audio mixing in the AudioServer
|
4 éve |
Michael Alexsander
|
4bef900399
Invert how `global_rate_scale` value works, and rename it to `playback_speed_scale`
|
5 éve |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 éve |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 éve |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 éve |
jfons
|
f8e34209af
Fix some warnings raised by GCC-11.1
|
4 éve |
Maganty Rushyendra
|
ccc375f163
Fix AudioServer Crash when bus count equals 0
|
4 éve |
reduz
|
64140eaf42
Reorganize Project Settings
|
4 éve |
Pedro J. Estébanez
|
a2b3a73e2d
Make audio bus channels' peak volume consistent
|
4 éve |
Sean LaPlante
|
17ac012728
Fixes #45025 - Protects _last_mix_time and _last_frame_time with the AudioDriver lock() and unlock() methods
|
4 éve |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 éve |
Rémi Verschelde
|
dd851d8f91
Merge pull request #43333 from YeldhamDev/global_rate_scale_min
|
5 éve |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
5 éve |
Michael Alexsander
|
d7f2c31a05
Disallow setting the AudioServer's 'global_rate_scale' to a value equal or inferior to 0
|
5 éve |
Fabio Alessandrelli
|
a9b7dd25df
Add default 50ms output_latency web override.
|
5 éve |
Fabio Alessandrelli
|
90c7102b51
Move mix_rate, ouput_latency to AudioDriverManager
|
5 éve |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 éve |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 éve |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 éve |
Rémi Verschelde
|
69de7ce38c
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
5 éve |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 éve |
Juan Linietsky
|
16245f2c29
Remove the audio memory allocator, use regular one instead.
|
5 éve |
Fabio Alessandrelli
|
b8ddaf9c33
Refactor ScriptDebugger.
|
5 éve |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 éve |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 éve |