summaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml
AgeCommit message (Expand)Author
2022-02-19Merge pull request #58042 from Sauermann/fix-viewport-border-notificationsRémi Verschelde
2022-02-17Change 'find_node' to 'find_nodes' and Add 'type' parameterdiddykonga
2022-02-15Connect notifications from Container to ViewportMarkus Sauermann
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-05Merge pull request #57385 from madmiraal/update-mouse-pointer-definitionsRémi Verschelde
2022-02-05Add @ to onready annotated variables in docsMarkus Sauermann
2022-02-04Update definitions of get_mouse_position methodsMarcel Admiraal
2022-02-02Add a signal to notify when children nodes enter or exit treereduz
2022-01-09Add a note that the script property is part of the object classskyace65
2021-12-16Mention what happens if find_node() failskobewi
2021-12-10Clarify that replace_by keeps child nodes in treecdemirer
2021-12-06Merge pull request #55500 from KoBeWi/just_doc_thingsMax Hilbrunner
2021-12-02Fix various misused code tag in classrefHaoyu Qiu
2021-11-30Misc improvements to various docskobewi
2021-11-25Merge pull request #52387 from Calinou/node-rename-path-changed-notificationMax Hilbrunner
2021-11-23Mention that replace_by doesn't free the nodekobewi
2021-11-23Document the engine's use of internal groups in NodeHugo Locurcio
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-10Update editor description property flagmegalobyte
2021-10-09Mention remove_node() side effect of potentially setting owner to nullzacryol
2021-10-08[Net] Add call_local argument to Node.rpc_config.Fabio Alessandrelli
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-30Clarify what the `Node.filename` property containsHugo Locurcio
2021-09-08Merge pull request #52310 from Calinou/doc-node-groups-unorderedMax Hilbrunner
2021-09-08Multiplayer networking renames/simplificationMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-04Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED`Hugo Locurcio
2021-09-01Document that node groups don't have a guaranteed orderHugo Locurcio
2021-08-30[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli
2021-08-28Add support for internal nodeskobewi
2021-08-24Merge pull request #52000 from lyuma/set_editable_instanceJuan Linietsky
2021-08-23Make Node editable_instance methods available to GDScriptLyuma
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-22Revert "Add Node processing and physics processing cumulative (as opposed to ...Juan Linietsky
2021-08-17Add Node processing and physics processing cumulative (as opposed to delta) t...Mohammad Khashashneh
2021-08-11Rename `iterations_per_second` to `physics_ticks_per_second`Hugo Locurcio
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-12[Net] Rename NetworkedMultiplayerENet to ENetMultiplayerPeer.Fabio Alessandrelli
2021-07-12[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli
2021-07-12[Net] Remove most multiplayer hooks from SceneTree.Fabio Alessandrelli
2021-06-30Merge pull request #49834 from nekomatata/physics-disable-modesRémi Verschelde
2021-06-30Add support for controlling physics nodes' behavior when disabledPouleyKetchoupp
2021-06-29Merge pull request #49719 from LightningAA/rename-node-is-ancestor-ofRémi Verschelde
2021-06-21Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-20Merge pull request #41794 from KoBeWi/shiny_new_tweensRémi Verschelde
2021-06-19Complete rewrite of TweensTomasz Chabora
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias