summaryrefslogtreecommitdiffstats
path: root/scene/audio
Commit message (Expand)AuthorAgeFilesLines
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-39/+41
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Fix crash due to reentrancy in AudioStreamPlayer* finished signal.Lyuma2021-10-281-1/+3
* Refactored Node3D rotation modesreduz2021-10-251-0/+2
* Allow AudioStreamPlayer(2D) to provide `pitch_scale` on playbackDouglas Leão2021-10-101-1/+1
* Add polyphony to Audio Stream Player nodesEllen Poe2021-09-072-53/+92
* Do all audio mixing in the AudioServerEllen Poe2021-08-272-172/+78
* Implement NativeExtension pointer argumentsreduz2021-08-231-1/+5
* Optimize StringName usagereduz2021-07-181-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Don't fade out after pausing unless stream is runningEllen Poe2021-02-181-1/+1
* Initialize fadeout to false in AudioStreamPlayerEllen Poe2021-02-181-1/+1
* Modernize atomicsPedro J. Estébanez2021-02-182-29/+31
* Return setseek position if one exists in get_playback_position.Ellen Poe2021-02-141-0/+3
* Removed _change_notifyreduz2021-02-101-1/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-072-25/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+7
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-142-33/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* Reduce AudioStreamPlayer's pitch_scale max valueWARIO-MDMA2020-02-151-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-202-18/+13
* Removed function to compute time, should not be that useful in practice.Juan Linietsky2019-04-272-13/+1
* Added functions to further improve music timingJuan Linietsky2019-04-272-2/+19
* Properly deal with clicking on audio stream change or stop (AudioStreamPlayer...Juan Linietsky2019-04-272-36/+85
* Revert "Fix AudioStreams::stop possibly causing a small noise"Juan Linietsky2019-04-272-16/+10
* Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky2019-04-102-0/+9
* Pause AudioStreamPlayer on SceneTree pauseTomasz Chabora2019-03-051-1/+3
* Fix AudioStreams::stop possibly causing a small noiseMarcelo Fernandez2019-02-172-10/+16
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-122-6/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-012-4/+4
* Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stopMarcelo Fernandez2018-11-111-0/+1
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Restrict set_pitch_scale to positive scales for AudioStreamPlayer*Chaosus2018-08-221-0/+1
* Improved stream paused fade codeMarcelo Fernandez2018-07-092-17/+15
* Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-streamMax Hilbrunner2018-07-051-1/+0
|\