summaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml
AgeCommit message (Expand)Author
2021-03-19class reference proofreadingPaul Joannon
2021-02-19Update documentation for the new ProcessModeAaron Franke
2021-02-19doc: Sync classref with current sourceRémi Verschelde
2021-02-01Node::replace_by was not copying node properties - removed the dead code.nemerle
2021-01-05Mention that the `delta` argument is in seconds in Node documentationHugo Locurcio
2021-01-05Specify order of drawing of Nodes in raise() descriptionMaganty Rushyendra
2020-11-26[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg
2020-11-20doc: Warn about using Node internal processingRémi Verschelde
2020-11-09Docs: Port Code Examples to C# (M, N, O, P, R)HaSa1002
2020-10-17Document that setting node name will remove @sTomasz Chabora
2020-10-01Link to demos from within the class referenceAaron Franke
2020-09-14Several documentation improvementsDanil Alexeev
2020-09-01Merge pull request #41505 from SekoiaTree/neg-get-childRémi Verschelde
2020-09-01Made get_child support negative indexes, with documentationSekoiaTree
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-31Merge pull request #41077 from Calinou/doc-find-node-find-parentRémi Verschelde
2020-08-29Mention performance caveats about `find_node()` and `find_parent()`Hugo Locurcio
2020-08-12Expose NOTIFICATION_POST_ENTER_TREETomasz Chabora
2020-07-01Environment: Refactor code for readability + moreRémi Verschelde
2020-06-12Clarify Node virtual methdods not being called if node is orphanHugo Locurcio
2020-05-15Replace 'add_child_below_node' with 'add_sibling' in NodeDominik 'dreamsComeTrue' Jasiński
2020-05-09[DOCS] minor description changesChris Bradfield
2020-04-29Merge pull request #36960 from pycbouh/docs-improve-shortcutsRémi Verschelde
2020-04-24doc: Fix parsing typed arrays in makerst.pyRémi Verschelde
2020-04-10Improve shortcut formatting in docsYuri Sizov
2020-04-06Remove Node.get_position_in_parent()Tomasz Chabora
2020-03-31doc: Sync classref with DisplayServer/Window changesRémi Verschelde
2020-03-04Merge pull request #36509 from dalexeev/doc_node_fpsRémi Verschelde
2020-02-27Improve the `Node.add_child_below_node()` documentationHugo Locurcio
2020-02-24Minor fix in Node class documentationDanil Alexeev
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2020-01-02Add note about add_child and owner.Ryan Roden-Corrent
2019-12-22Fix the Node `process_priority` description to match actual behaviorHugo Locurcio
2019-12-19DUPlICATE_USING_INSTANCE documentation updatealexchond
2019-12-17Document DUPLICATE_USE_INSTANCING #2770alexchond
2019-11-25Merge pull request #33867 from rcorre/get_node_docsRémi Verschelde
2019-11-17Implement `Node::get_process_priority()` and its associated propertyHugo Locurcio
2019-10-17Expose Node::update_configuration_warning() to scriptsPouleyKetchoupp
2019-09-20Merge pull request #32064 from m4gr3d/propagate_gl_surface_eventsRémi Verschelde
2019-09-19Add new events and accompanying logic to notify when the app is paused and re...fhuya
2019-09-19Clarify get_node vs get_node_or_null.Ryan Roden-Corrent
2019-09-13Mention constructor arguments in duplicate() docTomasz Chabora
2019-08-14Documentation note that Node::add_child() fails if child already has a parentzzwx
2019-07-06Clarify better what Node.raise doesTomasz Chabora
2019-06-30doc: Remove null default values that can't be determinedRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde