summaryrefslogtreecommitdiffstats
path: root/scene/audio/audio_stream_player.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-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-141-32/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-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-011-2/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-201-17/+13
* Removed function to compute time, should not be that useful in practice.Juan Linietsky2019-04-271-9/+1
* Added functions to further improve music timingJuan Linietsky2019-04-271-2/+16
* Properly deal with clicking on audio stream change or stop (AudioStreamPlayer...Juan Linietsky2019-04-271-36/+79
* Revert "Fix AudioStreams::stop possibly causing a small noise"Juan Linietsky2019-04-271-14/+9
* Added generator audio stream, and spectrum analyzer audio effectJuan Linietsky2019-04-101-0/+6
* Pause AudioStreamPlayer on SceneTree pauseTomasz Chabora2019-03-051-1/+3
* Fix AudioStreams::stop possibly causing a small noiseMarcelo Fernandez2019-02-171-9/+14
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+395