summaryrefslogtreecommitdiff
path: root/editor/import/editor_import_plugin.cpp
AgeCommit message (Expand)Author
2023-02-06Use reimport_append api for importing embedded gltf imagesLyuma
2023-02-06Merge pull request #72455 from reduz/allow-reimport-appendingRémi Verschelde
2023-02-01Support reimport appendingJuan Linietsky
2023-01-31Use enum instead of int in virtual methods return typeRaul Santos
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-01Change Array arguments to TypedArraykobewi
2022-08-22Replace Array return types with TypedArraykobewi
2022-05-16Replace most uses of Map by HashMapreduz
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-10Fix EditorImportPlugin logic for checking unimplemented methodsGilles Roudière
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-27doc: Sync classref with current sourceRémi Verschelde
2018-02-18Fix infinite recursion with editor import pluginsGeorge Marques
2018-02-13Expose priority and order for custom import pluginsGeorge Marques
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-06-20Fix EditorImportPlugin::get_preset_countAndreas Haas
2017-05-12Bring back EditorImportPluginAndreas Haas