Age | Commit message (Expand) | Author |
2019-07-09 | Improve the node configuration warning display | Hugo Locurcio |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde |
2019-06-10 | Fix crash when frames are empty | qarmin |
2019-04-23 | Merge pull request #24489 from mateusfccp/18264_wrong_animation_error | Hein-Pieter van Braam |
2019-04-06 | Fix wrong method binds and registered class | Ignacio Etcheverry |
2019-03-17 | Make AnimatedSprite able to play backwards | Michael Alexsander Silva Dias |
2019-03-07 | Fixes bad gizmo alignment for textures with odd size | Gilles Roudière |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-27 | Change the frame number before triggering the animation_finished signal | Gilles Roudiere |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-20 | Make AnimatedSprite.animation complain when invalid animation name | Mateus Felipe C. C. Pinto |
2018-11-23 | Fixed signal animation_finished | zer0problem |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-10-04 | Fixes AnimatedSprite2D animation_finished signal triggering too early | groud |
2018-09-13 | Revert "Drop deprecated compatibility methods from AnimatedSprite" | Rémi Verschelde |
2018-09-12 | Merge pull request #21780 from akien-mga/animatedsprite-deprecated | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-09 | Drop deprecated compatibility methods from AnimatedSprite | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-17 | Merge pull request #19087 from danvalho/master | Max Hilbrunner |
2018-06-07 | Fixes the bad calculation of margin & anchors when child of Node2D | groud |
2018-06-05 | SpriteFrames: expose method to get array containing animation names | danvalho |
2018-05-13 | Updates frame timeout when changing speed scale | groud |
2018-05-07 | Adds a speed factor to AnimatedSprite | groud |
2018-04-03 | Remove the selection rect for nodes that do not require it | Gilles Roudiere |
2018-02-16 | 2D editor GUI input rework. Changes are: | Gilles Roudiere |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
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-12-12 | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson |
2017-12-07 | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky |
2017-11-19 | Rework the canvas_item API for further improves to the canvas item editor | Gilles Roudiere |
2017-10-11 | Fix AnimatedSprite frame property slider in editor | Hiroshi Ogawa |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-05 | emit signal properly when frame has changed in autoplay, fixes #7730 | Juan Linietsky |
2017-07-23 | Add object type hint for docs | Poommetee Ketson |
2017-06-19 | Remove Duplicate Include | Shockblast |
2017-06-18 | Added normalmap support to stylebox and animated sprite. | Juan Linietsky |
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-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-13 | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky |
2017-01-10 | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky |
2017-01-08 | Renamed finished to animation_finished, also passes the animation name when f... | Juan Linietsky |
2017-01-08 | removed unnecesary modulate funtions, which were superseded by self_modulate | Juan Linietsky |