summaryrefslogtreecommitdiffstats
path: root/editor/import/editor_import_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Allow EditorImportPlugin to override can_import_threaded()Pedro J. Estébanez2024-01-091-0/+10
* Use reimport_append api for importing embedded gltf imagesLyuma2023-02-061-5/+5
* Merge pull request #72455 from reduz/allow-reimport-appendingRémi Verschelde2023-02-061-0/+16
|\
| * Support reimport appendingJuan Linietsky2023-02-011-0/+16
* | Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-4/+2
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Change Array arguments to TypedArraykobewi2022-09-011-1/+1
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-8/+8
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-6/+6
* Fix EditorImportPlugin logic for checking unimplemented methodsGilles Roudière2021-11-101-0/+2
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-68/+102
* Consistently prefix bound virtual methods with _kobewi2021-06-121-36/+36
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* doc: Sync classref with current sourceRémi Verschelde2018-12-271-1/+1
* Fix infinite recursion with editor import pluginsGeorge Marques2018-02-181-2/+2
* Expose priority and order for custom import pluginsGeorge Marques2018-02-131-0/+16
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fix EditorImportPlugin::get_preset_countAndreas Haas2017-06-201-1/+1
* Bring back EditorImportPluginAndreas Haas2017-05-121-0/+152