summaryrefslogtreecommitdiffstats
path: root/scene/2d/animated_sprite.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #31943 from codecustard/Fixes_invalid_frames_on_reverse_animRémi Verschelde2019-10-271-2/+6
|\
| * Fixes Reverse Animation Starting on First FrameEmmanuel Barroga2019-10-161-2/+6
* | Added some obvious errors explanationsqarmin2019-09-251-12/+12
|/
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-3/+2
* Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde2019-07-251-4/+4
* Improve the node configuration warning displayHugo Locurcio2019-07-091-1/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+1
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Fix crash when frames are emptyqarmin2019-06-101-0/+1
* Merge pull request #24489 from mateusfccp/18264_wrong_animation_errorHein-Pieter van Braam2019-04-231-0/+3
|\
| * Make AnimatedSprite.animation complain when invalid animation nameMateus Felipe C. C. Pinto2018-12-201-0/+3
* | Fix wrong method binds and registered classIgnacio Etcheverry2019-04-061-1/+1
* | Make AnimatedSprite able to play backwardsMichael Alexsander Silva Dias2019-03-171-6/+20
* | Fixes bad gizmo alignment for textures with odd sizeGilles Roudière2019-03-071-1/+1
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* | Change the frame number before triggering the animation_finished signalGilles Roudiere2019-01-271-1/+1
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Fixed signal animation_finishedzer0problem2018-11-231-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-10/+10
* Fixes AnimatedSprite2D animation_finished signal triggering too earlygroud2018-10-041-3/+7
* Revert "Drop deprecated compatibility methods from AnimatedSprite"Rémi Verschelde2018-09-131-0/+69
* Merge pull request #21780 from akien-mga/animatedsprite-deprecatedRémi Verschelde2018-09-121-69/+0
|\
| * Drop deprecated compatibility methods from AnimatedSpriteRémi Verschelde2018-09-091-69/+0
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Merge pull request #19087 from danvalho/masterMax Hilbrunner2018-07-171-0/+12
|\
| * SpriteFrames: expose method to get array containing animation namesdanvalho2018-06-051-0/+12
* | Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-6/+23
|/
* Updates frame timeout when changing speed scalegroud2018-05-131-11/+18
* Adds a speed factor to AnimatedSpritegroud2018-05-071-2/+17
* Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+4
* 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-161-38/+45
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-121-23/+4
* Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky2017-12-071-1/+1
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-6/+6
* Fix AnimatedSprite frame property slider in editorHiroshi Ogawa2017-10-111-3/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-5/+5
* emit signal properly when frame has changed in autoplay, fixes #7730Juan Linietsky2017-08-051-0/+1
* Add object type hint for docsPoommetee Ketson2017-07-231-3/+3
* Remove Duplicate IncludeShockblast2017-06-191-1/+0
* Added normalmap support to stylebox and animated sprite.Juan Linietsky2017-06-181-1/+7
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-229/+179