index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Node.xml
Age
Commit message (
Expand
)
Author
2021-03-19
class reference proofreading
Paul Joannon
2021-02-19
Update documentation for the new ProcessMode
Aaron Franke
2021-02-19
doc: Sync classref with current source
Rémi Verschelde
2021-02-01
Node::replace_by was not copying node properties - removed the dead code.
nemerle
2021-01-05
Mention that the `delta` argument is in seconds in Node documentation
Hugo Locurcio
2021-01-05
Specify order of drawing of Nodes in raise() description
Maganty Rushyendra
2020-11-26
[Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...
bruvzg
2020-11-20
doc: Warn about using Node internal processing
Rémi Verschelde
2020-11-09
Docs: Port Code Examples to C# (M, N, O, P, R)
HaSa1002
2020-10-17
Document that setting node name will remove @s
Tomasz Chabora
2020-10-01
Link to demos from within the class reference
Aaron Franke
2020-09-14
Several documentation improvements
Danil Alexeev
2020-09-01
Merge pull request #41505 from SekoiaTree/neg-get-child
Rémi Verschelde
2020-09-01
Made get_child support negative indexes, with documentation
SekoiaTree
2020-08-31
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-31
Merge pull request #41077 from Calinou/doc-find-node-find-parent
Rémi Verschelde
2020-08-29
Mention performance caveats about `find_node()` and `find_parent()`
Hugo Locurcio
2020-08-12
Expose NOTIFICATION_POST_ENTER_TREE
Tomasz Chabora
2020-07-01
Environment: Refactor code for readability + more
Rémi Verschelde
2020-06-12
Clarify Node virtual methdods not being called if node is orphan
Hugo Locurcio
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
[next]