Age | Commit message (Expand) | Author |
2022-04-19 | Merge pull request #50175 from kleonc/image-blit-blend-fix-rects | Hugo Locurcio |
2022-03-30 | Add PortableCompressedTexture | reduz |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-04 | Faster CVTT by reducing quality. | K. S. Ernest (iFire) Lee |
2022-01-18 | Dictionary: Serialize empty dict as `{}` instead of `{\n}` | Rémi Verschelde |
2022-01-14 | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio |
2021-12-06 | Fix link to the supported image formats in the Image class | Manolis Papadeas |
2021-11-26 | Fix `Image.blit_rect/blend_rect()` for negative `p_dest` point | kleonc |
2021-11-23 | Add Image::fill_rect method | kleonc |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde |
2021-08-22 | Document `Image.generate_mipmaps()` always running on the main thread | Hugo Locurcio |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-28 | Merge pull request #50677 from Calinou/doc-image-save-exr-editor-only | Rémi Verschelde |
2021-07-22 | Fix miscellaneous doc typos and inconsistencies | Nicholas Huelin |
2021-07-21 | Document `Image.save_exr()` only being available in editor builds | Hugo Locurcio |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias |
2021-04-16 | Import: Cleanup and optimize etcpak compression method | Rémi Verschelde |
2021-03-19 | class reference proofreading | Paul Joannon |
2021-02-19 | doc: Sync classref with current source | Rémi Verschelde |
2020-12-29 | Consistently use normal_map | Marcel Admiraal |
2020-12-18 | Add interpolation parameter to resize_to_po2() | Theogen Ratkin |
2020-12-10 | Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2 | Rémi Verschelde |
2020-11-21 | Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv | Aaron Franke |
2020-11-17 | Describe `ImageTexture`, `Image` creation and usage | Andrii Doroshenko (Xrayez) |
2020-10-20 | Add `Image.load_bmp_from_buffer()` for run-time BMP image loading | Hugo Locurcio |
2020-09-11 | Clarify get_data Image method | Ebrahim Ebrahim |
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde |
2020-06-13 | Fix Image.create_from_data use_mipmaps doc | 31 |
2020-06-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-05-16 | Remove HQ2X and the `Image.expand_2x_hq2x()` method | Hugo Locurcio |
2020-04-29 | Document the formats supported by `Image.load()` | Hugo Locurcio |
2020-04-17 | Document image size limits | Hugo Locurcio |
2020-04-03 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-12 | doc: Sync classref with current source | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-20 | Fix AtlasPacker ignoring semi-transparent pixels | Eric Rybicki |
2020-01-14 | Completed documentation for many visual nodes | clayjohn |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde |
2019-11-08 | Fix some small text mistakes | Tomasz Chabora |
2019-11-02 | Merge pull request #33151 from thiagoamendola/doc_setpixelv | Rémi Verschelde |
2019-11-02 | Add documentation for Image's set_pixelv method | Thiago Amendola |
2019-11-02 | Code format for true/false/null to make documentation consistent | PouleyKetchoupp |
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde |
2019-09-19 | Fix misc. source comment typos | luz.paz |
2019-09-15 | Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentation | Hugo Locurcio |
2019-08-13 | doc: Sync classref with current source | Rémi Verschelde |
2019-08-07 | Add Image.save_exr() | Marc Gilleron |