summaryrefslogtreecommitdiffstats
path: root/scene/resources/packed_scene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-7/+7
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-7/+7
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+2
|\|
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-2/+2
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-1/+1
|\|
| * Fix missing resource properties being dropped on savenikitalita2024-11-051-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Added a more detailed error message when instatiating a scene with missing ex...Raffaele Picca2024-09-161-2/+2
* Merge pull request #96144 from SaracenOne/reimport_owner_instanceRémi Verschelde2024-09-081-19/+0
|\
| * Make reimported models reimport their owner.Saracen2024-09-081-19/+0
* | Implement typed dictionariesThaddeus Crews2024-09-041-15/+102
|/
* Fix saving subresources of nodesBlueCube33102024-08-281-1/+1
* Merge pull request #94954 from raulsntos/mark-internal-propertiesRémi Verschelde2024-08-281-1/+1
|\
| * Mark underscored properties as internalRaul Santos2024-07-301-1/+1
* | Allow live reloading of built-in scriptskobewi2024-07-061-0/+10
|/
* Speed up scene group scanning for text sceneskobewi2024-06-291-0/+50
* Fix default NodePaths saved in scenekobewi2024-06-031-1/+1
* make InstancePlaceholder in charge of node reference resolutionAdriano Orioli2024-05-281-0/+10
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-1/+1
* Merge pull request #88741 from adamscott/fix-shared-variables-of-inherited-sc...Rémi Verschelde2024-05-071-1/+8
|\
| * Fix shared exported variables of inherited scenesAdam Scott2024-02-241-1/+8
* | Disable all 3D nodes, physics, and resources when compiling without 3DAaron Franke2024-03-111-0/+2
* | Merge pull request #88426 from Rindbee/fix-inherited-scenes-produce-errorsRémi Verschelde2024-03-101-13/+27
|\ \
| * | Fix inherited scenes produce errors in editor when "editable_children" is true风青山2024-03-101-13/+27
| |/
* | Merge pull request #88664 from RandomShaper/res_load_modesRémi Verschelde2024-02-291-0/+5
|\ \
| * | Enhance cache modes in resource loadingPedro J. Estébanez2024-02-261-0/+5
| |/
* | Merge pull request #87268 from Wyxaldir/masterRémi Verschelde2024-02-291-26/+82
|\ \ | |/ |/|
| * Fixes #71243. Resources that have local_to_scene enabled now properly work in...Wyxaldir2024-02-211-26/+82
* | Allow opening scenes with missing scene dependencykobewi2024-02-131-12/+33
* | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
|/
* Implement project-wide node groupsStanislav Labzyuk2023-12-191-0/+38
* Provide more context when scene fails to loadkobewi2023-11-201-2/+2
* Merge pull request #81737 from Mickeon/fix-connection-inherited-packed-sceneRémi Verschelde2023-10-241-1/+1
|\
| * Fix internal CONNECT_INHERITED being saved in PackedScene & Make LocalMicky2023-10-031-1/+1
* | Fix crash on recovered orphaned nodes.Saracen2023-10-191-1/+1
|/
* Fix the behavior of the resource property of the sub-scene root node on insta...Rindbee2023-08-181-14/+58
* Fix index in loading of `Array[Node]`Ninni Pipping2023-06-191-44/+14
* Safe-guard against missing node arrayskobewi2023-06-141-1/+4
* Merge pull request #77750 from RandomShaper/tidy_shader_data_itemsRémi Verschelde2023-06-131-1/+31
|\
| * Let editor workaround a case of inconsistency in compound scenesPedro J. Estébanez2023-06-131-1/+31
* | Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-3/+3
|/
* Fix typed array exportajreckof2023-05-211-27/+34
* Fix PackedScenes created with PackedScene.pack() have their exported nodes be...VolTer2023-04-131-10/+9
* Fix typed array exportkobewi2023-04-121-10/+67
* Add unbinds to scnkobewi2023-02-011-1/+5
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-1/+13
* Merge pull request #57606 from SaracenOne/update_on_reimportRémi Verschelde2023-01-231-0/+19
|\
| * Update instances of scenes which have been reimported.SaracenOne2023-01-161-0/+19