summaryrefslogtreecommitdiffstats
path: root/scene/main/node.h
Commit message (Expand)AuthorAgeFilesLines
* Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+3
* Fix `atr_n()` behavior when auto translation is disabledHaoyu Qiu2024-09-291-2/+7
* [Core] Add way to check if a signal has any connectionsA Thousand Ships2024-09-201-0/+1
* Allow configuring which translation domain Object.tr usesHaoyu Qiu2024-09-171-0/+8
* Merge pull request #96024 from Ryan-000/expose_get_rpc_configRémi Verschelde2024-09-161-2/+2
|\
| * Expose get_rpc_config and get_node_rpc_configRyan2024-09-041-2/+2
* | Merge pull request #94477 from RedMser/typos-batch-1Rémi Verschelde2024-08-281-1/+1
|\ \ | |/ |/|
| * Fix typosRedMser2024-07-171-1/+1
* | Merge pull request #92391 from rburing/fti_3dRémi Verschelde2024-08-161-0/+25
|\ \
| * | Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+25
| |/
* | Decorate rare !data.inside_tree condition with unlikelyCrazyRoka2024-07-121-1/+1
* | Optimize Node::is_readable_from_caller_thread() by prioritizing the most comm...CrazyRoka2024-07-111-1/+1
|/
* Use Core/Scene stringnames consistentlykobewi2024-05-131-0/+1
* Fix a performance regression when duplicating a nodewarriormaster122024-05-121-1/+1
* Expose is_part_of_edited_scene()kobewi2024-04-261-0/+2
* Revert what needs to be revertedajreckof2024-04-101-6/+1
* fix node duplication in update after external changes.ajreckof2024-04-031-1/+6
* Merge pull request #88424 from rburing/fti_2dRémi Verschelde2024-03-241-22/+51
|\
| * Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-22/+51
* | Merge pull request #87387 from warriormaster12/dup_prop_refactorRémi Verschelde2024-03-241-0/+1
|\ \ | |/ |/|
| * Fix property duplication when duplicating a parent nodewarriormaster122024-03-171-0/+1
* | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
|/
* Optimise Object's `get_argument_options`Micky2024-02-291-2/+1
* Revert "Allow configuration warnings to refer to a property"Rémi Verschelde2024-02-171-7/+2
* Make auto translation inheritableMichael Alexsander2024-02-151-0/+24
* Allow configuration warnings to refer to a propertyRedMser2024-02-081-2/+7
* Merge pull request #87535 from Mickeon/scene-tree-configuration-warnings-cleanupRémi Verschelde2024-01-291-1/+0
|\
| * Improve appearance of Node configuration warningsMicky2024-01-271-1/+0
* | Fix renaming a node to the name of its siblings breaking NodePathajreckof2024-01-161-0/+1
|/
* Let read thread guards allow access to out-of-tree nodesPedro J. Estébanez2024-01-081-1/+3
* Remove unused `NOTIFICATION_NODE_RECACHE_REQUESTED` notificationYuri Sizov2023-11-061-1/+0
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* Add 'get_tree_string()' and 'get_tree_string_pretty()' to Node class to compl...vPumpking2023-09-151-2/+4
* Fix drag-dropping nodes to parent with internal nodeskleonc2023-07-071-0/+2
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-0/+4
* Display the node path or name in Node thread guard errorsHugo Locurcio2023-06-071-6/+7
* Remove redundant check from thread guardsPedro J. Estébanez2023-06-011-4/+7
* Merge pull request #77234 from RandomShaper/fix_rtl_mtRémi Verschelde2023-05-241-4/+4
|\
| * Allow threads to mark themselves as safe for nodesPedro J. Estébanez2023-05-241-4/+4
* | Fix compile issue in not very conformant compilersPedro J. Estébanez2023-05-221-2/+6
|/
* Optimize threading-sensitive node data for single-threaded processingPedro J. Estébanez2023-05-171-0/+18
* Let calls through thread guards in resource loading contextsPedro J. Estébanez2023-05-171-3/+3
* Merge pull request #76025 from YuriSizov/editor-reparentable-windowsRémi Verschelde2023-05-161-0/+1
|\
| * Expose dialog parent-and-popup logic to the APIYuri Sizov2023-05-151-0/+1
* | Merge pull request #77000 from reduz/make-more-base-nodes-thread-safeRémi Verschelde2023-05-161-0/+36
|\ \ | |/ |/|
| * Make more base nodes thread safeJuan Linietsky2023-05-151-0/+36
* | Avoid crash when adjusting a node tree that is not in the treeRindbee2023-05-111-0/+2
|/
* Refactor Node ProcessingJuan Linietsky2023-05-091-5/+108
* Prevent errors when using ViewportTexturekobewi2023-05-081-0/+1
* Make `Node::get_children()` publicAaron Franke2023-04-151-1/+1