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_player.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #40063 from RandomShaper/clean_blend_times
Rémi Verschelde
2020-07-03
1
-0
/
+2
|
\
|
*
Ignore blend times for inexistent animations
Pedro J. Estébanez
2020-07-02
1
-0
/
+2
*
|
Merge pull request #36879 from ThakeeNathees/animation-autocomplete-bug-fix
Rémi Verschelde
2020-07-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
animation autocomplete bug fixed
Thakee Nathees
2020-03-07
1
-1
/
+1
*
|
Restore capture caches when missing
Tomasz Chabora
2020-06-05
1
-1
/
+1
*
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-60
/
+114
*
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+5
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-133
/
+0
*
|
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-3
/
+8
*
|
Revert "Emit signal when animation ends by seek"
Rémi Verschelde
2020-05-04
1
-2
/
+2
*
|
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
1
-2
/
+2
*
|
Emit signal when animation ends by seek
volzhs
2020-04-22
1
-2
/
+2
*
|
Replace more occurrences of NULL with nullptr
Rémi Verschelde
2020-04-02
1
-13
/
+0
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-6
/
+6
*
|
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-6
/
+6
|
/
*
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-5
/
+2
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-3
/
+2
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-4
/
+4
*
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-6
/
+6
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-2
/
+2
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-1
/
+1
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-9
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
Added skin support and simplified APIs to override bone position.
Juan Linietsky
2019-09-18
1
-1
/
+1
|
/
*
fix animation freeze when playing animation from another AnimationPlayer
Unknown
2019-08-19
1
-1
/
+3
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-10
/
+3
*
Merge pull request #24249 from zorbathut/zorbathut/animimmediate
Rémi Verschelde
2019-06-20
1
-8
/
+36
|
\
|
*
Implement AnimationPlayer call modes as per #23498.
Ben Rog-Wilhelm
2018-12-09
1
-8
/
+36
*
|
Fix 2D bones ignored by onion skinning
Pedro J. Estébanez
2019-05-22
1
-0
/
+8
*
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
|
Merge pull request #24437 from mateusfccp/single_quotes_option
Rémi Verschelde
2019-04-30
1
-1
/
+10
|
\
\
|
*
|
Add settings for single-quotes on completion
Mateus Felipe C. C. Pinto
2018-12-18
1
-1
/
+10
*
|
|
Removed some prints
Juan Linietsky
2019-03-02
1
-3
/
+0
*
|
|
Fix AnimationPlayer jumping to the beggining after ending on editor.
Luiz
2019-02-20
1
-4
/
+8
*
|
|
Fix AnimationPlayer bug where it wouldn't reset its position when finished
Luiz
2019-02-14
1
-0
/
+1
*
|
|
-Fixes to undo redo to avoid crash, closes #24251
Juan Linietsky
2019-02-14
1
-15
/
+2
*
|
|
Fix some AnimationPlayer bugs and update documentation
Luiz
2019-02-13
1
-2
/
+10
*
|
|
When an animationplayer sets a property on itself recreate the caches
Hein-Pieter van Braam
2019-02-01
1
-2
/
+8
*
|
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
/
*
|
Merge pull request #22739 from DualMatrix/autoplay_warn
Rémi Verschelde
2018-12-12
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Added warning when setting autoplay of AnimationPlayer that's inside the tree.
DualMatrix
2018-10-05
1
-0
/
+2
*
|
Made it possible to read AnimationPlayer queue from GDscript
DualMatrix
2018-11-28
1
-0
/
+10
*
|
Reseek if cachees were cleared in animation player, fixes #19424
Juan Linietsky
2018-11-19
1
-0
/
+3
|
/
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-0
/
+1
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
[next]