summaryrefslogtreecommitdiffstats
path: root/doc/classes/Node.xml
Commit message (Expand)AuthorAgeFilesLines
* Expose dialog parent-and-popup logic to the APIYuri Sizov2023-05-151-0/+6
* Refactor Node ProcessingJuan Linietsky2023-05-091-0/+74
* Prevent errors when using ViewportTexturekobewi2023-05-081-0/+7
* Remove NOTIFICATION_MOVED_IN_PARENTJuan Linietsky2023-04-061-2/+10
* Fill random docskobewi2023-04-031-0/+2
* Merge pull request #75565 from kleonc/canvasitem-improve-self-modulate-docsYuri Sizov2023-04-031-3/+3
|\
| * Improve CanvasItem.self_modulate docskleonc2023-04-031-3/+3
* | Add _get_configuration_warnings() examplekobewi2023-04-021-0/+12
|/
* Discourage reusing Tweenskobewi2023-03-041-0/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* GDScript: Better handling of `@rpc` annotation and autocompletionDanil Alexeev2023-02-051-1/+1
* Improve docs for rpc annotationsGeroVeni2023-02-041-2/+2
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-251-1/+1
* Update instances of scenes which have been reimported.SaracenOne2023-01-161-0/+3
* 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
|\