summaryrefslogtreecommitdiffstats
path: root/core/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose `Image.save_png_to_buffer` methodAndrii Doroshenko (Xrayez)2020-05-201-0/+1
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-2/+2
* Remove HQ2X and the `Image.expand_2x_hq2x()` methodHugo Locurcio2020-05-161-44/+0
* Merge pull request #38717 from madmiraal/fix-image-uninitialized-warningRémi Verschelde2020-05-151-3/+3
|\
| * Silence 'w' may be used uninitialized in image.cpp warning.Marcel Admiraal2020-05-141-3/+3
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-115/+200
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-209/+0
|/
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-7/+7
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-11/+0
* New lightmapperJuan Linietsky2020-05-101-0/+4
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-132/+367
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Fix square image resizeVasiliy Makarov2020-04-181-0/+3
* 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