summaryrefslogtreecommitdiffstats
path: root/editor/import/scene_import_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Fix mesh preview cleanup in the Scene import settingsmightygoat2022-05-021-0/+2
* Node: Re-add `find_node` as `find_child`, improve docsRémi Verschelde2022-04-251-1/+1
* Import scenes as AnimationLibraryreduz2022-04-131-21/+107
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-0/+5
* Import settings inspector is cleared when openedFazil Babu2022-03-201-0/+2
* Avoid roll in scene importer camera.K. S. Ernest (iFire) Lee2022-03-181-1/+1
* Make name of editor file dialog filters translatableHaoyu Qiu2022-03-051-2/+2
* Change 'find_node' to 'find_nodes' and Add 'type' parameterdiddykonga2022-02-171-2/+3
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-2/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Add path to functions that return iporter optionsreduz2021-11-141-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* Remove node_hrcr hackkobewi2021-10-281-1/+1
* GLTF for game templates.K. S. Ernest (iFire) Lee2021-10-031-3/+4
* Use range iterators for `Map`Lightning_A2021-09-301-29/+29
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-1/+1
* Improve collision generation usability in the new 3D scene import workflow.AndreaCatania2021-09-081-0/+74
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-4/+4
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-16/+16
* Optimize StringName usagereduz2021-07-181-22/+22
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-3/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-4/+4
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-3/+3
* Improved 3D Scene ImporterJuan Linietsky2021-03-221-0/+1199