summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.cpp
AgeCommit message (Expand)Author
2019-04-18Fix AnimationPlayer snap mode dropdown behaviourhomer666
2019-04-15Scale animation track editor line widths on hiDPI displaysHugo Locurcio
2019-04-15Implement autokeying in Animation editor.Juan Linietsky
2019-04-15Oops I missed a line, continuation to 0d41f8f.Juan Linietsky
2019-04-15Avoid crash on changing snap mode when no animation exists, closes #28031Juan Linietsky
2019-04-14Also show length in FPS when using FPS mode for AnimationPlayer editorJuan Linietsky
2019-04-14Add support for FPS snap in Animation Editor.Juan Linietsky
2019-03-11Prevents a Null Reference in deleting Animations.Anish
2019-03-06Safer way to update animation if changed, fixes #26670Juan Linietsky
2019-03-03Implement a more coherent (and way less hack) way to block animation updates,...Juan Linietsky
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14Drop unused AnimationTrackKeyEdit::track_editorRémi Verschelde
2019-02-14-Fixes to undo redo to avoid crash, closes #24251Juan Linietsky
2019-02-14Avoid case where editors are deleted while moved, fixes #25508, fixes #24829Juan Linietsky
2019-01-04Removed duplicated codeDawid Wdowiak
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-09AnimationPlayer, snap absolute position instead of motion.DualMatrix
2018-11-01Merge pull request #22817 from DualMatrix/animation_groupJuan Linietsky
2018-10-08Fixed Animation Keyframe inspector not displaying after moving key.DualMatrix
2018-10-07Made AnimationPlayer track groups update after changing pathDualMatrix
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-25Tweak some editor texts' capitalization, use "Go to" instead of "Goto"Hugo Locurcio
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handlingRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
2018-07-05Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-editMax Hilbrunner
2018-07-03Hide play position if animation node is invalidkhairul169
2018-06-30Minor changes to the AnimationPlayer editor.Michael Alexsander Silva Dias
2018-06-22Fix crash when assigning a node on editing animation keyvolzhs
2018-06-18Prevent animation player crashGuilherme Felipe
2018-06-18Fix bug in animationplayer editor not using subproperties properlyBojidar Marinov
2018-06-08Bit more of visual polishJuan Linietsky
2018-06-08Remove the "go back" behavior in track editor for inspector based key editing...Juan Linietsky
2018-06-08Properly update range and valid key range when keys are in/out of view, fixes...Juan Linietsky
2018-06-08Fixed cursor not updating in some circumstances, closes #19430Juan Linietsky
2018-06-08Disallow via add track for animation player to animate itself, fixes #19425Juan Linietsky
2018-06-08Avoid animation length from ever being completely, fixes #19420Juan Linietsky
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky