index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
node.cpp
Age
Commit message (
Expand
)
Author
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-03-11
Merge pull request #46510 from hilfazer/nested_scene_duplication_4_0
Rémi Verschelde
2021-03-11
Support for duplication of nested instanced scenes
hilfazer
2021-03-09
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
Rémi Verschelde
2021-02-28
SceneTreeDock: Changed "Save Branch as Scene" to make use of Node::duplicate_...
Oliver Dick
2021-02-26
Prevent crash when clicking Mesh in MeshInstance when is scene root
hilfazer
2021-02-24
Relaxes Node naming constraints in glTF documents to match the Editor.
abaire
2021-02-22
Merge pull request #46243 from Calinou/improve-get-node-error-message
Rémi Verschelde
2021-02-22
Improve the `get_node()` error message to be more descriptive
Hugo Locurcio
2021-02-21
Prevent selecting hidden nodes in 3D and Canvas Item editors
hilfazer
2021-02-18
Refactor Process Mode
reduz
2021-02-18
Reorganize Project Settings
reduz
2021-02-12
Merge pull request #34892 from KoBeWi/copy-pasta_v7
Rémi Verschelde
2021-02-12
Duplicate resources pasted to other scenes
kobewi
2021-02-11
Fix `Node::rpc_config` return error
MarvinFF
2021-02-10
Removed _change_notify
reduz
2021-02-01
Node::replace_by was not copying node properties - removed the dead code.
nemerle
2021-01-17
Change how editable children data is stored
kobewi
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-22
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-11
Move initialization of some classes to headers
Tomasz Chabora
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-15
Remove property groups for Pause Mode and Script
Hugo Locurcio
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-01
Made get_child support negative indexes, with documentation
SekoiaTree
2020-08-12
Expose NOTIFICATION_POST_ENTER_TREE
Tomasz Chabora
2020-07-26
Merge pull request #40724 from KoBeWi/weird_condition_🤔
Rémi Verschelde
2020-07-26
Fix ultra long node names
Tomasz Chabora
2020-07-24
Remove multilevel calls
George Marques
2020-06-30
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-09
Fix signal duplication bug when duplicating node with instanced children
Maganty Rushyendra
2020-05-15
Replace 'add_child_below_node' with 'add_sibling' in Node
Dominik 'dreamsComeTrue' Jasiński
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-04-21
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-06
Remove Node.get_position_in_parent()
Tomasz Chabora
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-27
Improve the `Node.add_child_below_node()` documentation
Hugo Locurcio
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-21
Added StringName as a variant type.
Juan Linietsky
2020-02-21
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
[next]