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