Age | Commit message (Expand) | Author |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-06-29 | VideoPlayer: fix possible race condition | Mark Kuo |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-26 | Updates minimum size on VideoPlayer::set_stream | Haoyu Qiu |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-24 | Refactor VideoPlayer and VideoStream | SeleckyErik |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-02 | Fix possible crash with VideoPlayer _mix_audio function | Marcelo Fernandez |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-04-01 | Added signal to VideoPlayer to notify when the video finished playing | Wilson E. Alvarez |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-07 | Fix Video Player issue with audio mix_rate when different than 44100 | Marcelo Fernandez |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-11-26 | initialize bus_index to 0 | Marcin Zawiejski |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-10-14 | Fix video playback | Matt Hughes |
2017-10-04 | Add function set_stream_position to VideoPlayer | Terah |
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-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
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-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-10 | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky |
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-09-28 | Don't crash when video is stopped and played again | Błażej Szczygieł |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde |
2016-06-18 | Fix Theora video playback without a Vorbis stream | Błażej Szczygieł |
2016-05-21 | First version of Profiler | Juan Linietsky |
2016-05-04 | Fix wrong return and argument types in documentation | Ignacio Etcheverry |
2016-02-08 | renamed function get_video_texutre to get_video_texture | Adham Zahran |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-26 | fixes crash/deadlock when video is paused and unpaused, might affect audio sy... | Ariel Manzur |