summaryrefslogtreecommitdiffstats
path: root/scene/main/scene_tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+27
|\|
| * Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+27
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Add an additional input stage after physics pickingMarkus Sauermann2024-10-231-0/+3
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Print error on invalid call_group() callskobewi2024-09-201-4/+12
* StringName Dictionary keysrune-scape2024-08-291-4/+4
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+65
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+1
* Expose is_part_of_edited_scene()kobewi2024-04-261-7/+0
* Add project setting for root node auto translate modeHaoyu Qiu2024-04-161-1/+1
* Remove some unused SceneTree propertiesBernat Arlandis2024-04-131-9/+0
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+30
* Optimize SceneTree's `change_scene_to_file` autocompletionMicky2024-03-011-39/+10
* Merge pull request #86743 from Mickeon/autocompletion-optimise-objectRémi Verschelde2024-03-011-3/+6
|\
| * Optimise Object's `get_argument_options`Micky2024-02-291-3/+6
* | Hide snap_2d_vertices_to_pixel setting to advancedAdam Scott2024-02-281-1/+1
|/
* Move 3D-only resources to their own folderAaron Franke2024-02-261-1/+1
* [Physics] Fix export with 3D disabledA Thousand Ships2024-02-221-0/+4
* Expose pixel snapping settings add pixel-art notesSabs, like Sobs2024-02-171-2/+2
* Make auto translation inheritableMichael Alexsander2024-02-151-0/+1
* Fix missing autocompletion for inheriting classesMicky2024-01-031-0/+1
* Implement project-wide node groupsStanislav Labzyuk2023-12-191-0/+13
* Merge pull request #78206 from alula/node-count-in-groupYuri Sizov2023-12-141-0/+11
|\
| * Add SceneTree.get_node_count_in_group()Alula2023-06-141-0/+11
* | Let scene replacemnent benefit from certain late pieces of frame logicPedro J. Estébanez2023-11-211-4/+4
* | Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-1/+1
* | Make 3D editor gizmos and debug shapes ignore fogHugo Locurcio2023-09-271-0/+3
* | Disallow nested custom multiplayers in `SceneTree`A Thousand Ships2023-09-251-6/+29
* | Fix Object::notification orderMarkus Sauermann2023-08-301-1/+1
* | Add option to enable HDR rendering in 2Dclayjohn2023-08-071-0/+3
* | Merge pull request #78988 from RandomShaper/fix_change_sceneYuri Sizov2023-07-261-23/+37
|\ \
| * | Reimplement scene changePedro J. Estébanez2023-07-041-23/+37
* | | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* | | Merge pull request #72248 from RedwanFox/mainloop_init_order_fixYuri Sizov2023-07-121-9/+6
|\ \ \ | |/ / |/| |
| * | Ensure that SceneTree is initialized and finalized at correct timeNickolai Korshunov2023-06-201-9/+6
* | | Fix node internal/non-internal processing orderPedro J. Estébanez2023-06-271-6/+6
* | | Fix change of precedence in fixupPedro J. Estébanez2023-06-261-2/+2
* | | Fixup compilation warning after #78713Rémi Verschelde2023-06-261-2/+2
* | | Ensure default node groups' call queue are processedPedro J. Estébanez2023-06-261-2/+2
|/ /
* | Respect returned bool from virtual process methods in SceneTreeRaul Santos2023-06-181-2/+6
* | Remove SceneTree debug avoidance hintsmix82023-06-161-8/+0
|/
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-5/+5
* Fix node idle process priority being ignoredPedro J. Estébanez2023-06-091-5/+10
* Create a virtual mouse move event after moving child nodesMarkus Sauermann2023-05-291-1/+2
* Merge pull request #75901 from reduz/refactor-node-processingRémi Verschelde2023-05-101-117/+414
|\
| * Refactor Node ProcessingJuan Linietsky2023-05-091-117/+414
* | Rework Navigation Avoidancesmix82023-05-101-0/+8
|/