Age | Commit message (Expand) | Author |
2021-09-07 | Merge pull request #52237 from ellenhp/polyphony | Juan Linietsky |
2021-09-07 | Add polyphony to Audio Stream Player nodes | Ellen Poe |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-08-27 | Require AudioStream::mix to return the number of frames successfully mixed | Ellen Poe |
2021-08-23 | Implement NativeExtension pointer arguments | reduz |
2021-08-22 | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke |
2021-08-07 | Invert how `global_rate_scale` value works, and rename it to `playback_speed_... | Michael Alexsander |
2021-07-30 | Fix Godot's cubic resampling algorithm | Ellen Poe |
2021-07-30 | Revert "Implement a new resampling algorithm in AudioStreamPlaybackResampled" | Ellen Poe |
2021-07-01 | Use PROPERTY_USAGE_NONE instead of 0 for no property usage | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde |
2021-05-25 | Tweak dozens of editor property hints for consistency | Hugo Locurcio |
2021-05-13 | Rename the audio `FFT_Size` enum to `FFTSize` for consistency | Hugo Locurcio |
2021-03-17 | Fix AudioEffectCapture buffer length cannot be changed | jmb462 |
2021-02-25 | Update Inspector when changing AudioEffectChorus voice_count | booer |
2021-02-19 | Merge pull request #46086 from ellenhp/new_resampling | Rémi Verschelde |
2021-02-19 | Merge pull request #46199 from ellenhp/fix_distortion_filter | Rémi Verschelde |
2021-02-18 | Prevent distortion filter from introducing NaNs in the audio buffer. | Ellen Poe |
2021-02-18 | Merge pull request #45617 from RandomShaper/modernize_atomics | Rémi Verschelde |
2021-02-18 | Modernize atomics | Pedro J. Estébanez |
2021-02-18 | Reorganize Project Settings | reduz |
2021-02-15 | Implement a new resampling algorithm in AudioStreamPlaybackResampled | Ellen Poe |
2021-02-02 | Add AudioEffectCapture | Lyuma |
2021-02-01 | Merge pull request #37547 from aaronfranke/tau | Rémi Verschelde |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-09 | Use Math_TAU and deg2rad/rad2deg in more places and optimize code | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-15 | Fix application of window in FFT | Pedro J. Estébanez |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-05-19 | Style: Fix unnecessary semicolons that confused clang-format | Rémi Verschelde |
2020-05-18 | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-12 | Silence EQ::Band::c1, c2 and c3 may be used uninitialized warnings. | Marcel Admiraal |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-04-02 | Merge pull request #37504 from qarmin/out_of_bound_cursor | Rémi Verschelde |
2020-04-01 | Fix out of bound array access caused by unassigned variable | Rafał Mikrut |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-24 | Remove unused classes and stray headers | Rémi Verschelde |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |