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
*
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
*
Implement Lanczos image filter
Daw11
2019-05-05
1
-0
/
+151
*
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-7
/
+5
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-5
/
+10
*
Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733
Juan Linietsky
2019-03-07
1
-0
/
+4
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-5
/
+5
*
Image: Fix decompressing ETC2
Rémi Verschelde
2019-02-08
1
-1
/
+1
*
Prevent upscaled SVG from exceeding Image bounds
Rémi Verschelde
2019-01-28
1
-0
/
+3
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix blitting from negative position
Pedro J. Estébanez
2018-11-30
1
-4
/
+8
*
Fix Squish decompression, closes #18109
Juan Linietsky
2018-11-16
1
-0
/
+9
*
Merge pull request #22722 from akien-mga/fix-warnings
Rémi Verschelde
2018-10-07
1
-3
/
+4
|
\
|
*
Fix more "may be used initialized" warnings from GCC 7
Rémi Verschelde
2018-10-04
1
-3
/
+4
*
|
Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regression
Rémi Verschelde
2018-10-06
1
-1
/
+3
|
/
*
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-10-04
1
-3
/
+3
*
Fix some warnings raised by MSVC 2017
Rémi Verschelde
2018-10-03
1
-14
/
+19
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-5
/
+5
*
Fix mipmap levels not being initialized
elasota
2018-08-25
1
-8
/
+11
*
Merge pull request #21167 from elasota/squish-quality-config
Rémi Verschelde
2018-08-23
1
-3
/
+3
|
\
|
*
Use cluster fit at higher quality levels
elasota
2018-08-22
1
-3
/
+3
*
|
get rid of default template function arguments, works on cxx03
Juan Linietsky
2018-08-22
1
-15
/
+15
[next]