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_tree.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor process of AnimationTree for end of animation
Silc Renew
2022-11-22
1
-45
/
+58
*
Optimize animation blend tree process
Silc Renew
2022-11-16
1
-3
/
+5
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-108
/
+108
*
Change time parameters and variables to double type
Dave Palais
2022-09-26
1
-13
/
+13
*
Merge pull request #65196 from TokageItLab/fix-redraw-anim-tree
Rémi Verschelde
2022-09-15
1
-0
/
+3
|
\
|
*
Fix redraw timing in AnimationBlendTreeEditor
Silc Renew
2022-09-14
1
-0
/
+3
*
|
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-1
/
+1
|
/
*
Merge pull request #59919 from piiertho/enhancement/rename-AnimationNodeTrans...
Rémi Verschelde
2022-08-31
1
-1
/
+1
|
\
|
*
enhancement: Rename declared property AnimationNodeTransition::input_count to...
Pierre-Thomas Meisels
2022-08-31
1
-1
/
+1
*
|
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
Hugo Locurcio
2022-08-30
1
-1
/
+1
|
/
*
Merge pull request #63802 from TokageItLab/curve-transition
Rémi Verschelde
2022-08-22
1
-10
/
+25
|
\
|
*
added Curve in animation node transition for better control over cros…
Silc Renew
2022-08-18
1
-10
/
+25
*
|
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-10
/
+8
|
/
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-3
/
+3
*
refactor sync in AnimationTree
Silc Renew
2022-07-16
1
-91
/
+66
*
fixed Pingpong animation get snaging on the edge in AnimationTree
Silc Renew
2022-06-29
1
-2
/
+2
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-5
/
+5
*
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-19
1
-1
/
+0
*
Fixed delta & Implement selection of whether or not to seek root
Silc Renew
2022-05-09
1
-43
/
+45
*
Fix inversed ADD_GROUP parameters in AnimationNodeOneShot
Haoyu Qiu
2022-03-18
1
-1
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
More time parameters change type float to double
Silc 'Tokage' Renew
2022-01-27
1
-1
/
+1
*
Expose AnimationNodeOneShot::mix_mode as a property
Wysocki Patryk
2022-01-25
1
-0
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Merge pull request #53819 from TokageItLab/re-implement-ping-pong
Rémi Verschelde
2021-11-09
1
-15
/
+64
|
\
|
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-15
/
+64
*
|
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-4
/
+4
|
/
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-64
/
+15
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-15
/
+64
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-27
/
+27
*
Fix non-const iterators in const methods
Lightning_A
2021-09-30
1
-2
/
+2
*
Merge pull request #52605 from TokageItLab/fixed-vtype-in-node-oneshot
Rémi Verschelde
2021-09-21
1
-7
/
+6
|
\
|
*
Fixed value type and applied small change in AnimationNodeOneShot
Silc 'Tokage' Renew
2021-09-13
1
-7
/
+6
*
|
fixed AnimationNodeTransition when xfade time is zero
Silc 'Tokage' Renew
2021-09-11
1
-1
/
+1
|
/
*
Fix AnimationBlendTree reset on resource loading
PouleyKetchoupp
2021-08-26
1
-1
/
+6
*
Use doubles for time in animation code
Aaron Franke
2021-08-09
1
-33
/
+33
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-6
/
+6
*
Optimize StringName usage
reduz
2021-07-18
1
-5
/
+5
*
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-07-01
1
-10
/
+10
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-0
/
+7
*
Removed _change_notify
reduz
2021-02-10
1
-2
/
+0
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-1
/
+1
*
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-02-07
1
-35
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+13
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+25
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-79
/
+0
[prev]
[next]