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 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
|
/
*
Refactor high quality texture import
Juan Linietsky
2023-01-30
1
-21
/
+25
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix crashed when compressing empty image data.
stmSi
2022-12-21
1
-0
/
+2
*
Merge pull request #65376 from reduz/astc-support
Rémi Verschelde
2022-12-20
1
-6
/
+50
|
\
|
*
Implement basic ASTC support
Juan Linietsky
2022-12-20
1
-6
/
+50
*
|
ETCPAK expects BGRA data for ETC
Bastiaan Olij
2022-12-02
1
-0
/
+13
*
|
Merge pull request #64284 from kleonc/image-rotate90-in-place
Rémi Verschelde
2022-11-22
1
-53
/
+103
|
\
\
|
*
|
`Image` Fix `rotate_90`/`rotate_180` methods
kleonc
2022-08-11
1
-53
/
+103
*
|
|
Merge pull request #66017 from Mickeon/rename-image-copy-rect
Rémi Verschelde
2022-11-02
1
-4
/
+4
|
\
\
\
|
*
|
|
Rename Image's `get_rect` to `get_region`
Micky
2022-11-01
1
-4
/
+4
*
|
|
|
Fix Image::bump_map_to_normal_map incorrectly keeping mipmap flag
dzil123
2022-11-01
1
-0
/
+1
|
/
/
/
*
|
|
Fix crash when calling `fill` method on an empty `Image`
Yuri Rubinsky
2022-10-24
1
-0
/
+6
*
|
|
Make some Image methods static
kobewi
2022-10-14
1
-18
/
+33
*
|
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-5
/
+5
*
|
|
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-29
1
-16
/
+16
*
|
|
Replace Rect2(i) has_no_area with has_area
Aaron Franke
2022-09-04
1
-5
/
+5
|
|
/
|
/
|
*
|
Replace Vector2(i) with Size2(i) for methods returning a size
Johan Aires Rastén
2022-09-01
1
-2
/
+2
|
/
*
Merge pull request #62861 from samdze/image-size-vector2i
Rémi Verschelde
2022-08-08
1
-2
/
+2
|
\
|
*
Make Image.get_size() return a Vector2i instead of a Vector2
Samuele Zolfanelli
2022-07-09
1
-2
/
+2
*
|
Merge pull request #63005 from Chaosus/image_rotate
Rémi Verschelde
2022-07-19
1
-0
/
+105
|
\
\
|
*
|
Implement `rotate_90/rotate_180` functions to `Image`
Yuri Rubinsky
2022-07-15
1
-0
/
+105
|
|
/
*
/
Use integer types in Image and ImageTexture methods
FireForge
2022-07-18
1
-12
/
+12
|
/
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-0
/
+16
*
Restore the openexr grayscale property.
K. S. Ernest (iFire) Lee
2022-06-23
1
-2
/
+2
*
For in-engine processing allow saving openexr to a buffer.
K. S. Ernest (iFire) Lee
2022-06-23
1
-0
/
+9
*
Add support for saving WebP images
Aaron Franke
2022-06-21
1
-0
/
+23
*
Implement Running Godot as Movie Writer
reduz
2022-06-21
1
-0
/
+20
[next]