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
/
image.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Image: Improve error messages for invalid creation size
Rémi Verschelde
2020-07-03
1
-4
/
+8
*
Merge pull request #38920 from paulherman/tga
Rémi Verschelde
2020-06-30
1
-0
/
+8
|
\
|
*
Expose loading TGA images in Image.
Paul Herman
2020-05-21
1
-0
/
+8
*
|
Fix upscaling image with bilinear interpolation option specified
Maganty Rushyendra
2020-06-19
1
-13
/
+14
*
|
Merge pull request #39200 from azagaya/fix-blend-2
Rémi Verschelde
2020-06-07
1
-12
/
+10
|
\
\
|
*
|
Fixing wrong blending rect methods
azagaya
2020-05-31
1
-12
/
+10
*
|
|
Expose `Image.save_png_to_buffer` method
Andrii Doroshenko (Xrayez)
2020-05-20
1
-0
/
+1
*
|
|
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-2
/
+2
|
|
/
|
/
|
*
|
Remove HQ2X and the `Image.expand_2x_hq2x()` method
Hugo Locurcio
2020-05-16
1
-44
/
+0
*
|
Merge pull request #38717 from madmiraal/fix-image-uninitialized-warning
Rémi Verschelde
2020-05-15
1
-3
/
+3
|
\
\
|
*
|
Silence 'w' may be used uninitialized in image.cpp warning.
Marcel Admiraal
2020-05-14
1
-3
/
+3
*
|
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-115
/
+200
*
|
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
|
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-209
/
+0
|
/
/
*
|
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-7
/
+7
*
|
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-11
/
+0
*
|
New lightmapper
Juan Linietsky
2020-05-10
1
-0
/
+4
*
|
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-132
/
+367
*
|
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
|
Fix square image resize
Vasiliy Makarov
2020-04-18
1
-0
/
+3
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-26
/
+26
|
/
*
some typo in method binds fixed
Thakee Nathees
2020-04-01
1
-1
/
+1
*
Fix some -Wmaybe-uninitialized warnings
Rémi Verschelde
2020-03-27
1
-1
/
+1
*
Force mipmaps off when importing RGBA4444 textures
clayjohn
2020-02-29
1
-0
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-209
/
+124
*
Remove deprecated Color::gray
Hanif Bin Ariffin
2020-02-12
1
-1
/
+1
*
Added normalmap guided roughness mipmap generator, and a global roughness lim...
Juan Linietsky
2020-02-11
1
-29
/
+247
*
Several fixes to GIProbes
Juan Linietsky
2020-02-11
1
-0
/
+13
*
Rewritten StreamTexture for better code reuse, added basis universal support
Juan Linietsky
2020-02-11
1
-48
/
+143
*
Custom material support seems complete.
Juan Linietsky
2020-02-11
1
-1
/
+15
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Fixes invalid writes in Image operations
Haoyu Qiu
2020-01-28
1
-1
/
+5
*
Fix AtlasPacker ignoring semi-transparent pixels
Eric Rybicki
2020-01-20
1
-2
/
+1
*
Fallback to RGBA4444 for textures with alpha set to ETC compression
clayjohn
2020-01-02
1
-16
/
+16
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-11-01
1
-2
/
+3
*
Fixed uinitialized variable in srgb_to_linear table
Hanif Bin Ariffin
2019-10-30
1
-1
/
+1
*
Fix some crashes and using null pointers
Rafał Mikrut
2019-10-28
1
-2
/
+6
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-20
/
+20
*
Modify outdated comments and error messages regarding indexed images
Andrii Doroshenko (Xrayez)
2019-08-26
1
-6
/
+6
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-50
/
+15
*
Fix image offset when upscaling with Lanczos
Davide Busterna
2019-08-15
1
-12
/
+9
*
Add Image.save_exr()
Marc Gilleron
2019-08-07
1
-0
/
+10
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-30
/
+24
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-5
/
+5
*
Merge pull request #29980 from Dentrax/directed-by-qarmin
Rémi Verschelde
2019-07-01
1
-0
/
+2
|
\
|
*
fix some crashes
Furkan Türkal
2019-07-01
1
-0
/
+2
*
|
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-2
/
+5
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-2
/
+2
|
/
*
Fix array overflow when saving scene preview
qarmin
2019-05-31
1
-2
/
+2
[next]