summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2022-02-12Merge pull request #57997 from Calinou/texture-import-rename-hdr-as-srgbRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-12Rename Hdr as Srgb texture import option to be lowercaseHugo Locurcio
2022-02-08Merge pull request #57627 from JFonS/occluder_improvementsRémi Verschelde
2022-02-08Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-07Improvements and fixes to occludersjfons
2022-02-07Merge pull request #57725 from jmb462/missing-sname-theme-settersRémi Verschelde
2022-02-07ResourceImporter: Restore default append logic for new importersRémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-05Merge pull request #56943 from V-Sekai/override-importRémi Verschelde
2022-02-04Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-04String: Add contains().Anilforextra
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-29simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke
2022-01-26Fix lightmap size hint option not displaying for 3D scenesHugo Locurcio
2022-01-22Add usage of indeterminate checkboxes to editorkobewi
2022-01-20Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde
2022-01-20Add nodiscard to core math classes to catch c++ errors.lawnjelly
2022-01-19Make add_importer and add_post_importer_plugin override existing importers.K. S. Ernest (iFire) Lee
2022-01-18Merge pull request #52969 from bruvzg/locale_detectionRémi Verschelde
2022-01-18Improve locale detection.bruvzg
2022-01-18Fix import hints breaking node paths in animationsRicardo Buring
2022-01-17Merge pull request #54794 from bruvzg/runtime_bmfont_parserRémi Verschelde
2022-01-17Remove property hints referencing unsupported svgz extensionRémi Verschelde
2022-01-16Hide SVG scale for non-SVG textureskobewi
2022-01-14Remove support for PVRTC texture encoding and decodingHugo Locurcio
2022-01-13Fix various typosluz paz
2022-01-09[TextServer] Improve ligature cursor handling.bruvzg
2022-01-05options dict is now passed to _import_scene.K. S. Ernest (iFire) Lee
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-02Fix various typosluz paz
2021-12-17Don't crash when texture param is nullMarc Gilleron
2021-12-14Rename and reorder bake mode properties for consistencyHugo Locurcio
2021-12-10Merge pull request #53323 from xMakerx/patch-1Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-11-24Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_masterRémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-23Fix edge case where 1px cut off from right of imageGiwayume
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-19Added hint about loop_mode to resource importerSilc 'Tokage' Renew
2021-11-18Fix texture atlas generation when source sprite is larger than generated atlasGiwayume
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-11Fix import_scene_from_other_importer and import_animation_from_other_importerLyuma
2021-11-10Merge pull request #54838 from groud/fix_editor_import_pluginRémi Verschelde