summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_space_2d_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix titles in graph editors being invisible when headers are enabledMichael Alexsander Silva Dias2018-12-161-1/+1
* Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135Juan Linietsky2018-11-211-0/+15
* Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-041-2/+2
* 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
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* Style: Fix issues that went past CIRémi Verschelde2018-08-211-10/+6
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-93/+92
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-7/+7
* added BlendSpace1D editor pluginThomas Herzog2018-06-251-0/+1023