| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixes small typos and grammar correction | Anshul7sp1 | 2021-03-12 | 1 | -1/+1 |
| * | Don't fade out after pausing unless stream is running | Ellen Poe | 2021-02-18 | 1 | -1/+1 |
| * | Initialize fadeout to false in AudioStreamPlayer | Ellen Poe | 2021-02-18 | 1 | -1/+1 |
| * | Modernize atomics | Pedro J. Estébanez | 2021-02-18 | 2 | -29/+31 |
| * | Return setseek position if one exists in get_playback_position. | Ellen Poe | 2021-02-14 | 1 | -0/+3 |
| * | Removed _change_notify | reduz | 2021-02-10 | 1 | -1/+1 |
| * | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut | 2021-02-07 | 2 | -25/+14 |
| * | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 2 | -4/+4 |
| * | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
| * | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -1/+1 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -4/+7 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+5 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 2 | -33/+0 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
| * | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -1/+1 |
| * | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -3/+1 |
| * | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -2/+2 |
| * | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -1/+1 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -1/+1 |
| * | Reduce AudioStreamPlayer's pitch_scale max value | WARIO-MDMA | 2020-02-15 | 1 | -1/+1 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 2 | -4/+4 |
| * | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -1/+1 |
| * | Made use of semicolons more consitent, fixed formatting | JohnJLight | 2019-06-19 | 1 | -1/+1 |
| * | Style: Fix issues with clang-format 8.0 | Rémi Verschelde | 2019-05-20 | 2 | -18/+13 |
| * | Removed function to compute time, should not be that useful in practice. | Juan Linietsky | 2019-04-27 | 2 | -13/+1 |
| * | Added functions to further improve music timing | Juan Linietsky | 2019-04-27 | 2 | -2/+19 |
| * | Properly deal with clicking on audio stream change or stop (AudioStreamPlayer... | Juan Linietsky | 2019-04-27 | 2 | -36/+85 |
| * | Revert "Fix AudioStreams::stop possibly causing a small noise" | Juan Linietsky | 2019-04-27 | 2 | -16/+10 |
| * | Added generator audio stream, and spectrum analyzer audio effect | Juan Linietsky | 2019-04-10 | 2 | -0/+9 |
| * | Pause AudioStreamPlayer on SceneTree pause | Tomasz Chabora | 2019-03-05 | 1 | -1/+3 |
| * | Fix AudioStreams::stop possibly causing a small noise | Marcelo Fernandez | 2019-02-17 | 2 | -10/+16 |
| * | Scene: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 2 | -6/+7 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 2 | -4/+4 |
| * | Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop | Marcelo Fernandez | 2018-11-11 | 1 | -0/+1 |
| * | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -2/+0 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
| * | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus | 2018-08-22 | 1 | -0/+1 |
| * | Improved stream paused fade code | Marcelo Fernandez | 2018-07-09 | 2 | -17/+15 |
| * | Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream | Max Hilbrunner | 2018-07-05 | 1 | -1/+0 |
| |\ |
|
| | * | fix can't set AudioStreamPlayer stream to null | chanon | 2018-06-22 | 1 | -1/+0 |
| * | | Pause AudioStreamPlayers when SceneTree pauses | Marcelo Fernandez | 2018-06-03 | 2 | -7/+48 |
| |/ |
|
| * | Revert "Use fake audio playing property in editor" | Hein-Pieter van Braam | 2018-05-13 | 2 | -16/+1 |
| * | Use fake audio playing property in editor | ShyRed | 2018-03-16 | 2 | -1/+16 |
| * | Merge pull request #15910 from robfram/fix-audio-signal-issue-15895 | Rémi Verschelde | 2018-02-01 | 1 | -1/+1 |
| |\ |
|
| | * | Fix issue 15895, audio streams don't signalling finished after the first one | robfram | 2018-01-20 | 1 | -1/+1 |
| * | | Merge pull request #15254 from mrcdk/pitch_scale | Rémi Verschelde | 2018-02-01 | 2 | -1/+17 |
| |\ \
| |/
|/| |
|
| | * | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi... | MrCdK | 2018-01-01 | 2 | -1/+17 |
| * | | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 2 | -0/+2 |
| |/ |
|
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 2 | -4/+4 |
| * | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 1 | -1/+1 |