summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_tree_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix resizer icon visiblity on light theme in GraphNodeChaosus892019-09-011-0/+1
* Fix AnimationTree editor messing up parameters when nestedBojidar Marinov2019-07-111-3/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+4
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-2/+2
* Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-1/+1
|\
| * Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-1/+1
* | [AnimationNodeBlendTreeEditor] Usability improvementsGuilherme Felipe2019-04-071-1/+49
* | Properly handle different border widths in rounded corner aaPouleyKetchoupp2019-03-191-1/+1
|/
* Fix minimum size of ProgressBar-sBojidar Marinov2019-02-271-0/+1
* Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-10/+10
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-1/+1
* i18n: Sync translation template with current sourceRémi Verschelde2019-01-071-2/+2
* Revert "Fix blend tree generating wrong node names"Rémi Verschelde2019-01-041-1/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix blend tree generating wrong node namesGuilherme Felipe2018-12-221-0/+1
* Small fixes for the AnimationTree editorMichael Alexsander Silva Dias2018-12-181-1/+1
* 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-17/+14
* Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky2018-11-081-1/+3
* Merge pull request #22311 from Xrayez/fix-22037Juan Linietsky2018-11-011-2/+0
|\
| * Fix blend tree editor updating invalid blend tree node graphAndrii Doroshenko (Xrayez)2018-09-211-2/+0
* | Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-13/+0
|/
* Refactor editor icon retrievalwillnationsdev2018-09-141-5/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-2/+2
|\
| * Misc. typosluz.paz2018-09-121-2/+2
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
|/
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* -Fix blend tree rename, closes #20210Juan Linietsky2018-08-231-1/+26
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-129/+164
* Visual Shaders are back.Juan Linietsky2018-07-141-1/+1
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+2
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-12/+12
* added AnimationBlendSpace1DThomas Herzog2018-06-251-0/+1
* rename BlendSpace to BlendSpace2DThomas Herzog2018-06-251-1/+1
* State machine animation nodeJuan Linietsky2018-06-251-0/+1
* Fix crashes, ability to add blendpsace into blendtree, ability to delete with...Juan Linietsky2018-06-211-14/+31
* Animation Blend SpacesJuan Linietsky2018-06-211-11/+10
* -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-0/+829