summaryrefslogtreecommitdiffstats
path: root/scene/main/node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-041-4/+5
* Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-1/+12
* [Core] Add way to check if a signal has any connectionsA Thousand Ships2024-09-201-0/+5
* Allow configuring which translation domain Object.tr usesHaoyu Qiu2024-09-171-0/+47
* Merge pull request #96024 from Ryan-000/expose_get_rpc_configRémi Verschelde2024-09-161-1/+2
|\
| * Expose get_rpc_config and get_node_rpc_configRyan2024-09-041-1/+2
* | StringName Dictionary keysrune-scape2024-08-291-6/+4
|/
* Merge pull request #90992 from RadiantUwU/fix_node_duplicateRémi Verschelde2024-08-191-1/+5
|\
| * Fix node.duplicate, return nullptr if this operation fails.Radiant2024-08-021-1/+5
* | Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-3/+32
|/
* Fixed Timestep Interpolation: Fix behaviour on pauseRicardo Buring2024-07-071-0/+6
* Fix duplicating nodes with Array propertieskobewi2024-06-271-2/+1
* Merge pull request #92678 from warriormaster12/dup_prop_before_remap_resourcesRémi Verschelde2024-06-181-4/+4
|\
| * Duplicate properties first before remapping resourceswarriormaster122024-06-021-4/+4
* | Use GDExtension `to_string` in NodeRaul Santos2024-06-111-1/+7
|/
* Cleanup unused/underused singleton StringNameskobewi2024-05-141-4/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+0
* Fix outdated name for `script` `StringName`A Thousand Ships2024-05-131-3/+1
* Merge pull request #91329 from warriormaster12/dont-do-things-twiceRémi Verschelde2024-05-131-62/+48
|\
| * Fix a performance regression when duplicating a nodewarriormaster122024-05-121-62/+48
* | Add shorthand for using singleton string nameskobewi2024-05-111-8/+8
|/
* Fix crash when adding a child while duplicating a nodekobewi2024-05-071-2/+4
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* Expose is_part_of_edited_scene()kobewi2024-04-261-0/+1
* Revert what needs to be revertedajreckof2024-04-101-27/+24
* Fix per-node physics interpolation settingRicardo Buring2024-04-051-2/+2
* Merge pull request #89992 from ajreckof/fix-my-mistake-with-replace-in-update...Rémi Verschelde2024-04-041-24/+27
|\
| * fix node duplication in update after external changes.ajreckof2024-04-031-24/+27
* | Merge pull request #89957 from warriormaster12/regress-dupRémi Verschelde2024-03-281-3/+1
|\ \ | |/ |/|
| * Fix duplicating resources regressionwarriormaster122024-03-271-3/+1
* | Merge pull request #89686 from kleonc/unique-node-names-check-owned-then-in-o...Rémi Verschelde2024-03-241-15/+6
|\ \
| * | Always look for unique node names in owner if not found in owned nodeskleonc2024-03-191-15/+6
* | | Merge pull request #89628 from twobitadder/whoops_no_internals_plsRémi Verschelde2024-03-241-1/+1
|\ \ \
| * | | fixes crash on nodes with internal childrentwobit2024-03-171-1/+1
| |/ /
* | | Merge pull request #88424 from rburing/fti_2dRémi Verschelde2024-03-241-0/+119
|\ \ \ | |_|/ |/| |
| * | Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+119
| |/
* / Fix property duplication when duplicating a parent nodewarriormaster122024-03-171-18/+44
|/
* Merge pull request #86743 from Mickeon/autocompletion-optimise-objectRémi Verschelde2024-03-011-1/+3
|\
| * Optimise Object's `get_argument_options`Micky2024-02-291-1/+3
* | Fix owner when importing meshesMarkus Sauermann2024-02-261-2/+9
|/
* Fix inefficient list iteration in Nodekobewi2024-02-241-4/+4
* Fix AnimationMixer breaking animations with redundant checkTravis Lange2024-02-191-1/+1
* Merge pull request #88521 from YeldhamDev/atr_regressionRémi Verschelde2024-02-191-4/+2
|\
| * Fix regression in auto translation overhaulMichael Alexsander2024-02-181-4/+2
* | Merge pull request #87743 from WhalesState/camera2dRémi Verschelde2024-02-191-1/+1
|\ \ | |/ |/|
| * Fix dragging scene files to the `CanvasItemEditor`Mounir Tohami2024-02-181-1/+1
* | Revert "Allow configuration warnings to refer to a property"Rémi Verschelde2024-02-171-91/+6
* | Make auto translation inheritableMichael Alexsander2024-02-151-2/+85
* | Merge pull request #84824 from Rindbee/fix-double-internal-nodeRémi Verschelde2024-02-091-0/+5
|\ \
| * | Fix duplicating sub-scene may get two copies of internal node风青山2023-12-201-0/+5