summaryrefslogtreecommitdiff
path: root/core/image.cpp
AgeCommit message (Expand)Author
2020-02-29Force mipmaps off when importing RGBA4444 texturesclayjohn
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12Remove deprecated Color::grayHanif Bin Ariffin
2020-02-11Added normalmap guided roughness mipmap generator, and a global roughness lim...Juan Linietsky
2020-02-11Several fixes to GIProbesJuan Linietsky
2020-02-11Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky
2020-02-11Custom material support seems complete.Juan Linietsky
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-28Fixes invalid writes in Image operationsHaoyu Qiu
2020-01-20Fix AtlasPacker ignoring semi-transparent pixelsEric Rybicki
2020-01-02Fallback to RGBA4444 for textures with alpha set to ETC compressionclayjohn
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-30Fixed uinitialized variable in srgb_to_linear tableHanif Bin Ariffin
2019-10-28Fix some crashes and using null pointersRafał Mikrut
2019-09-25Added some obvious errors explanationsqarmin
2019-08-26Modify outdated comments and error messages regarding indexed imagesAndrii Doroshenko (Xrayez)
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-15Fix image offset when upscaling with LanczosDavide Busterna
2019-08-07Add Image.save_exr()Marc Gilleron
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-07-01Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde
2019-07-01fix some crashesFurkan Türkal
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-31Fix array overflow when saving scene previewqarmin
2019-05-05Implement Lanczos image filterDaw11
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-03-07Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-08Image: Fix decompressing ETC2Rémi Verschelde
2019-01-28Prevent upscaled SVG from exceeding Image boundsRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-30Fix blitting from negative positionPedro J. Estébanez
2018-11-16Fix Squish decompression, closes #18109Juan Linietsky
2018-10-07Merge pull request #22722 from akien-mga/fix-warningsRémi Verschelde
2018-10-06Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regressionRémi Verschelde
2018-10-04Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-10-03Fix some warnings raised by MSVC 2017Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-25Fix mipmap levels not being initializedelasota
2018-08-23Merge pull request #21167 from elasota/squish-quality-configRémi Verschelde
2018-08-22get rid of default template function arguments, works on cxx03Juan Linietsky
2018-08-22Make sure resizing of float and half float images works, fixes #21157Juan Linietsky
2018-08-22Use cluster fit at higher quality levelselasota
2018-08-21BPTC supportelasota
2018-08-21Deprecate incorrect Color::gray()Rémi Verschelde