Fabio Alessandrelli
|
a5ce7a98cb
Fix bug in pause mode propagation
|
7 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
7 years ago |
Pedro J. Estébanez
|
4b85ddabda
Reset display folded for an instanced scene if editable children is toggled off
|
7 years ago |
Pedro J. Estébanez
|
c2165bb1a5
Add missing binding for DUPLICATE_USE_INSTANCING
|
7 years ago |
Rémi Verschelde
|
14c01dfea7
Merge pull request #8037 from RandomShaper/remove-warning
|
7 years ago |
Rémi Verschelde
|
5b6900ed9b
Merge pull request #8014 from AlexHolly/fix-remove-and-skip
|
7 years ago |
Pedro J. Estébanez
|
e3b4b7fa98
Remove warning on owner re-assignment
|
7 years ago |
AlexHolly
|
3f78f1f17d
fix remove_and_skip()
|
7 years ago |
Ignacio Etcheverry
|
d210ac66ef
Fix connection errors when replacing node
|
7 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
7 years ago |
Pedro J. Estébanez
|
4e22b6acd7
Add more options to Node.duplicate()
|
7 years ago |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
7 years ago |
Hein-Pieter van Braam
|
0f687f0ccb
Remove use of _SCS from ADD_METHOD
|
7 years ago |
Rémi Verschelde
|
f44ee891be
Style: Fix statements ending with ';;'
|
7 years ago |
Juan Linietsky
|
5dde810aa5
no more errors related to missing GlobalConfig::Get (or so I hope)
|
7 years ago |
Rémi Verschelde
|
93ab45b6b5
Style: Fix whole-line commented code
|
7 years ago |
Rémi Verschelde
|
b191ea8f02
Node name casing: fix mistake from previous commit
|
7 years ago |
Rémi Verschelde
|
f19fd7a4c1
Reenable node name case setting + code cleanups
|
7 years ago |
Juan Linietsky
|
a2903fc51d
Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_CHANGED
|
7 years ago |
Ray Koopa
|
a971186c26
Project setting to control node name casing
|
7 years ago |
Juan Linietsky
|
83cb84753f
Renamed most signals so they refer to:
|
7 years ago |
Juan Linietsky
|
f3f4a11cfb
- _ready() callback only happens once now, if you want to receive it again, use request_ready()
|
7 years ago |
Juan Linietsky
|
0f7af4ea51
-Changed most project settings in the engine, so they have major and minor categories.
|
7 years ago |
Juan Linietsky
|
3fae505128
Begin modifying properties to make them more friendly to script and doc.
|
7 years ago |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
7 years ago |
Rémi Verschelde
|
3f3f5a5359
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
|
7 years ago |
Rémi Verschelde
|
c7bc44d5ad
Welcome in 2017, dear changelog reader!
|
7 years ago |
Rémi Verschelde
|
440c37fbd9
Revert "Do not emit NOTIFICATION_READY more than once (breaking change)"
|
8 years ago |
Bojidar Marinov
|
b6eab006db
Do not emit NOTIFICATION_READY more than once (breaking change)
|
8 years ago |
Bojidar Marinov
|
184173a9b9
Guard agains duplicate calling of _ready when instanced in _enter_tree
|
8 years ago |