summaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_texture.cpp
AgeCommit message (Expand)Author
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-08Show svg import options in default settings.HolonProduction
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-07Allow images to be imported "for editor use" and respect editor settingsYuri Sizov
2022-08-23Make `ImageLoader` take bit field flagsYuri Sizov
2022-08-06Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warningRémi Verschelde
2022-06-20Revert "Disable VRAM compression by default for small textures in Detect 3D"Juan Linietsky
2022-06-14Disable VRAM compression by default for small textures in Detect 3DHugo Locurcio
2022-06-13Add internationalization for Detect 3D texture import messagesHugo Locurcio
2022-05-28Print messages when textures are detected as used in 3D/normal/roughnessHugo Locurcio
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-27Merge pull request #60549 from timothyqiu/import-preset-i18nRémi Verschelde
2022-04-27Merge pull request #58164 from Calinou/import-hdr-add-clamp-exposure-optionRémi Verschelde
2022-04-27Make more import preset name translatableHaoyu Qiu
2022-04-27Add an option to clamp HDR exposure to reduce environment firefliesHugo Locurcio
2022-04-16Improve warning message for invalid desktop VRAM compression settingsHugo Locurcio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-28Hide "Normal Map" import option when using lossless compression on TextureNicholas Huelin
2022-03-15Remove unused Streamed option for textures in the Import dockHugo Locurcio
2022-03-11Merge pull request #58965 from TechnoPorg/remove-stex-occurrencesRémi Verschelde
2022-03-10Remove more occurrences of "stex"TechnoPorg
2022-03-07Add missing i18n to various stringsHaoyu Qiu
2022-03-05Rename StreamTexture* to CompressedTexture*reduz
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-04Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee
2022-02-02Vectors: Use clear() and has().Anilforextra
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-03Update copyright statements to 2022Rémi Verschelde
2021-12-17Don't crash when texture param is nullMarc Gilleron
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-02Fix crash in ResourceImporterTexture::_save_stex if webp disabledChained Lupine
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-06Explicitly convert signed to unsigned valueKirill Diduk
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16ERR_FAIL_NULL check file accessK. S. Ernest (iFire) Lee
2021-06-11Merge pull request #47835 from mortarroad/master-lossless-webpRémi Verschelde
2021-06-11Implement lossless WebP encodingMorris Tabor
2021-06-04Replace "Invert" import option with more useful "Normal Map Invert Y"Hugo Locurcio
2021-02-18Reorganize Project Settingsreduz
2021-01-04Merge pull request #44330 from Hurakano/fixesRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-12Texture import 'streamed' property should be boolフラカノ
2020-12-10Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2Rémi Verschelde
2020-10-21Allow more image types in the roughness texture's Src Normal import hintHugo Locurcio
2020-06-14Remove the obsolete "2D Pixel" import presetHugo Locurcio