summaryrefslogtreecommitdiffstats
path: root/editor/editor_resource_picker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-2/+21
|\|
| * Enforce that custom nodes keep their original typebjornmp2024-10-221-2/+21
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #97543 from KoBeWi/to_edit_or_not_to_editRémi Verschelde2024-10-041-0/+4
|\
| * Fix closing Theme Editor not actually closing itkobewi2024-09-271-0/+4
* | Add _resource_changed() helper method to EditorResourcePickerkobewi2024-10-041-17/+13
* | New Quick Open DialogStijn Hinlopen2024-10-011-11/+7
|/
* Fix generic conversion iconkobewi2024-09-171-1/+1
* Add support for resource conversion plugins in filesystem dock.SaracenOne2024-09-161-6/+8
* Fix no unsaved indicator Save As resourceHilderin2024-08-311-0/+18
* Add support for dragging a shader to user exported material propertyjsjtxietian2024-08-201-2/+2
* Fix AudioStreamPlayer icons, improve audio resource picker stylingChristian Kaiser2024-06-271-5/+3
* Add brief description tooltips to EditorResourcePickerkobewi2024-06-241-0/+6
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-4/+4
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-5/+5
* Merge pull request #84443 from KoBeWi/cookies_for_EditorResourcePickerRémi Verschelde2024-04-301-23/+29
|\
| * Cache allowed types in EditorResourcePickerkobewi2023-11-041-23/+29
* | Merge pull request #84446 from KoBeWi/EditorYOLOPickerRémi Verschelde2024-04-261-0/+3
|\ \
| * | Don't check resource type assigned in propertykobewi2023-11-041-0/+3
| |/
* | Prevent dropping Resource to the same resource pickerkobewi2024-04-051-1/+10
* | Merge pull request #89599 from timothyqiu/vegetateRémi Verschelde2024-03-231-0/+1
|\ \
| * | Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* | | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-1/+1
|/ /
* | Merge pull request #88572 from ajreckof/fix-crash-on-dictionarry-new-key/valu...Rémi Verschelde2024-02-281-0/+2
|\ \
| * | Fix crash on changing resource type of dictionary new key/value while editing...ajreckof2024-02-281-0/+2
* | | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-1/+1
|/ /
* | Merge pull request #88435 from AThousandShips/quick_load_fixRémi Verschelde2024-02-181-5/+6
|\ \
| * | [Editor] Improve clarity and style of `ResourcePicker` menuA Thousand Ships2024-02-171-5/+6
* | | Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
|/ /
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Fix missing icons for custom resources in EditorResourcePickerAlessandro Famà2024-01-121-25/+9
* | Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* | Merge pull request #85071 from Rubonnek/remove-unnecessary-assignmentsYuri Sizov2023-12-141-4/+2
|\ \
| * | Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-4/+2
* | | Merge pull request #84882 from Invertex/select-instance-assetYuri Sizov2023-12-141-11/+2
|\ \ \ | |/ / |/| |
| * | Added "Show In FileSystem" right-click option to Scene hierarchy nodes.Invertex2023-12-131-11/+2
| |/
* / Add Save As... option to EditorResourcePickerkobewi2023-11-201-0/+8
|/
* C#: Abstract script class support398utubzyt2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-20/+21
* Allow to pick which Resources will be made uniquekobewi2023-07-141-7/+115
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+2
* Fix Image -> Texture2D inspector auto-conversionkobewi2023-06-041-1/+1
* Fix `draw_multiline_colors` usageDanil Alexeev2023-05-151-8/+7