Age | Commit message (Expand) | Author |
2020-05-15 | Replace 'add_child_below_node' with 'add_sibling' in Node | Dominik 'dreamsComeTrue' Jasiński |
2020-05-09 | [DOCS] minor description changes | Chris Bradfield |
2020-04-29 | Merge pull request #36960 from pycbouh/docs-improve-shortcuts | Rémi Verschelde |
2020-04-24 | doc: Fix parsing typed arrays in makerst.py | Rémi Verschelde |
2020-04-10 | Improve shortcut formatting in docs | Yuri Sizov |
2020-04-06 | Remove Node.get_position_in_parent() | Tomasz Chabora |
2020-03-31 | doc: Sync classref with DisplayServer/Window changes | Rémi Verschelde |
2020-03-04 | Merge pull request #36509 from dalexeev/doc_node_fps | Rémi Verschelde |
2020-02-27 | Improve the `Node.add_child_below_node()` documentation | Hugo Locurcio |
2020-02-24 | Minor fix in Node class documentation | Danil Alexeev |
2020-02-22 | doc: Sync classref with StringName/Callable changes | Rémi Verschelde |
2020-02-13 | Remove obsolete GLES3 backend | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde |
2020-01-02 | Add note about add_child and owner. | Ryan Roden-Corrent |
2019-12-22 | Fix the Node `process_priority` description to match actual behavior | Hugo Locurcio |
2019-12-19 | DUPlICATE_USING_INSTANCE documentation update | alexchond |
2019-12-17 | Document DUPLICATE_USE_INSTANCING #2770 | alexchond |
2019-11-25 | Merge pull request #33867 from rcorre/get_node_docs | Rémi Verschelde |
2019-11-17 | Implement `Node::get_process_priority()` and its associated property | Hugo Locurcio |
2019-10-17 | Expose Node::update_configuration_warning() to scripts | PouleyKetchoupp |
2019-09-20 | Merge pull request #32064 from m4gr3d/propagate_gl_surface_events | Rémi Verschelde |
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and re... | fhuya |
2019-09-19 | Clarify get_node vs get_node_or_null. | Ryan Roden-Corrent |
2019-09-13 | Mention constructor arguments in duplicate() doc | Tomasz Chabora |
2019-08-14 | Documentation note that Node::add_child() fails if child already has a parent | zzwx |
2019-07-06 | Clarify better what Node.raise does | Tomasz Chabora |
2019-06-30 | doc: Remove null default values that can't be determined | Rémi Verschelde |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde |
2019-06-28 | Clarify docs for _ready and request_ready | Tomasz Chabora |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-06-27 | doc: Fix scoped hyperlinks to same-class enums/methods | Rémi Verschelde |
2019-06-26 | doc: Proofread and complete various nodes | Rémi Verschelde |
2019-06-26 | Node: Fix logic of has/get_node_and_resource and document it | Rémi Verschelde |
2019-04-19 | Added minimal documentation for _get_configuration_warning method | Hasan Yusuf Ahmed |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-15 | doc: Sync classref with current source | Rémi Verschelde |
2019-04-09 | Merge pull request #27561 from KoBeWi/get_frame_doc | Rémi Verschelde |
2019-04-05 | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-03-31 | Document SceneTree.get_frame() and persistent in add_to_group | Tomasz Chabora |
2019-03-29 | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry |
2019-02-10 | doc: Sync classref with current source | Rémi Verschelde |
2018-12-29 | doc: Fix references to setters and misc formatting | Rémi Verschelde |
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde |
2018-10-25 | doc: Sync with current source | Rémi Verschelde |
2018-10-06 | [Docs] Fix some broken links | Kelly Thomas |
2018-10-03 | Document find_node()'s owner argument behaviour | florian |
2018-09-15 | Added find_parent method to node class | Unknown |