Age | Commit message (Expand) | Author |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-16 | ERR_FAIL_NULL check file access | K. S. Ernest (iFire) Lee |
2021-06-11 | Merge pull request #47835 from mortarroad/master-lossless-webp | Rémi Verschelde |
2021-06-11 | Implement lossless WebP encoding | Morris Tabor |
2021-06-04 | Replace "Invert" import option with more useful "Normal Map Invert Y" | Hugo Locurcio |
2021-02-18 | Reorganize Project Settings | reduz |
2021-01-04 | Merge pull request #44330 from Hurakano/fixes | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-12 | Texture import 'streamed' property should be bool | フラカノ |
2020-12-10 | Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2 | Rémi Verschelde |
2020-10-21 | Allow more image types in the roughness texture's Src Normal import hint | Hugo Locurcio |
2020-06-14 | Remove the obsolete "2D Pixel" import preset | Hugo Locurcio |
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-10 | New lightmapper | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-31 | Fix more -Wmaybe-uninitialized warnings with target=release_debug | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-11 | Fix various typos | luz.paz |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Added normalmap guided roughness mipmap generator, and a global roughness lim... | Juan Linietsky |
2020-02-11 | Fixes to Basis Universal. | Juan Linietsky |
2020-02-11 | Rewritten StreamTexture for better code reuse, added basis universal support | Juan Linietsky |
2020-02-11 | Proper texture reloading (was broken). | Juan Linietsky |
2020-02-11 | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky |
2020-02-11 | Fix crash on import. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-03-07 | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-25 | Do not normalize normal map when disabled, fixes #20761 | Juan Linietsky |
2018-11-21 | Make SVG scale more accurate | qarmin |
2018-11-02 | No longer force mipmaps on import of VRAM textures, closes #10221 | Juan Linietsky |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-02 | [Texture Import] Fix invert color | Guilherme Felipe |
2018-08-27 | Fix BPTC and fix importing HDR images with LDR compression | elasota |
2018-08-27 | Removed fallback system and merged bptc into s3tc | Juan Linietsky |
2018-08-22 | Hide "no BPTC if RGB" and "HDR Mode" options when not using "Video RAM" import. | elasota |
2018-08-21 | BPTC support | elasota |