summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_state_machine_editor.cpp
AgeCommit message (Expand)Author
2019-12-30Merge pull request #34625 from timothyqiu/i18nRémi Verschelde
2019-12-30Makes more editor strings translatableHaoyu Qiu
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-21Makes more editor strings translatableHaoyu Qiu
2019-11-01Fixed error when renaming a state in AnimationNodeStateMachinePouleyKetchoupp
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-04-23[StateMachine] Fix play positionGuilherme Felipe
2019-04-23Merge pull request #24796 from guilhermefelipecgs/fix_play_pos_smHein-Pieter van Braam
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-01-13Show play position of sub state machineGuilherme Felipe
2019-01-09Hides error_panel of state machine on the first time.Guilherme Felipe
2019-01-07Merge pull request #24814 from YeldhamDev/animtree_editor_statemach_scrollsRémi Verschelde
2019-01-07Move scrolls in the StateMachine editor inside the panelMichael Alexsander Silva Dias
2019-01-06Fix state machine scrollGuilherme Felipe
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Removed graph node headers from state machine nodesDawid Wdowiak
2018-12-18Small fixes for the AnimationTree editorMichael Alexsander Silva Dias
2018-12-17General fixes for the AnimationTree editorMichael Alexsander Silva Dias
2018-12-16Fix titles in graph editors being invisible when headers are enabledMichael Alexsander Silva Dias
2018-12-16Fix "undo" of the state machine losing node's positionGuilherme Felipe
2018-11-28Fix many errors found by PVS-StudioAaron Franke
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-20Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky
2018-06-25State machine animation nodeJuan Linietsky