summaryrefslogtreecommitdiffstats
path: root/scene/audio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * fix can't set AudioStreamPlayer stream to nullchanon2018-06-221-1/+0
* | Pause AudioStreamPlayers when SceneTree pausesMarcelo Fernandez2018-06-032-7/+48
|/
* Revert "Use fake audio playing property in editor"Hein-Pieter van Braam2018-05-132-16/+1
* Use fake audio playing property in editorShyRed2018-03-162-1/+16
* Merge pull request #15910 from robfram/fix-audio-signal-issue-15895Rémi Verschelde2018-02-011-1/+1
|\
| * Fix issue 15895, audio streams don't signalling finished after the first onerobfram2018-01-201-1/+1
* | Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde2018-02-012-1/+17
|\ \ | |/ |/|
| * Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK2018-01-012-1/+17
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-052-0/+2
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-012-4/+4
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restartJuan Linietsky2017-11-122-17/+34
* Fixed bug with clearing the stream in AudioPlayerStreamMarcelo Fernandez2017-09-271-4/+5
* Rename get_position => get_playback_position and seek_pos => seek on audio cl...Marcelo Fernandez2017-09-232-4/+4
* Rename pos to position in user facing methods and variablesletheed2017-09-202-6/+6
* Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-0/+4
|\
| * Fix enums bindingsMaxim Sheronov2017-09-131-0/+4
* | Renamed play to playing property, but now playing and is_playing is the same,...Juan Linietsky2017-09-131-2/+2
* | Fixed issues with surround sound on audio serverMarcelo Fernandez2017-09-121-8/+6
|/
* Renamed playing property of audiostreams to play, to make it clearer. Fixes #...Juan Linietsky2017-09-061-1/+1
* Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ...Juan Linietsky2017-09-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-272-2/+2
* added finished signals to audio stream players, fixes #9928Juan Linietsky2017-08-251-0/+13