summaryrefslogtreecommitdiffstats
path: root/core/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrlupoDharkael2020-04-021-26/+26
* some typo in method binds fixedThakee Nathees2020-04-011-1/+1
* Fix some -Wmaybe-uninitialized warningsRémi Verschelde2020-03-271-1/+1
* Force mipmaps off when importing RGBA4444 texturesclayjohn2020-02-291-0/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-209/+124
* Remove deprecated Color::grayHanif Bin Ariffin2020-02-121-1/+1
* Added normalmap guided roughness mipmap generator, and a global roughness lim...Juan Linietsky2020-02-111-29/+247
* Several fixes to GIProbesJuan Linietsky2020-02-111-0/+13
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-48/+143
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+15
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Fixes invalid writes in Image operationsHaoyu Qiu2020-01-281-1/+5
* Fix AtlasPacker ignoring semi-transparent pixelsEric Rybicki2020-01-201-2/+1
* Fallback to RGBA4444 for textures with alpha set to ETC compressionclayjohn2020-01-021-16/+16
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-2/+3
* Fixed uinitialized variable in srgb_to_linear tableHanif Bin Ariffin2019-10-301-1/+1
* Fix some crashes and using null pointersRafał Mikrut2019-10-281-2/+6
* Added some obvious errors explanationsqarmin2019-09-251-20/+20
* Modify outdated comments and error messages regarding indexed imagesAndrii Doroshenko (Xrayez)2019-08-261-6/+6
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-50/+15
* Fix image offset when upscaling with LanczosDavide Busterna2019-08-151-12/+9
* Add Image.save_exr()Marc Gilleron2019-08-071-0/+10
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-30/+24
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-5/+5
* Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde2019-07-011-0/+2
|\
| * fix some crashesFurkan Türkal2019-07-011-0/+2
* | Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+5
* | Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
|/
* Fix array overflow when saving scene previewqarmin2019-05-311-2/+2
* Implement Lanczos image filterDaw112019-05-051-0/+151
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-7/+5
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-5/+10
* Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky2019-03-071-0/+4
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+5
* Image: Fix decompressing ETC2Rémi Verschelde2019-02-081-1/+1
* Prevent upscaled SVG from exceeding Image boundsRémi Verschelde2019-01-281-0/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix blitting from negative positionPedro J. Estébanez2018-11-301-4/+8
* Fix Squish decompression, closes #18109Juan Linietsky2018-11-161-0/+9
* Merge pull request #22722 from akien-mga/fix-warningsRémi Verschelde2018-10-071-3/+4
|\
| * Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde2018-10-041-3/+4
* | Readd mipmaps 'bug' in Image::expand_x2_hq2x, fixing it caused a regressionRémi Verschelde2018-10-061-1/+3
|/
* Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-041-3/+3
* Fix some warnings raised by MSVC 2017Rémi Verschelde2018-10-031-14/+19
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
* Fix mipmap levels not being initializedelasota2018-08-251-8/+11
* Merge pull request #21167 from elasota/squish-quality-configRémi Verschelde2018-08-231-3/+3
|\
| * Use cluster fit at higher quality levelselasota2018-08-221-3/+3
* | get rid of default template function arguments, works on cxx03Juan Linietsky2018-08-221-15/+15