summaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml
AgeCommit message (Expand)Author
2023-01-10Add Node::get_window() method.bruvzg
2023-01-07Merge pull request #36301 from KoBeWi/daddy_nodeRémi Verschelde
2022-11-28Merge pull request #68874 from TokageItLab/fix-unique-path-keyingRémi Verschelde
2022-11-24Merge pull request #68566 from Mickeon/node-print-orphans-staticRémi Verschelde
2022-11-19Add option to get_path_to() to get the shortest path with unique nameSilc Renew
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-13Strip ERR_FAIL from `Node.remove_from_group()`Micky
2022-11-12Make `Node.print_orphan_nodes()` staticMicky
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-27Doc consistency: "inspector" to "Inspector"Micky
2022-10-14Rename pos -> index on NodeMiguel Gonzalez Sanchez
2022-10-05Add documentation for viewport's input handlingRedMser
2022-10-05fix(docs): use proper path for tutorial file in docsJiri Suchan
2022-09-19Add new C# code blocks to class ref pagesPaul Joannon
2022-09-10Merge pull request #65595 from KoBeWi/minus_childrenRémi Verschelde
2022-09-10Allow negative indices in move_child()kobewi
2022-09-09Remove Remove and SkipVolTer
2022-09-08Merge pull request #60108 from KoBeWi/arise_to_topRémi Verschelde
2022-09-07Rename `legible_unique_name` param to `force_readable_name`Micky
2022-09-06Rename raise() to move_to_front()kobewi
2022-08-30Merge pull request #64410 from MewPurPur/rename-notification-instancedRémi Verschelde
2022-08-25Merge pull request #64781 from raulsntos/csharp_childrenRémi Verschelde
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-23Add `includeInternal` to C# NodeExtensions and fix get_child documentationRaul Santos
2022-08-16Add methods for node reparentingTomasz Chabora
2022-08-16Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATEDVolTer
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