Age | Commit message (Expand) | Author |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-11 | Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop | Marcelo Fernandez |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-22 | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus |
2018-07-09 | Improved stream paused fade code | Marcelo Fernandez |
2018-07-05 | Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream | Max Hilbrunner |
2018-06-22 | fix can't set AudioStreamPlayer stream to null | chanon |
2018-06-03 | Pause AudioStreamPlayers when SceneTree pauses | Marcelo Fernandez |
2018-05-13 | Revert "Use fake audio playing property in editor" | Hein-Pieter van Braam |
2018-03-16 | Use fake audio playing property in editor | ShyRed |
2018-02-01 | Merge pull request #15910 from robfram/fix-audio-signal-issue-15895 | Rémi Verschelde |
2018-02-01 | Merge pull request #15254 from mrcdk/pitch_scale | Rémi Verschelde |
2018-01-20 | Fix issue 15895, audio streams don't signalling finished after the first one | robfram |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi... | MrCdK |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-12 | -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restart | Juan Linietsky |
2017-09-27 | Fixed bug with clearing the stream in AudioPlayerStream | Marcelo Fernandez |
2017-09-23 | Rename get_position => get_playback_position and seek_pos => seek on audio cl... | Marcelo Fernandez |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-15 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog |
2017-09-13 | Fix enums bindings | Maxim Sheronov |
2017-09-13 | Renamed play to playing property, but now playing and is_playing is the same,... | Juan Linietsky |
2017-09-12 | Fixed issues with surround sound on audio server | Marcelo Fernandez |
2017-09-06 | Renamed playing property of audiostreams to play, to make it clearer. Fixes #... | Juan Linietsky |
2017-09-01 | Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ... | Juan Linietsky |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-25 | added finished signals to audio stream players, fixes #9928 | Juan Linietsky |
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-06-18 | -Added AudioStreamPlayer2D, for 2D positional sound | Juan Linietsky |
2017-05-20 | Fix crash when saving AudioPlayer without stream. | Andreas Haas |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky |