jmb462
|
b3d7adc7d6
fix no tween repeat after stop_all() and start() again
|
4 年 前 |
Christoffer Sundbom
|
5b2100d85c
Tween: Add null check for target object
|
4 年 前 |
Rafał Mikrut
|
7961a1dea3
Initialize class variables with default values in scene/ [2/2]
|
4 年 前 |
Rafał Mikrut
|
003bb8e1a8
Initialize class variables with default values in scene/ [1/2]
|
4 年 前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年 前 |
reduz
|
ee06a70ea6
Refactor MethodBind to use variadic templates
|
5 年 前 |
Chistpohe LY
|
d60617de10
bug with Tween.is_active, fixes #39760
|
5 年 前 |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 年 前 |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 年 前 |
Rémi Verschelde
|
69de7ce38c
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
5 年 前 |
Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 年 前 |
Thakee Nathees
|
2811268231
Fix: Tween always return true for _get(), _set()
|
5 年 前 |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 年 前 |
Yuri Roubinsky
|
d5bff588c7
Removed boolean return type from majority of method in Tween
|
5 年 前 |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 年 前 |
Rémi Verschelde
|
c9e1d98c62
Merge pull request #36411 from Janglee123/rect2-tween
|
5 年 前 |
janglee
|
4bbe87abb7
Added tween support for Rect2
|
5 年 前 |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 年 前 |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 年 前 |
PouleyKetchoupp
|
6c04c824bd
Fixed Tween::start() with pending updates
|
5 年 前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年 前 |
Andrii Doroshenko (Xrayez)
|
81db0e9274
Provide default Tween values for transition and easing types
|
5 年 前 |
Rafał Mikrut
|
99d8626f4a
Fix some overflows and unitialized variables
|
6 年 前 |
Mark Riedesel
|
d0b528e4a8
Fix Tween follow_property finishing with null
|
6 年 前 |
luz.paz
|
91ecd7b6a6
Fix misc. source comment typos
|
6 年 前 |
shaderbeast
|
5e337b31eb
Added is_inside_tree() check in both Timer and Tween
|
6 年 前 |
Tomasz Chabora
|
af5e0fff66
Remove ERR_EXPLAIN from scene/* code
|
6 年 前 |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 年 前 |
Devin Pentecost
|
265eaf1a2c
Implementing 0-duration tweens
|
6 年 前 |
Chaosus
|
a19e99aacb
Added signal for Tween emitted at completion
|
6 年 前 |