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
...
*
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
*
Merge pull request #60126 from Calinou/image-improve-error-messages
Rémi Verschelde
2022-05-16
1
-13
/
+33
|
\
|
*
Improve error messages when creating Images from code
Hugo Locurcio
2022-04-11
1
-13
/
+33
*
|
Fix invalid memory usage when using Image.convert
Haoyu Qiu
2022-05-11
1
-2
/
+2
*
|
Merge pull request #50175 from kleonc/image-blit-blend-fix-rects
Hugo Locurcio
2022-04-19
1
-60
/
+57
|
\
\
|
*
|
Fix `Image.blit_rect/blend_rect()` for negative `p_dest` point
kleonc
2021-11-26
1
-60
/
+57
*
|
|
Color: Rename `to_srgb`/`to_linear` to include base color space
Rémi Verschelde
2022-04-13
1
-1
/
+1
|
|
/
|
/
|
*
|
Add PortableCompressedTexture
reduz
2022-03-30
1
-1
/
+6
*
|
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-7
/
+7
*
|
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-2
/
+2
*
|
Change some math macros to constexpr
kobewi
2022-03-09
1
-2
/
+2
*
|
Faster CVTT by reducing quality.
K. S. Ernest (iFire) Lee
2022-02-04
1
-0
/
+130
*
|
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-1
/
+1
*
|
Pad etcpak input to 4x4 blocks. Fixes #49981
Lyuma
2022-01-22
1
-3
/
+2
*
|
Remove support for PVRTC texture encoding and decoding
Hugo Locurcio
2022-01-14
1
-50
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()
kleonc
2021-11-23
1
-28
/
+27
*
Add Image::fill_rect method
kleonc
2021-11-23
1
-5
/
+32
*
Fixed implicit conversion of uint32_t to uint8_t in `image`
Anton Christoffersson
2021-10-25
1
-1
/
+1
*
Use functions defined in the their classes.
Anilforextra
2021-09-29
1
-4
/
+4
*
Validate image formats, check if resize_to_po2 failed
Paweł Fertyk
2021-06-28
1
-0
/
+5
*
Fix Image.adjust_bcs crash when image format is invalid
Haoyu Qiu
2021-06-27
1
-0
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-4
/
+4
*
Merge pull request #47835 from mortarroad/master-lossless-webp
Rémi Verschelde
2021-06-11
1
-4
/
+5
|
\
[prev]
[next]