index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
animation
/
animation_blend_space_1d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Add blend point check to AnimationNodeBlendSpace2D::_process()
Silc Lizard (Tokage) Renew
2024-06-01
1
-1
/
+1
*
Rework AnimationNode process for retrieving the semantic time info
Silc Lizard (Tokage) Renew
2024-03-20
1
-16
/
+23
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-2
/
+2
*
Implement AnimationManager the base class of AnimationPlayer/Tree
Silc Lizard (Tokage) Renew
2023-09-29
1
-10
/
+21
*
Fix theme access and improve UX in AnimationTree editor
Yuri Sizov
2023-09-23
1
-2
/
+2
*
Merge pull request #75759 from TokageItLab/reimplement-grouped-statemachine
Rémi Verschelde
2023-04-24
1
-9
/
+9
|
\
|
*
Rework StateMachine and nested StateMachine process
Silc Renew
2023-04-18
1
-9
/
+9
*
|
optimize blend position search
yedpodtrzitko
2023-04-08
1
-15
/
+5
|
/
*
Fix NodeTransition initialization and AnimationNode remapping method
Silc Renew
2023-02-05
1
-1
/
+19
*
Consistent with NodeBlendSpace1D option NodeBlendSpace2D
Silc Renew
2023-01-31
1
-55
/
+125
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Refactor process of AnimationTree for end of animation
Silc Renew
2022-11-22
1
-4
/
+4
*
Optimize animation blend tree process
Silc Renew
2022-11-16
1
-2
/
+2
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-5
/
+4
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
refactor sync in AnimationTree
Silc Renew
2022-07-16
1
-4
/
+19
*
Fixed delta & Implement selection of whether or not to seek root
Silc Renew
2022-05-09
1
-3
/
+3
*
More time parameters change type float to double
Silc 'Tokage' Renew
2022-01-27
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-6
/
+6
*
Use doubles for time in animation code
Aaron Franke
2021-08-09
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-4
/
+4
*
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-07-01
1
-1
/
+1
*
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-02-07
1
-8
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-5
/
+0
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-6
/
+4
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-5
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-11-01
1
-0
/
+1
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-1
/
+1
*
Fix some errors found by static analysis
Rémi Verschelde
2019-01-16
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Add missing copyright headers
Rémi Verschelde
2018-08-29
1
-0
/
+30
*
Style: Fix issues that went past CI
Rémi Verschelde
2018-08-21
1
-22
/
+13
*
Massive rewrite to AnimationTree. Many APIs changed in order to:
Juan Linietsky
2018-08-20
1
-32
/
+48
*
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
1
-2
/
+1
*
Changes to how node paths are selected from property, allowing setting a hint.
Juan Linietsky
2018-06-27
1
-0
/
+10
*
ensure BlendSpace1D syncs animations
Thomas Herzog
2018-06-26
1
-8
/
+20
*
renamed AnimationGraphPlayer to AnimationTree
Juan Linietsky
2018-06-25
1
-5
/
+5
*
added BlendSpace1D editor plugin
Thomas Herzog
2018-06-25
1
-0
/
+272