summaryrefslogtreecommitdiffstats
path: root/doc/classes/Node.xml
Commit message (Expand)AuthorAgeFilesLines
...
* Fix nodes receiving mouse events in black bars of `Window`Markus Sauermann2023-08-091-4/+4
* Refactor mouse_entered and mouse_exited notificationsMarkus Sauermann2023-08-011-2/+2
* Fix docs set_multiplayer_authority on propagationBora2023-07-221-2/+2
* Merge pull request #79000 from AThousandShips/owner_errorRémi Verschelde2023-07-111-2/+2
|\
| * Improve error message for `Node.set_owner`Ninni Pipping2023-07-041-2/+2
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/
* Merge pull request #77688 from L4Vo5/clarify-deferredRémi Verschelde2023-06-221-0/+1
|\
| * clarify the meaning of "deferred"L4Vo52023-06-181-0/+1
* | Clarify that authority is not automatically replicated.Ryan Memarpour2023-06-201-2/+3
* | doc: Fix "TranferMode" typo in `Node.rpc_config` descriptionana-rchy2023-06-191-1/+1
* | Made window focus notification docs more preciseMarkus Sauermann2023-06-181-2/+4
* | Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-4/+4
|/
* Merge pull request #68599 from Rindbee/update-edited_scene_root-in-timeRémi Verschelde2023-06-121-0/+7
|\
| * Update the edit scene root in time after it is replacedRindbee2023-06-121-0/+7
* | Documentation: Unify deprecationsDanil Alexeev2023-06-071-1/+1
* | Clarify the docs on Node.queue_freeRedworkDE2023-06-031-1/+2
* | Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-1/+1
* | 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