summaryrefslogtreecommitdiff
path: root/scene/main/node.cpp
AgeCommit message (Expand)Author
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-27Improve the `Node.add_child_below_node()` documentationHugo Locurcio
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-07Don't show conf warning if script is not toolTomasz Chabora
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-21Setting the node process priority should not trigger an errorMartin Capitanio
2019-11-17Implement `Node::get_process_priority()` and its associated propertyHugo Locurcio
2019-10-17Expose Node::update_configuration_warning() to scriptsPouleyKetchoupp
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-19Add new events and accompanying logic to notify when the app is paused and re...fhuya
2019-08-23Add an `editor_description` property to Node for documentation purposesHugo Locurcio
2019-08-17Improve the scene tree signals/groups tooltipHugo Locurcio
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-08Merge pull request #31185 from mitchcurtis/get_pathRémi Verschelde
2019-08-08Merge pull request #31182 from mitchcurtis/remove_childRémi Verschelde
2019-08-08Improve error message in Node::remove_child()Mitch Curtis
2019-08-07Improve error message in Node::get_path()Mitch Curtis
2019-08-07Merge pull request #31122 from Muller-Castro/enhancementRémi Verschelde
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-06Removed unnecessary reassignsMuller-Castro
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-11Merge pull request #30498 from bojidar-bg/30495-cannot-insert-keyRémi Verschelde
2019-07-10Fix inability to insert keys via Insert Key context menuBojidar Marinov
2019-07-10Use reference to constant in functionsqarmin
2019-07-01Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde
2019-07-01fix some crashesFurkan Türkal
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Node: Fix logic of has/get_node_and_resource and document itRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-28Node::duplicate: Don't set name if original node is namelessRémi Verschelde
2019-05-24Fixed scene tree update after changing node name in tool scriptPouleyKetchoupp
2019-04-30Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde
2019-04-22Merge pull request #28140 from Daw11/orphan-nodesRémi Verschelde
2019-04-20Object::script may not be a valid Ref<Script>Hein-Pieter van Braam-Stewart
2019-04-17Add a monitor for the orphan nodesDaw11
2019-04-11No more metadata and dependency indices kept in resources saved.Juan Linietsky
2019-04-05Merge pull request #26803 from ptrojahn/emptynodeRémi Verschelde
2019-04-04Clean up notifications and merge Node and MainLoop ones for clarity, closes #...Juan Linietsky
2019-03-08Make get_node return NULL for empty NodePathsPaul Trojahn
2019-01-30Add check in folding to see if the nodepath exists to avoid message spam.K. S. Ernest (iFire) Lee
2019-01-11Redo serial name fixup from 799ed2b98984414fd3b7b667c5e3e5d2e6d35a66Rémi Verschelde
2019-01-10Rewrote rename logic to be less buggy and more efficient, fixes #23803 and pr...Juan Linietsky