summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_state_machine_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+4
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* [StateMachine] Fix play positionGuilherme Felipe2019-04-231-2/+6
* Merge pull request #24796 from guilhermefelipecgs/fix_play_pos_smHein-Pieter van Braam2019-04-231-2/+21
|\
| * Show play position of sub state machineGuilherme Felipe2019-01-131-2/+21
* | Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-9/+9
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+5
|/
* Hides error_panel of state machine on the first time.Guilherme Felipe2019-01-091-0/+1
* Merge pull request #24814 from YeldhamDev/animtree_editor_statemach_scrollsRémi Verschelde2019-01-071-15/+8
|\
| * Move scrolls in the StateMachine editor inside the panelMichael Alexsander Silva Dias2019-01-071-15/+8
* | Fix state machine scrollGuilherme Felipe2019-01-061-2/+3
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Removed graph node headers from state machine nodesDawid Wdowiak2018-12-301-2/+2
* Small fixes for the AnimationTree editorMichael Alexsander Silva Dias2018-12-181-0/+9
* General fixes for the AnimationTree editorMichael Alexsander Silva Dias2018-12-171-1/+3
* Fix titles in graph editors being invisible when headers are enabledMichael Alexsander Silva Dias2018-12-161-2/+2
* Fix "undo" of the state machine losing node's positionGuilherme Felipe2018-12-161-1/+1
* Fix many errors found by PVS-StudioAaron Franke2018-11-281-1/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
|/
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-135/+167
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-7/+7
* State machine animation nodeJuan Linietsky2018-06-251-0/+1313