summaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml
AgeCommit message (Expand)Author
2022-08-15[doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-06-20Node: Rename `child_exited_tree` to `child_exiting_tree`Rémi Verschelde
2022-06-02Merge pull request #60711 from nathanfranke/rpc-serverFabio Alessandrelli
2022-05-29Change instances of "returns an empty Variant" to "returns null" in docsHugo Locurcio
2022-05-25finish renaming AUTH to AUTHORITYNathan Franke
2022-04-26[Net] Allow branch-specific MultiplayerAPIs.Fabio Alessandrelli
2022-04-26Merge pull request #60511 from akien-mga/readd-find_nodeRémi Verschelde
2022-04-25Merge pull request #60472 from KoBeWi/dragging_rightsRémi Verschelde
2022-04-25Node: Re-add `find_node` as `find_child`, improve docsRémi Verschelde
2022-04-25Implement Scene Unique Nodesreduz
2022-04-24Improve descriptions for drag methodskobewi
2022-04-05Change gizmo_extents to propertykobewi
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-31Merge pull request #59590 from Calinou/rename-print-stray-nodesRémi Verschelde
2022-03-31Rename `Node.print_stray_nodes()` to `Node.print_orphan_nodes()`Hugo Locurcio
2022-03-30Make vararg method bind no return and returnPierre-Thomas Meisels
2022-03-18Mention that Node's `owner` must be set for persistence to workHugo Locurcio
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