Commit History

Author SHA1 Message Date
  Haoyu Qiu eb31abaf0c Replicate load-as-placeholder state on node duplication 3 years ago
  Rémi Verschelde 71066cd63b Update copyright statements to 2022 3 years ago
  Eric M 7b6b402a0c Added Node name to print() when printing Nodes. 3 years ago
  kleonc 6d48b67f14 Node::add_child Check for cyclic dependency 3 years ago
  Marcel Admiraal 7e03bd1671 Remove duplicate WARN_PRINTS macro 3 years ago
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 3 years ago
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 3 years ago
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 3 years ago
  Rémi Verschelde 64a63e0861 Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 3 years ago
  Rémi Verschelde 6e600cb3f0 Style: Set clang-format Standard to c++14 3 years ago
  Rémi Verschelde 880b830ca8 Merge pull request #46292 from hilfazer/nested_scene_instances_duplication 3 years ago
  abaire b032067e42 Relaxes Node naming constraints in glTF documents to match the Editor. 4 years ago
  hilfazer 84a9efcebc Prevent crash when clicking Mesh in MeshInstance when is scene root 4 years ago
  Hugo Locurcio 2735a5498e Improve the `get_node()` error message to be more descriptive 4 years ago
  hilfazer c76e832b1c Support for duplication of nested instanced scenes 4 years ago
  hilfazer 28fa0f5d13 Prevent selecting hidden nodes in Canvas Item Editor 4 years ago
  kobewi 637117c8d1 [3.2] Add node copy-paste 4 years ago
  Rémi Verschelde bc47a8ae00 Merge pull request #39533 from hilfazer/editable-children-bugfixes 4 years ago
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 years ago
  Hugo Locurcio 3a46e01af3 Remove property groups for Pause Mode and Script 4 years ago
  hilfazer 6dbc08668b Move Editable Children information from scene's root to instanced nodes 4 years ago
  Tomasz Chabora 7ce476c425 Expose NOTIFICATION_POST_ENTER_TREE 4 years ago
  Tomasz Chabora cd01cda143 Fix ultra long node names 4 years ago
  Andrés Botero 6b05f8f602 Fix parent check for add_child_below_node 4 years ago
  Maganty Rushyendra 0df5d74e6e Fix signal duplication bug when duplicating node with instanced children 4 years ago
  Tomasz Chabora bbc36dbc67 Don't show conf warning if script is not tool 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Martin Capitanio a7df198c94 Setting the node process priority should not trigger an error 5 years ago
  Hugo Locurcio ae76c62601 Implement `Node::get_process_priority()` and its associated property 5 years ago
  PouleyKetchoupp 139c0a4afe Expose Node::update_configuration_warning() to scripts 5 years ago