| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename `VideoPlayer` to `VideoStreamPlayer` for consistency | Rémi Verschelde | 2021-12-06 | 1 | -470/+0 |
* | Rename minimum_size_changed() method | kobewi | 2021-12-06 | 1 | -2/+2 |
* | Remove WebM support (and deps libvpx and opus) | Rémi Verschelde | 2021-10-15 | 1 | -2/+2 |
* | Do all audio mixing in the AudioServer | Ellen Poe | 2021-08-27 | 1 | -3/+2 |
* | Fix editor suffixes and degrees conversion | reduz | 2021-06-30 | 1 | -1/+1 |
* | Add PROPERTY_USAGE_NONE and use it | Aaron Franke | 2021-06-17 | 1 | -2/+2 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -19/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | VideoPlayer: fix possible race condition | Mark Kuo | 2020-06-29 | 1 | -2/+2 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -23/+42 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -43/+0 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -3/+3 |
* | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -1/+1 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
* | Updates minimum size on VideoPlayer::set_stream | Haoyu Qiu | 2020-01-26 | 1 | -0/+4 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Refactor VideoPlayer and VideoStream | SeleckyErik | 2019-10-24 | 1 | -5/+18 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fix possible crash with VideoPlayer _mix_audio function | Marcelo Fernandez | 2018-11-02 | 1 | -39/+18 |
* | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -0/+4 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Added signal to VideoPlayer to notify when the video finished playing | Wilson E. Alvarez | 2018-04-01 | 1 | -6/+9 |
* | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -0/+4 |
* | Fix Video Player issue with audio mix_rate when different than 44100 | Marcelo Fernandez | 2018-01-07 | 1 | -7/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | initialize bus_index to 0 | Marcin Zawiejski | 2017-11-26 | 1 | -0/+1 |
* | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky | 2017-11-25 | 1 | -1/+1 |
* | Fix video playback | Matt Hughes | 2017-10-14 | 1 | -8/+136 |
* | Add function set_stream_position to VideoPlayer | Terah | 2017-10-04 | 1 | -0/+7 |
* | Rename get_position => get_playback_position and seek_pos => seek on audio cl... | Marcelo Fernandez | 2017-09-23 | 1 | -1/+1 |
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -3/+3 |
* | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -44/+1 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -1/+0 |
* | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 1 | -1/+1 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -3/+3 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -91/+77 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -22/+22 |
* | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -7/+7 |
* | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 1 | -0/+1 |
* | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 1 | -9/+9 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
* | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky | 2017-01-10 | 1 | -4/+4 |
* | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -5/+5 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -22/+22 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Don't crash when video is stopped and played again | Błażej Szczygieł | 2016-09-28 | 1 | -1/+2 |
* | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -10/+0 |