summaryrefslogtreecommitdiffstats
path: root/editor/import_defaults_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Fix press save in Import Defaults did not save the changed settingjsjtxietian2023-11-011-0/+1
* Merge pull request #61818 from KoBeWi/secret_prefix_stashRémi Verschelde2023-08-291-0/+2
|\
| * Made hidden ProjectSettings groups more explicitkobewi2023-08-231-0/+2
* | Merge pull request #80914 from jsjtxietian/init-importer-default-correctlyYuri Sizov2023-08-251-5/+9
|\ \
| * | Fix "Import Defaults" selector not being initialized incorrectlyjsjtxietian2023-08-261-5/+9
| |/
* / Deprecate project_settings_changed signalkobewi2023-08-101-6/+0
|/
* Document editor import options in the class referenceHugo Locurcio2023-06-151-0/+8
* Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-6/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Make import defaults inspector honor property style settingsHaoyu Qiu2022-05-061-0/+5
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-2/+4
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+9
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-3/+3
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-14/+14
* Optimize StringName usagereduz2021-07-181-1/+1
* Fix heap-use-after-free in Import Defaults EditorMichael Alexsander2021-02-251-1/+6
* Fix import selector resetting in Import Defaults EditorMichael Alexsander2021-02-241-0/+17
* Added Import Defaults Editor in Project Settingsreduz2021-02-231-0/+194