summaryrefslogtreecommitdiffstats
path: root/doc/classes/Node.xml
Commit message (Expand)AuthorAgeFilesLines
* Add Node::get_window() method.bruvzg2023-01-101-0/+6
* Merge pull request #36301 from KoBeWi/daddy_nodeRémi Verschelde2023-01-071-0/+9
|\
| * Add methods for node reparentingTomasz Chabora2022-08-161-0/+9
* | Merge pull request #68874 from TokageItLab/fix-unique-path-keyingRémi Verschelde2022-11-281-0/+3
|\ \
| * | Add option to get_path_to() to get the shortest path with unique nameSilc Renew2022-11-191-0/+3
* | | Merge pull request #68566 from Mickeon/node-print-orphans-staticRémi Verschelde2022-11-241-1/+1
|\ \ \ | |/ / |/| |
| * | Make `Node.print_orphan_nodes()` staticMicky2022-11-121-1/+1
* | | Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-1/+1
|\ \ \
| * | | Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
| |/ /
* / / Strip ERR_FAIL from `Node.remove_from_group()`Micky2022-11-131-1/+1
|/ /
* | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* | Doc consistency: "inspector" to "Inspector"Micky2022-10-271-2/+2
* | Rename pos -> index on NodeMiguel Gonzalez Sanchez2022-10-141-2/+2
* | Add documentation for viewport's input handlingRedMser2022-10-051-1/+2
* | fix(docs): use proper path for tutorial file in docsJiri Suchan2022-10-051-2/+2
* | Add new C# code blocks to class ref pagesPaul Joannon2022-09-191-4/+20
* | Merge pull request #65595 from KoBeWi/minus_childrenRémi Verschelde2022-09-101-1/+1
|\ \
| * | Allow negative indices in move_child()kobewi2022-09-101-1/+1
* | | Remove Remove and SkipVolTer2022-09-091-6/+0
|/ /
* | Merge pull request #60108 from KoBeWi/arise_to_topRémi Verschelde2022-09-081-6/+0
|\ \
| * | Rename raise() to move_to_front()kobewi2022-09-061-6/+0
* | | Rename `legible_unique_name` param to `force_readable_name`Micky2022-09-071-5/+5
|/ /
* | Merge pull request #64410 from MewPurPur/rename-notification-instancedRémi Verschelde2022-08-301-2/+2
|\ \
| * | Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATEDVolTer2022-08-161-2/+2
* | | Merge pull request #64781 from raulsntos/csharp_childrenRémi Verschelde2022-08-251-1/+1
|\ \ \
| * | | Add `includeInternal` to C# NodeExtensions and fix get_child documentationRaul Santos2022-08-231-1/+1
| | |/ | |/|
* / | Replace Array return types with TypedArray 2kobewi2022-08-231-1/+1
|/ /
* | [doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney2022-08-151-34/+34
* | Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-68/+68
|/
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-8/+14
* Node: Rename `child_exited_tree` to `child_exiting_tree`Rémi Verschelde2022-06-201-2/+8
* Merge pull request #60711 from nathanfranke/rpc-serverFabio Alessandrelli2022-06-021-1/+1
|\
| * finish renaming AUTH to AUTHORITYNathan Franke2022-05-251-1/+1
* | Change instances of "returns an empty Variant" to "returns null" in docsHugo Locurcio2022-05-291-2/+2
|/
* [Net] Allow branch-specific MultiplayerAPIs.Fabio Alessandrelli2022-04-261-4/+1
* Merge pull request #60511 from akien-mga/readd-find_nodeRémi Verschelde2022-04-261-25/+33
|\
| * Node: Re-add `find_node` as `find_child`, improve docsRémi Verschelde2022-04-251-25/+33
* | Merge pull request #60472 from KoBeWi/dragging_rightsRémi Verschelde2022-04-251-2/+5
|\ \ | |/ |/|
| * Improve descriptions for drag methodskobewi2022-04-241-2/+5
* | Implement Scene Unique Nodesreduz2022-04-251-0/+13
|/
* Change gizmo_extents to propertykobewi2022-04-051-1/+1
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-0/+25
* Merge pull request #59590 from Calinou/rename-print-stray-nodesRémi Verschelde2022-03-311-2/+3
|\
| * Rename `Node.print_stray_nodes()` to `Node.print_orphan_nodes()`Hugo Locurcio2022-03-311-2/+3
* | Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-2/+2
|/
* Mention that Node's `owner` must be set for persistence to workHugo Locurcio2022-03-181-1/+2
* Merge pull request #58042 from Sauermann/fix-viewport-border-notificationsRémi Verschelde2022-02-191-0/+8
|\
| * Connect notifications from Container to ViewportMarkus Sauermann2022-02-151-0/+8
* | Change 'find_node' to 'find_nodes' and Add 'type' parameterdiddykonga2022-02-171-7/+10
|/
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1