summaryrefslogtreecommitdiff
path: root/editor/animation_track_editor.cpp
AgeCommit message (Expand)Author
2019-06-19Merge pull request #29899 from Chaosus/select_all_tracksRémi Verschelde
2019-06-19Added button to select all tracks in track copy dialogChaosus
2019-06-19Fix animation keys selection with SHIFT/CTRL Chaosus
2019-06-16i18n: Sync translation template with current sourceRémi Verschelde
2019-06-09Enhancements for the audio bus editorMichael Alexsander Silva Dias
2019-05-31Sync Animation editor with Inspectorvolzhs
2019-05-31Revert "Fix AnimationPlayer editor length and step synchronization"volzhs
2019-05-27Make animation editor change tracks positions instead of swapping themMichael Alexsander Silva Dias
2019-05-25Fix "Node not found:" error message when adding tracksMichael Alexsander Silva Dias
2019-05-24Merge pull request #24771 from timoschwarzer/animation-player-editor-pos-drag...Rémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-06Fix AnimationPlayer editor length and step synchronizationTimo Schwarzer
2019-04-30Fixed a few issues with the bezier animation track editor, fixed the Travis C...Ben Hickling
2019-04-30Merge pull request #28323 from homer666/animationplayer-imported-anim-warningRémi Verschelde
2019-04-30Warn when opening imported anim in AnimationPlayerhomer666
2019-04-28Update edited keyframe's snap mode properlyhomer666
2019-04-25Merge pull request #28361 from homer666/animationplayer-fps-mode-fixesHein-Pieter van Braam
2019-04-25i18n: Sync translation template with current sourceRémi Verschelde
2019-04-24AnimationPlayer FPS mode fixeshomer666
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