summaryrefslogtreecommitdiffstats
path: root/doc/classes/Node.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #57385 from madmiraal/update-mouse-pointer-definitionsRémi Verschelde2022-02-051-8/+8
|\
| * Update definitions of get_mouse_position methodsMarcel Admiraal2022-02-041-8/+8
* | Add @ to onready annotated variables in docsMarkus Sauermann2022-02-051-1/+1
|/
* Add a signal to notify when children nodes enter or exit treereduz2022-02-021-0/+12
* Add a note that the script property is part of the object classskyace652022-01-091-0/+1
* Mention what happens if find_node() failskobewi2021-12-161-1/+1
* Clarify that replace_by keeps child nodes in treecdemirer2021-12-101-1/+2
* Merge pull request #55500 from KoBeWi/just_doc_thingsMax Hilbrunner2021-12-061-1/+1
|\
| * Misc improvements to various docskobewi2021-11-301-1/+1
* | Fix various misused code tag in classrefHaoyu Qiu2021-12-021-2/+2
|/
* Merge pull request #52387 from Calinou/node-rename-path-changed-notificationMax Hilbrunner2021-11-251-2/+2
|\
| * Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED`Hugo Locurcio2021-09-041-2/+2
* | Mention that replace_by doesn't free the nodekobewi2021-11-231-0/+1
* | Document the engine's use of internal groups in NodeHugo Locurcio2021-11-231-0/+8
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* | Update editor description property flagmegalobyte2021-11-101-11/+3
* | Mention remove_node() side effect of potentially setting owner to nullzacryol2021-10-091-0/+1
* | [Net] Add call_local argument to Node.rpc_config.Fabio Alessandrelli2021-10-081-2/+3
* | doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* | Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-3/+3
* | Clarify what the `Node.filename` property containsHugo Locurcio2021-09-301-1/+1
* | Merge pull request #52310 from Calinou/doc-node-groups-unorderedMax Hilbrunner2021-09-081-0/+2
|\ \
| * | Document that node groups don't have a guaranteed orderHugo Locurcio2021-09-011-0/+2
| |/
* | Multiplayer networking renames/simplificationMax Hilbrunner2021-09-081-7/+7
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-3/+3
|/
* [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-301-7/+7
* Add support for internal nodeskobewi2021-08-281-0/+21
* Merge pull request #52000 from lyuma/set_editable_instanceJuan Linietsky2021-08-241-2/+17
|\
| * Make Node editable_instance methods available to GDScriptLyuma2021-08-231-2/+17
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-10/+2
|/