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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
2
-2
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
2
-3
/
+3
*
Merge pull request #42703 from RandomShaper/fix_anim_backwards
Rémi Verschelde
2020-11-01
1
-4
/
+2
|
\
|
*
Fix premature end of animation playing backwards
Pedro J. Estébanez
2020-10-10
1
-4
/
+2
*
|
Refactor MethodBind to use variadic templates
reduz
2020-10-18
2
-3
/
+0
|
/
*
Added a more helpful error message when there is no current animation for the...
Duroxxigar
2020-10-06
1
-2
/
+2
*
Merge pull request #38743 from arrowinaknee/node-config-warnings
Rémi Verschelde
2020-10-01
1
-22
/
+14
|
\
|
*
Update all get_configuration_warning to retrieve warnings from the parent
ArrowInAKnee
2020-05-16
1
-22
/
+14
*
|
Merge pull request #39801 from ChristopheLY/tween-bool-state
Rémi Verschelde
2020-07-20
1
-8
/
+6
|
\
\
|
*
|
bug with Tween.is_active, fixes #39760
Chistpohe LY
2020-07-20
1
-8
/
+6
*
|
|
Add override keywords.
Marcel Admiraal
2020-07-10
7
-73
/
+73
*
|
|
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
*
|
|
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-27
1
-5
/
+5
|
|
/
|
/
|
*
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
8
-175
/
+318
*
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
7
-0
/
+60
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
15
-449
/
+0
*
|
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-42
/
+23
*
|
thirdparty: Cleanup after #38386, document provenance and copyright
Rémi Verschelde
2020-05-11
1
-1
/
+2
*
|
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
2
-5
/
+14
*
|
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-17
/
+34
*
|
Fix: Tween always return true for _get(), _set()
Thakee Nathees
2020-05-05
1
-2
/
+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
2
-4
/
+4
*
|
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
9
-74
/
+74
*
|
Merge pull request #37504 from qarmin/out_of_bound_cursor
Rémi Verschelde
2020-04-02
1
-0
/
+5
|
\
\
|
*
|
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-04-01
1
-0
/
+5
*
|
|
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
|
/
/
*
|
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-14
/
+14
*
|
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
2
-798
/
+0
*
|
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
9
-96
/
+96
*
|
Fixed IK rotation issue
Andrea Catania
2020-03-24
1
-2
/
+5
*
|
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
|
Merge pull request #36491 from AndreaCatania/edit_node_anim_state_mac
Rémi Verschelde
2020-03-16
2
-0
/
+23
|
\
\
|
|
/
|
/
|
|
*
Added new method to replace an already added node to the animation state machine
Andrea Catania
2020-03-16
2
-0
/
+23
*
|
Removed boolean return type from majority of method in Tween
Yuri Roubinsky
2020-03-06
2
-130
/
+112
*
|
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
7
-50
/
+34
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
9
-53
/
+53
*
|
Merge pull request #36411 from Janglee123/rect2-tween
Rémi Verschelde
2020-02-23
1
-39
/
+88
|
\
\
|
*
|
Added tween support for Rect2
janglee
2020-02-23
1
-39
/
+88
*
|
|
Added StringName as a variant type.
Juan Linietsky
2020-02-21
5
-14
/
+14
|
|
/
|
/
|
*
|
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
9
-53
/
+53
|
/
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
5
-9
/
+9
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
2
-12
/
+1
[next]