summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-8/+8
* Show svg import options in default settings.HolonProduction2022-10-081-1/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-15/+15
* Allow images to be imported "for editor use" and respect editor settingsYuri Sizov2022-09-071-62/+131
* Make `ImageLoader` take bit field flagsYuri Sizov2022-08-231-7/+22
* Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warningRémi Verschelde2022-08-061-1/+1
|\
| * Improve warning message for invalid desktop VRAM compression settingsHugo Locurcio2022-04-161-1/+1
* | Revert "Disable VRAM compression by default for small textures in Detect 3D"Juan Linietsky2022-06-201-36/+17
* | Disable VRAM compression by default for small textures in Detect 3DHugo Locurcio2022-06-141-17/+36
* | Add internationalization for Detect 3D texture import messagesHugo Locurcio2022-06-131-3/+3
* | Print messages when textures are detected as used in 3D/normal/roughnessHugo Locurcio2022-05-281-1/+7
* | Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* | Merge pull request #60549 from timothyqiu/import-preset-i18nRémi Verschelde2022-04-271-4/+4
|\ \
| * | Make more import preset name translatableHaoyu Qiu2022-04-271-4/+4
| |/
* | Merge pull request #58164 from Calinou/import-hdr-add-clamp-exposure-optionRémi Verschelde2022-04-271-0/+30
|\ \ | |/ |/|
| * Add an option to clamp HDR exposure to reduce environment firefliesHugo Locurcio2022-04-271-0/+30
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+3
* | Hide "Normal Map" import option when using lossless compression on TextureNicholas Huelin2022-03-281-0/+5
* | Remove unused Streamed option for textures in the Import dockHugo Locurcio2022-03-151-2/+2
|/
* Merge pull request #58965 from TechnoPorg/remove-stex-occurrencesRémi Verschelde2022-03-111-7/+7
|\
| * Remove more occurrences of "stex"TechnoPorg2022-03-101-7/+7
* | Add missing i18n to various stringsHaoyu Qiu2022-03-071-1/+1
|/
* Rename StreamTexture* to CompressedTexture*reduz2022-03-051-23/+23
* Merge pull request #57997 from Calinou/texture-import-rename-hdr-as-srgbRémi Verschelde2022-02-121-16/+16
|\
| * Rename Hdr as Srgb texture import option to be lowercaseHugo Locurcio2022-02-121-16/+16
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
|/
* Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee2022-02-041-20/+14
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Remove property hints referencing unsupported svgz extensionRémi Verschelde2022-01-171-1/+1
* Hide SVG scale for non-SVG textureskobewi2022-01-161-2/+8
* Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-7/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Don't crash when texture param is nullMarc Gilleron2021-12-171-0/+6
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* Fix crash in ResourceImporterTexture::_save_stex if webp disabledChained Lupine2021-11-021-1/+2
* Use range iterators for `Map`Lightning_A2021-09-301-8/+8
* Explicitly convert signed to unsigned valueKirill Diduk2021-09-061-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* ERR_FAIL_NULL check file accessK. S. Ernest (iFire) Lee2021-06-161-0/+1
* Merge pull request #47835 from mortarroad/master-lossless-webpRémi Verschelde2021-06-111-4/+11
|\
| * Implement lossless WebP encodingMorris Tabor2021-06-111-4/+11
* | Replace "Invert" import option with more useful "Normal Map Invert Y"Hugo Locurcio2021-06-041-6/+11
|/
* Reorganize Project Settingsreduz2021-02-181-8/+8
* Merge pull request #44330 from Hurakano/fixesRémi Verschelde2021-01-041-1/+1
|\
| * Texture import 'streamed' property should be boolフラカノ2020-12-121-1/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|/
* Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2Rémi Verschelde2020-12-101-1/+1
* Allow more image types in the roughness texture's Src Normal import hintHugo Locurcio2020-10-211-1/+1