Age | Commit message (Expand) | Author |
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 |
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-06-29 | only call finished signal when it really finishes, closes #5222 | Juan Linietsky |
2016-06-19 | -Added trigger mode to tracks, useful for properties that work as triggers, s... | Juan Linietsky |
2016-06-11 | fix crash in SamplePlayer, closes #5005 | Juan Linietsky |
2016-05-17 | -Added configuration warning system for nodes | Juan Linietsky |
2016-04-18 | tiny fix to loop restart (#4358) | Alex |
2016-04-07 | Doc: fix type of stream object | Rémi Verschelde |
2016-02-20 | -Fixed bug with event player crashing, closes #3687 | Juan Linietsky |
2016-02-11 | -Made some icon data types smaller so they take up less space | Juan Linietsky |
2016-02-02 | -make stream player and time restore state properly if removed, fixes #1949 | Juan Linietsky |
2016-01-21 | Documented AudioServserSW, EventPlayer and EventStream*. Corrections on Audio... | Ovnuniarchos |
2016-01-03 | Fix delay on audio stream pause | Saracen |
2016-01-02 | added a finished signal to StreamPlayer, closes #2249 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-21 | -another approach to solving the deadlock problem :| | Juan Linietsky |
2015-12-21 | -different attempt to avod deadlock problem | Juan Linietsky |
2015-12-21 | -Fix to progress dialog, speding it up | Juan Linietsky |
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde |
2015-11-01 | -some fixes to audio | Juan Linietsky |
2015-10-19 | -some fixes to where screen is read from rasterizer | Juan Linietsky |
2015-10-08 | Please enter the commit message for your changes. Lines starting | Ariel Manzur |