| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
|/ |
|
* | Add default 50ms output_latency web override. | Fabio Alessandrelli | 2020-07-01 | 1 | -0/+1 |
* | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli | 2020-05-18 | 1 | -0/+3 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -24/+46 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+10 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -106/+0 |
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -7/+14 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -8/+8 |
* | Remove the audio memory allocator, use regular one instead. | Juan Linietsky | 2020-03-27 | 1 | -43/+0 |
* | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -2/+4 |
* | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -10/+9 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -4/+4 |
* | Workaround WebM playback bug after AudioServer latency fixes | Rémi Verschelde | 2020-02-07 | 1 | -6/+2 |
* | Remove duplicate WARN_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Revert "Exposes capture methods to AudioServer + documentation" #30468 | Rémi Verschelde | 2020-01-20 | 1 | -50/+15 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Fix to make sure the capture buffers are deallocated at shutdown. Silences wa... | Saracen | 2019-10-11 | 1 | -0/+1 |
* | Expose audio callbacks as signals. | Saracen | 2019-07-16 | 1 | -0/+6 |
* | Exposes capture methods to AudioServer, variable renames for consistency, | Saracen | 2019-07-15 | 1 | -15/+43 |
* | Add 'global_rate_scale' to the AudioServer | Michael Alexsander Silva Dias | 2019-06-19 | 1 | -0/+17 |
* | Added functions to further improve music timing | Juan Linietsky | 2019-04-27 | 1 | -0/+11 |
* | Clean up latency related functions | Juan Linietsky | 2019-04-27 | 1 | -16/+15 |
* | Added generator audio stream, and spectrum analyzer audio effect | Juan Linietsky | 2019-04-10 | 1 | -0/+10 |
* | Allow default audio bus layout modification | lupoDharkael | 2019-04-05 | 1 | -2/+4 |
* | Fix #25639 by not shifting a negative value. | marxin | 2019-03-05 | 1 | -2/+4 |
* | Fix possible crash on AudioDriver::input_buffer_write | Marcelo Fernandez | 2019-03-02 | 1 | -6/+12 |