Rémi Verschelde
|
0bf3f79157
Merge pull request #63902 from dalexeev/string-cases
|
3 years ago |
Rémi Verschelde
|
889c522a19
Merge pull request #64410 from MewPurPur/rename-notification-instanced
|
3 years ago |
Danil Alexeev
|
d4555ef5fb
Add `String.to_{camel,pascal,snake}_case` methods
|
3 years ago |
Rémi Verschelde
|
d93d646723
Merge pull request #64570 from KoBeWi/node🧳ing
|
3 years ago |
kobewi
|
1abdffe7a0
Replace Array return types with TypedArray 2
|
3 years ago |
kobewi
|
fdab23163f
Unify node casing adjustment
|
3 years ago |
VolTer
|
2599710793
Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATED
|
3 years ago |
Nathan Franke
|
c3c5985189
move rpc and rpc_id implementations back to header
|
3 years ago |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 years ago |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 years ago |
Hugo Locurcio
|
462432f89f
Add an underscore to internal group names as per engine policy
|
3 years ago |
Rémi Verschelde
|
11f5d2141a
Merge pull request #61577 from YuriSizov/core-fix-events-for-moved-nodes
|
3 years ago |
reduz
|
d69e3791bf
Fix editor-only visibility for lights
|
3 years ago |
Rémi Verschelde
|
3e6de687b8
Node: Rename `child_exited_tree` to `child_exiting_tree`
|
3 years ago |
Yuri Sizov
|
8e5ad7be46
Mark node groups as dirty for every children if parent is moved
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
BimDav
|
3e96abce07
fix a bug in get_node_and_resource
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
kobewi
|
1dc7bcc83c
Cleanup metadata usage
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
Fabio Alessandrelli
|
aee2240d5f
[Net] Allow branch-specific MultiplayerAPIs.
|
4 years ago |
Rémi Verschelde
|
9c2ea7e296
Node: Re-add `find_node` as `find_child`, improve docs
|
3 years ago |
reduz
|
8580f377a3
Implement Scene Unique Nodes
|
3 years ago |
bruvzg
|
d1207a0504
[Input] Add extra `shortcut_input` input processing step to process Unicode character input with Alt / Ctrl modifiers, after processing of shortcuts.
|
4 years ago |
Rémi Verschelde
|
8e5d927af5
Merge pull request #59590 from Calinou/rename-print-stray-nodes
|
3 years ago |
Hugo Locurcio
|
a29f2bfe54
Rename `Node.print_stray_nodes()` to `Node.print_orphan_nodes()`
|
3 years ago |
Pierre-Thomas Meisels
|
63f7f44ccb
Make vararg method bind no return and return
|
3 years ago |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 years ago |
Rémi Verschelde
|
417698c202
Merge pull request #58042 from Sauermann/fix-viewport-border-notifications
|
3 years ago |
diddykonga
|
78dc608aa8
Change 'find_node' to 'find_nodes' and Add 'type' parameter
|
4 years ago |