summaryrefslogtreecommitdiffstats
path: root/scene/resources/packed_scene.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #64410 from MewPurPur/rename-notification-instancedRémi Verschelde2022-08-301-1/+1
|\
| * Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATEDVolTer2022-08-161-1/+1
* | Merge pull request #64999 from Chaosus/fix_packed_scene_crashRémi Verschelde2022-08-281-3/+5
|\ \
| * | Prevent crash at loading some scenesYuri Rubinsky2022-08-281-3/+5
* | | Make local-to-scene resources behavior consistent in child scenesPedro J. Estébanez2022-08-281-1/+1
|/ /
* | Improve PackedScene instantiateRindbee2022-08-281-17/+28
* | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-1/+1
|/
* Remove Signal connect bindsJuan Linietsky2022-07-291-5/+3
* Add ability to export Node pointers as NodePathsreduz2022-06-251-6/+66
* Fix typos with codespellRémi Verschelde2022-05-231-2/+2
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-10/+10
* Add a new HashMap implementationreduz2022-05-121-4/+4
* Rescue orphan nodes in inherited sceneskobewi2022-05-091-0/+7
* Cleanup metadata usagekobewi2022-05-061-19/+6
* Implement missing Node & Resource placeholdersreduz2022-05-031-15/+68
* Implement Scene Unique Nodesreduz2022-04-251-0/+3
* Fix Callable::bind usage in connections_dialog.h and packed_scene.cppC.Even2022-03-291-2/+5
* Remove last editor code dependencies in template buildRémi Verschelde2022-03-281-1/+0
* Various code and documentation improvementskobewi2022-03-051-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-4/+0
* Removed redundant ClassDB::is_class_enabled() and moved second dynamic_cast i...Bartłomiej T. Listwon2022-01-081-8/+6
* Merge pull request #53313 from KoBeWi/debinded_konnektRémi Verschelde2022-01-041-12/+51
|\
| * Add support for unbinding in connection dialogkobewi2021-10-041-12/+51
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Stop asuming a default value of NIL means there's no defaultPedro J. Estébanez2021-12-111-2/+3
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* | Fix crash when loading scene instance after node vanished from parentPedro J. Estébanez2021-11-171-6/+6
* | Add property value pinningPedro J. Estébanez2021-11-081-8/+57
* | Unify determination of default property valuesPedro J. Estébanez2021-11-071-142/+37
* | Add is_built_in() method to Resourcekobewi2021-11-041-1/+1
* | Fix editable children errors when packing scene tree at runtimePouleyKetchoupp2021-10-051-1/+1
|/
* Use range iterators for `Map`Lightning_A2021-09-301-11/+11
* Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-8/+8
* Fail at instantiating if the root node is instantiatedgyroninja2021-09-181-1/+2
* Fix loading packed scene with editable children at runtimePouleyKetchoupp2021-08-271-1/+8
* Disable Node3D when compiling without 3D and fix disable_3d optionAaron Franke2021-08-131-3/+5
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-6/+6
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-18/+16
* Merge pull request #49713 from nekomatata/fix-export-var-override-runtimeRémi Verschelde2021-06-291-1/+3
|\
| * Fix export var override in PackedScene at runtimePouleyKetchoupp2021-06-181-1/+3
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-31/+31
* | Remove side effects of scene savePedro J. Estébanez2021-06-191-1/+10
|/
* Fix crash when loading a scene containing an uncreatable typeDelf Neumärker2021-02-251-8/+9
* Merge pull request #38565 from nekomatata/export-default-valuesRémi Verschelde2021-02-211-1/+5
|\
| * Fixed export var default value in PackedScene when script is not loaded in ed...PouleyKetchoupp2020-05-081-1/+5
* | Improve resource load cachereduz2021-02-111-0/+3
* | Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-2/+0
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2