summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_blend_space_2d.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Rework AnimationNode process for retrieving the semantic time infoSilc Lizard (Tokage) Renew2024-03-201-2/+1
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-1/+1
* Rework StateMachine and nested StateMachine processSilc Renew2023-04-181-2/+2
* Fix NodeTransition initialization and AnimationNode remapping methodSilc Renew2023-02-051-3/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Refactor process of AnimationTree for end of animationSilc Renew2022-11-221-1/+1
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* refactor sync in AnimationTreeSilc Renew2022-07-161-0/+5
* Fixed delta & Implement selection of whether or not to seek rootSilc Renew2022-05-091-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use doubles for time in animation codeAaron Franke2021-08-091-1/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-13/+13
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-7/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+2
* Fixes to auto triangle editing in BlendSpace2DJuan Linietsky2019-01-101-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135Juan Linietsky2018-11-211-0/+15
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Style: Fix issues that went past CIRémi Verschelde2018-08-211-2/+0
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-5/+12
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+0
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-0/+3
* renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-251-1/+1
* added BlendSpace1D editor pluginThomas Herzog2018-06-251-0/+94