Commit History

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