Rémi Verschelde
|
8c5d4770e9
Merge pull request #46243 from Calinou/improve-get-node-error-message
|
4 years ago |
Hugo Locurcio
|
e6abdc943d
Improve the `get_node()` error message to be more descriptive
|
4 years ago |
hilfazer
|
442e550114
Prevent selecting hidden nodes in 3D and Canvas Item editors
|
4 years ago |
reduz
|
083aa9b95e
Refactor Process Mode
|
4 years ago |
reduz
|
64140eaf42
Reorganize Project Settings
|
4 years ago |
Rémi Verschelde
|
e7ab3a4132
Merge pull request #34892 from KoBeWi/copy-pasta_v7
|
4 years ago |
kobewi
|
36494e8526
Duplicate resources pasted to other scenes
|
4 years ago |
MarvinFF
|
4c528e76e7
Fix `Node::rpc_config` return error
|
4 years ago |
reduz
|
1aa2823fa3
Removed _change_notify
|
4 years ago |
nemerle
|
022c2952fc
Node::replace_by was not copying node properties - removed the dead code.
|
4 years ago |
kobewi
|
05f29b16b6
Change how editable children data is stored
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
e4c0572385
Merge pull request #44593 from madmiraal/rename-mainloop-methods
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Marcel Admiraal
|
d9e9eb8d04
Rename MainLoop methods to match Node methods
|
4 years ago |
Tomasz Chabora
|
31cb04fbdd
Move initialization of some classes to headers
|
4 years ago |
bruvzg
|
99666de00f
[Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface.
|
5 years ago |
Hugo Locurcio
|
5770e08c2a
Remove property groups for Pause Mode and Script
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
SekoiaTree
|
bdf614d3d7
Made get_child support negative indexes, with documentation
|
5 years ago |
Tomasz Chabora
|
677796a2c3
Expose NOTIFICATION_POST_ENTER_TREE
|
5 years ago |
Rémi Verschelde
|
d7e00a20a6
Merge pull request #40724 from KoBeWi/weird_condition_🤔
|
5 years ago |
Tomasz Chabora
|
d3f2062d86
Fix ultra long node names
|
5 years ago |
George Marques
|
2b9d9bc364
Remove multilevel calls
|
5 years ago |
Juan Linietsky
|
438c380458
Add a separate application focus/in notification out from Window focus notification.
|
5 years ago |
Maganty Rushyendra
|
a2392039af
Fix signal duplication bug when duplicating node with instanced children
|
5 years ago |
Dominik 'dreamsComeTrue' Jasiński
|
7f5c81c32f
Replace 'add_child_below_node' with 'add_sibling' in Node
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |