Rémi Verschelde
|
7119d355eb
String: Remove TTR and DTR defines in non-tools build
|
3 лет назад |
Rémi Verschelde
|
0f5455230c
Use `switch` consistently in `_notification` (`scene` folder)
|
3 лет назад |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
4 лет назад |
Aaron Franke
|
eb4902a455
Fix some unnecessary includes
|
4 лет назад |
Lightning_A
|
899e5f8685
Rename `is_a_parent_of()` to `is_ancestor_of()`
|
4 лет назад |
Nathan Franke
|
2a8c59c171
Use Array for node configuration warnings
|
5 лет назад |
Rafał Mikrut
|
003bb8e1a8
Initialize class variables with default values in scene/ [1/2]
|
5 лет назад |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
5 лет назад |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
5 лет назад |
ArrowInAKnee
|
9fc2b0fddc
Update all get_configuration_warning to retrieve warnings from the parent
|
5 лет назад |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 лет назад |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 лет назад |
Juan Linietsky
|
cf8c679a23
ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
|
6 лет назад |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
6 лет назад |
David Sichma
|
5a631bf4f4
Added force_update_cache() to RemoteTransform and RemoteTransform2D
|
6 лет назад |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
7 лет назад |
Juan Linietsky
|
398c1c1c0c
Fix transform not being applied properly after toggling remote node, fixes #17671
|
7 лет назад |
Juan Linietsky
|
634673cf5b
Fix properly keep scale in RemoteTransform2D, fixes #17692, closes #17690
|
7 лет назад |
Juan Linietsky
|
eeab3502d5
Changes to how node paths are selected from property, allowing setting a hint.
|
7 лет назад |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
8 лет назад |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
8 лет назад |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 лет назад |
Hein-Pieter van Braam
|
cacced7e50
Convert Object::cast_to() to the static version
|
8 лет назад |
Indah Sylvia
|
5ae78fdf6a
Makes all Godot API's methods Lower Case
|
8 лет назад |
TwistedTwigleg
|
3400c42c4d
Added the following features to RemoteTransform and RemoteTransform2D:
|
8 лет назад |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 лет назад |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 лет назад |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
9 лет назад |
Hein-Pieter van Braam
|
0f687f0ccb
Remove use of _SCS from ADD_METHOD
|
9 лет назад |
Juan Linietsky
|
a2903fc51d
Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_CHANGED
|
9 лет назад |