| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Merge pull request #34625 from timothyqiu/i18n | Rémi Verschelde | 2019-12-30 | 1 | -1/+1 |
| |\ |
|
| | * | Makes more editor strings translatable | Haoyu Qiu | 2019-12-30 | 1 | -1/+1 |
| * | | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+2 |
| |/ |
|
| * | Removed unused variables, add some constants numbers | Rafał Mikrut | 2019-12-10 | 1 | -2/+0 |
| * | Fix typos with codespell | Rémi Verschelde | 2019-11-22 | 1 | -1/+1 |
| * | Merge pull request #32000 from codecustard/Add_Reorder_frames_via_dragndrop | Rémi Verschelde | 2019-09-23 | 1 | -9/+30 |
| |\ |
|
| | * | Add ability to reorder animation frames via drag and drop | Emmanuel Barroga | 2019-09-05 | 1 | -9/+30 |
| * | | SpriteFramesEditor improvements around deleting animations | PouleyKetchoupp | 2019-09-06 | 1 | -5/+22 |
| |/ |
|
| * | Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp... | hbina085 | 2019-06-29 | 1 | -1/+2 |
| * | Merge pull request #28831 from dankan1890/spriteframes_sheet_fix | Rémi Verschelde | 2019-05-13 | 1 | -18/+25 |
| |\ |
|
| | * | AnimatedSprite: Add from spritesheets now work as expected. Fix #28030 | dankan1890 | 2019-05-12 | 1 | -18/+25 |
| * | | Apply sprite frames editor FPS value correctly upon _animation_select | freestraws | 2019-05-11 | 1 | -0/+4 |
| |/ |
|
| * | Small improvements to the new Sprite Sheet dialog | Michael Alexsander Silva Dias | 2019-04-21 | 1 | -41/+69 |
| * | Fix typo in SpriteFrameEditor preview draw | Rémi Verschelde | 2019-04-20 | 1 | -1/+1 |
| * | Ability to create sprite frames in AnimatedSprite from sprite sheet. | Juan Linietsky | 2019-04-13 | 1 | -2/+228 |
| * | Fixes Adding animation to AnimatedSprite doesn't update inspector immediately | piyushdagar | 2019-03-20 | 1 | -6/+0 |
| * | Fix latest regression error in SpriteFramesEditor | qarmin | 2019-02-09 | 1 | -1/+0 |
| * | Small changes to the SpriteFrames editor | Michael Alexsander Silva Dias | 2019-02-07 | 1 | -43/+20 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Fix many errors found by PVS-Studio | Aaron Franke | 2018-11-28 | 1 | -1/+1 |
| * | Opens the SpriteFrames editor when editing an AnimatedSprite | groud | 2018-10-11 | 1 | -8/+14 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
| * | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -2/+0 |
| * | Changed Sprite Frame move buttons for icons | Superwaitsum | 2018-04-30 | 1 | -6/+20 |
| * | Removed unneeded sort from SpriteFramesEditor plugin | Wilson E. Alvarez | 2018-04-02 | 1 | -2/+0 |
| * | Clean up some bad words from code comments | Artem Varaksa | 2018-02-17 | 1 | -2/+0 |
| * | 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 |
| * | Add more translatable text for editor plugins. | geequlim | 2017-12-23 | 1 | -1/+1 |
| * | Focus on sprite animation list after adding a new one to allow renaming with f2 | bncastle | 2017-11-26 | 1 | -0/+1 |
| * | Select correct animation on creation of a new one | bncastle | 2017-11-01 | 1 | -5/+3 |
| * | Add copy button to sprite_frames_editor_plugin | sersoong | 2017-10-28 | 1 | -0/+19 |
| * | Added and improved some missing icons, plus some other visual fixes. | Daniel J. Ramirez | 2017-10-13 | 1 | -2/+2 |
| * | Added and improved some icons, plus some other minor visual fixes. | Daniel J. Ramirez | 2017-10-12 | 1 | -9/+12 |
| * | Renamed fixed_process to physics_process | AndreaCatania | 2017-09-30 | 1 | -2/+2 |
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -3/+3 |
| * | Fixed delete animation frames in AnimatedSprite, issue 10788 | Paulb23 | 2017-09-02 | 1 | -0/+14 |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -70/+0 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -3/+3 |
| * | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | 2017-08-18 | 1 | -1/+1 |
| * | fixed loading old theme styleboxes | toger5 | 2017-08-08 | 1 | -1/+1 |
| * | Revert "fixed loading old theme styleboxes" | Juan Linietsky | 2017-08-07 | 1 | -1/+1 |
| * | fixed loading old theme styleboxes | toger5 | 2017-08-05 | 1 | -1/+1 |
| * | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 1 | -1/+1 |
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -1/+1 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -1/+1 |
| * | 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 | -349/+262 |