index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
import
/
resource_importer_texture.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Merge pull request #93714 from Calinou/normal-map-invert-y-preserve-alpha-cha...
Thaddeus Crews
2024-11-18
1
-1
/
+1
|
|
\
|
|
*
Preserve existing alpha channel when using Normal Map Invert Y import option
Hugo Locurcio
2024-06-28
1
-1
/
+1
*
|
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-2
/
+34
|
\
|
|
|
*
|
Merge pull request #93440 from Calinou/import-size-limit-downsample-if-necessary
Thaddeus Crews
2024-11-13
1
-2
/
+34
|
|
\
\
|
|
*
|
Downsample textures on import if necessary for technical reasons
Hugo Locurcio
2024-06-22
1
-2
/
+34
|
|
|
/
*
|
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
|
|
*
|
Allow passing UID to importer
Juan
2024-11-11
1
-1
/
+1
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed
Spartan322
2024-10-15
1
-6
/
+1
|
\
|
|
|
*
|
Merge pull request #97582 from BlueCube3310/basisu-hdr
Thaddeus Crews
2024-10-14
1
-5
/
+0
|
|
\
\
|
|
*
|
BasisU: Update to 1.50.0 and add HDR support
BlueCube3310
2024-10-12
1
-5
/
+0
|
*
|
|
Fix 3D HDR texture import with lossless compression
BlueCube3310
2024-10-04
1
-1
/
+1
|
|
/
/
*
/
/
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
/
Fix slow editor load on large projects (v2)
Hilderin
2024-09-25
1
-8
/
+6
|
/
*
Improve memory usage for image import and PortableCompressedTexture2D
aaronp64
2024-05-20
1
-3
/
+3
*
Improve editor theme generation after the refactor
Yuri Sizov
2024-01-17
1
-3
/
+3
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Return false when no '.editor.ctex' file exists so that the file will be reim...
Marius Hanl
2023-12-14
1
-0
/
+4
*
Add toaster notifications for import warning.
Rakka Rage
2023-12-05
1
-3
/
+16
*
Codestyle: Fix some comment issues
Rémi Verschelde
2023-11-21
1
-8
/
+0
*
Register and cleanup resource importer singletons in a predictable way
Yuri Sizov
2023-08-07
1
-2
/
+4
*
Added path to output of missing import texture metadata
Spencer Chang
2023-08-01
1
-1
/
+1
*
Fix life cycle of ResourceImporterTexture better
Pedro J. Estébanez
2023-07-28
1
-2
/
+6
*
Fix life cycle of ResourceImporterTexture not tracked properly
Pedro J. Estébanez
2023-07-27
1
-0
/
+1
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
Check if the required texture format is imported in the export dialog
Aaron Franke
2023-06-20
1
-2
/
+3
*
Split editor-specific import metadata for textures
Yuri Sizov
2023-05-26
1
-9
/
+34
*
Refactor high quality texture import
Juan Linietsky
2023-01-30
1
-54
/
+60
*
Handle gltf binary
K. S. Ernest (iFire) Lee
2023-01-27
1
-10
/
+6
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-8
/
+8
*
Show svg import options in default settings.
HolonProduction
2022-10-08
1
-1
/
+2
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-15
/
+15
*
Allow images to be imported "for editor use" and respect editor settings
Yuri Sizov
2022-09-07
1
-62
/
+131
*
Make `ImageLoader` take bit field flags
Yuri Sizov
2022-08-23
1
-7
/
+22
*
Merge pull request #60299 from Calinou/editor-vram-compress-pc-improve-warning
Rémi Verschelde
2022-08-06
1
-1
/
+1
|
\
|
*
Improve warning message for invalid desktop VRAM compression settings
Hugo Locurcio
2022-04-16
1
-1
/
+1
*
|
Revert "Disable VRAM compression by default for small textures in Detect 3D"
Juan Linietsky
2022-06-20
1
-36
/
+17
*
|
Disable VRAM compression by default for small textures in Detect 3D
Hugo Locurcio
2022-06-14
1
-17
/
+36
*
|
Add internationalization for Detect 3D texture import messages
Hugo Locurcio
2022-06-13
1
-3
/
+3
*
|
Print messages when textures are detected as used in 3D/normal/roughness
Hugo Locurcio
2022-05-28
1
-1
/
+7
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
|
Merge pull request #60549 from timothyqiu/import-preset-i18n
Rémi Verschelde
2022-04-27
1
-4
/
+4
|
\
\
|
*
|
Make more import preset name translatable
Haoyu Qiu
2022-04-27
1
-4
/
+4
|
|
/
*
|
Merge pull request #58164 from Calinou/import-hdr-add-clamp-exposure-option
Rémi Verschelde
2022-04-27
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
Add an option to clamp HDR exposure to reduce environment fireflies
Hugo Locurcio
2022-04-27
1
-0
/
+30
*
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-5
/
+3
*
|
Hide "Normal Map" import option when using lossless compression on Texture
Nicholas Huelin
2022-03-28
1
-0
/
+5
*
|
Remove unused Streamed option for textures in the Import dock
Hugo Locurcio
2022-03-15
1
-2
/
+2
|
/
[next]