index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Node.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Node: Rename `child_exited_tree` to `child_exiting_tree`
Rémi Verschelde
2022-06-20
1
-2
/
+8
*
Merge pull request #60711 from nathanfranke/rpc-server
Fabio Alessandrelli
2022-06-02
1
-1
/
+1
|
\
|
*
finish renaming AUTH to AUTHORITY
Nathan Franke
2022-05-25
1
-1
/
+1
*
|
Change instances of "returns an empty Variant" to "returns null" in docs
Hugo Locurcio
2022-05-29
1
-2
/
+2
|
/
*
[Net] Allow branch-specific MultiplayerAPIs.
Fabio Alessandrelli
2022-04-26
1
-4
/
+1
*
Merge pull request #60511 from akien-mga/readd-find_node
Rémi Verschelde
2022-04-26
1
-25
/
+33
|
\
|
*
Node: Re-add `find_node` as `find_child`, improve docs
Rémi Verschelde
2022-04-25
1
-25
/
+33
*
|
Merge pull request #60472 from KoBeWi/dragging_rights
Rémi Verschelde
2022-04-25
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Improve descriptions for drag methods
kobewi
2022-04-24
1
-2
/
+5
*
|
Implement Scene Unique Nodes
reduz
2022-04-25
1
-0
/
+13
|
/
*
Change gizmo_extents to property
kobewi
2022-04-05
1
-1
/
+1
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-0
/
+25
*
Merge pull request #59590 from Calinou/rename-print-stray-nodes
Rémi Verschelde
2022-03-31
1
-2
/
+3
|
\
|
*
Rename `Node.print_stray_nodes()` to `Node.print_orphan_nodes()`
Hugo Locurcio
2022-03-31
1
-2
/
+3
*
|
Make vararg method bind no return and return
Pierre-Thomas Meisels
2022-03-30
1
-2
/
+2
|
/
*
Mention that Node's `owner` must be set for persistence to work
Hugo Locurcio
2022-03-18
1
-1
/
+2
*
Merge pull request #58042 from Sauermann/fix-viewport-border-notifications
Rémi Verschelde
2022-02-19
1
-0
/
+8
|
\
|
*
Connect notifications from Container to Viewport
Markus Sauermann
2022-02-15
1
-0
/
+8
*
|
Change 'find_node' to 'find_nodes' and Add 'type' parameter
diddykonga
2022-02-17
1
-7
/
+10
|
/
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Merge pull request #57385 from madmiraal/update-mouse-pointer-definitions
Rémi Verschelde
2022-02-05
1
-8
/
+8
|
\
|
*
Update definitions of get_mouse_position methods
Marcel Admiraal
2022-02-04
1
-8
/
+8
*
|
Add @ to onready annotated variables in docs
Markus Sauermann
2022-02-05
1
-1
/
+1
|
/
*
Add a signal to notify when children nodes enter or exit tree
reduz
2022-02-02
1
-0
/
+12
*
Add a note that the script property is part of the object class
skyace65
2022-01-09
1
-0
/
+1
*
Mention what happens if find_node() fails
kobewi
2021-12-16
1
-1
/
+1
*
Clarify that replace_by keeps child nodes in tree
cdemirer
2021-12-10
1
-1
/
+2
*
Merge pull request #55500 from KoBeWi/just_doc_things
Max Hilbrunner
2021-12-06
1
-1
/
+1
|
\
|
*
Misc improvements to various docs
kobewi
2021-11-30
1
-1
/
+1
*
|
Fix various misused code tag in classref
Haoyu Qiu
2021-12-02
1
-2
/
+2
|
/
*
Merge pull request #52387 from Calinou/node-rename-path-changed-notification
Max Hilbrunner
2021-11-25
1
-2
/
+2
|
\
|
*
Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED`
Hugo Locurcio
2021-09-04
1
-2
/
+2
*
|
Mention that replace_by doesn't free the node
kobewi
2021-11-23
1
-0
/
+1
*
|
Document the engine's use of internal groups in Node
Hugo Locurcio
2021-11-23
1
-0
/
+8
*
|
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
1
-1
/
+1
*
|
Update editor description property flag
megalobyte
2021-11-10
1
-11
/
+3
*
|
Mention remove_node() side effect of potentially setting owner to null
zacryol
2021-10-09
1
-0
/
+1
*
|
[Net] Add call_local argument to Node.rpc_config.
Fabio Alessandrelli
2021-10-08
1
-2
/
+3
*
|
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-1
/
+1
*
|
Rename Node's `filename` property to `scene_file_path` for clarity
Hugo Locurcio
2021-09-30
1
-3
/
+3
*
|
Clarify what the `Node.filename` property contains
Hugo Locurcio
2021-09-30
1
-1
/
+1
*
|
Merge pull request #52310 from Calinou/doc-node-groups-unordered
Max Hilbrunner
2021-09-08
1
-0
/
+2
|
\
\
|
*
|
Document that node groups don't have a guaranteed order
Hugo Locurcio
2021-09-01
1
-0
/
+2
|
|
/
*
|
Multiplayer networking renames/simplification
Max Hilbrunner
2021-09-08
1
-7
/
+7
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-3
/
+3
|
/
*
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-30
1
-7
/
+7
*
Add support for internal nodes
kobewi
2021-08-28
1
-0
/
+21
*
Merge pull request #52000 from lyuma/set_editable_instance
Juan Linietsky
2021-08-24
1
-2
/
+17
|
\
|
*
Make Node editable_instance methods available to GDScript
Lyuma
2021-08-23
1
-2
/
+17
*
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-10
/
+2
|
/
[next]