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
/
core
/
io
/
image.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Support uid:// in more places
kobewi
2024-11-16
1
-1
/
+1
*
|
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-6
/
+8
|
\
|
|
*
Resource UID fixes and improvements
kobewi
2024-11-14
1
-6
/
+8
*
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-100
/
+120
|
\
|
|
*
Clean up Image
BlueCube3310
2024-11-01
1
-100
/
+120
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-26
/
+26
|
\
|
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-26
/
+26
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51ed
Spartan322
2024-10-15
1
-1
/
+1
|
\
|
|
*
Betsy: Implement BC4 compression
BlueCube3310
2024-09-22
1
-1
/
+1
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-4
/
+4
|
/
*
Merge pull request #97059 from Gaktan/fix_weird_msvc_compilation_error
Rémi Verschelde
2024-09-16
1
-6
/
+4
|
\
|
*
Fix weird MSVC compilation error
Gaktan
2024-09-15
1
-6
/
+4
*
|
Betsy: Add caching and BC1 compression support
BlueCube3310
2024-09-11
1
-0
/
+14
|
/
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
*
Image: Add a method for detecting signed values
BlueCube3310
2024-08-27
1
-0
/
+27
*
Merge pull request #91535 from BlueCube3310/betsy-bc6h
Rémi Verschelde
2024-08-21
1
-0
/
+23
|
\
|
*
Add Betsy to speed up BC6 compression
BlueCube3310
2024-08-18
1
-0
/
+23
*
|
Merge pull request #92496 from clayjohn/HDR-2D-sRGB
Rémi Verschelde
2024-08-19
1
-0
/
+32
|
\
\
|
|
/
|
/
|
|
*
Ensure MovieWriter output is in gamma space when using HDR 2D
clayjohn
2024-05-28
1
-0
/
+32
*
|
Merge pull request #92291 from BlueCube3310/image-convert-optimized
Rémi Verschelde
2024-08-16
1
-1
/
+105
|
\
\
|
*
|
Optimize half and float image conversion
BlueCube3310
2024-05-24
1
-1
/
+105
|
|
/
*
|
Support 64-bit image sizes for VRAM compression
BlueCube3310
2024-07-21
1
-1
/
+1
*
|
Fix Image CowData crash when baking large lightmaps
Hugo Locurcio
2024-07-19
1
-57
/
+39
*
|
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-12
1
-1
/
+5
|
/
*
Merge pull request #88763 from BlueCube3310/image-is-compressed-static
Rémi Verschelde
2024-05-02
1
-3
/
+7
|
\
|
*
Image: Add static `is_format_compressed` function.
BlueCube3310
2024-02-28
1
-3
/
+7
*
|
Remove a redundant `MAX` comparison within a loop in `compute_image_metrics`
Bo Thompson
2024-03-28
1
-1
/
+1
*
|
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-5
/
+5
|
/
*
Merge pull request #87971 from bruvzg/font_no_image_dup
Rémi Verschelde
2024-02-15
1
-0
/
+12
|
\
|
*
[TextServer / Font] Do not duplicate images to prevent unnecessary embedding.
bruvzg
2024-02-05
1
-0
/
+12
*
|
Merge pull request #87628 from YuriSizov/assets-bigger-better-errors
Rémi Verschelde
2024-02-09
1
-6
/
+6
|
\
\
|
*
|
Improve error reporting in the asset library and in related types
Yuri Sizov
2024-01-26
1
-6
/
+6
|
|
/
*
/
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-9
/
+9
|
/
*
Fix lossless formats in PortableCompressedTexture2D
nklbdev
2024-01-05
1
-0
/
+1
*
Added error to catch conversion on invalid image
rsburke4
2023-12-10
1
-0
/
+1
*
Fix uninitialized variable in Image::fix_alpha_edges()
K. S. Ernest (iFire) Lee
2023-10-29
1
-1
/
+1
*
Fix import crash
Hein-Pieter van Braam
2023-09-26
1
-10
/
+10
*
Expose and document Image.get_mipmap_count()
bitsawer
2023-09-19
1
-0
/
+1
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-8
/
+8
*
Revert "Implement loading DDS textures at run-time"
clayjohn
2023-08-29
1
-10
/
+0
*
Add support for KTX & KTX2 image format
acazuc
2023-08-19
1
-0
/
+10
*
Implement loading DDS textures at run-time
Marcin Nowak
2023-07-31
1
-0
/
+10
*
Merge pull request #74238 from bitsawer/fix_image_convert
Yuri Sizov
2023-07-12
1
-108
/
+120
|
\
|
*
Fix Image.convert() overwriting custom mipmaps
bitsawer
2023-03-02
1
-108
/
+120
*
|
Added Image's `load_svg_from_(buffer|string)`
Felipe Augusto Marques
2023-06-23
1
-0
/
+26
*
|
Grayscale fix for Image::premultiply_alpha() and Image::convert(FORMAT_L8) wh...
Kory Postma
2023-05-27
1
-6
/
+7
*
|
Expose more compression formats in Image and fix compress check
Ninni Pipping
2023-04-13
1
-1
/
+3
|
/
[next]