summaryrefslogtreecommitdiff
path: root/core/image.h
AgeCommit message (Expand)Author
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-20Add `Image.load_bmp_from_buffer()` for run-time BMP image loadingHugo Locurcio
2020-09-09Implement 3D textures as import and resource format.reduz
2020-07-10Add override keywords.Marcel Admiraal
2020-05-21Expose loading TGA images in Image.Paul Herman
2020-05-16Remove HQ2X and the `Image.expand_2x_hq2x()` methodHugo Locurcio
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-25Style: Harmonize header guards to style guide [Core]Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Added normalmap guided roughness mipmap generator, and a global roughness lim...Juan Linietsky
2020-02-11Several fixes to GIProbesJuan Linietsky
2020-02-11Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky
2020-02-11Custom material support seems complete.Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-08-26Modify outdated comments and error messages regarding indexed imagesAndrii Doroshenko (Xrayez)
2019-08-07Add Image.save_exr()Marc Gilleron
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-05Implement Lanczos image filterDaw11
2019-03-07Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-28Prevent upscaled SVG from exceeding Image boundsRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-16Fix Squish decompression, closes #18109Juan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-22Use cluster fit at higher quality levelselasota
2018-08-21BPTC supportelasota
2018-08-11[Core] Completely kill math_2d.h, change includesAaron Franke
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-07-23Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky
2018-07-23Add trilinear filtering to image scalingPedro J. Estébanez
2018-07-17Add webp buffer loader for Imagegeequlim
2018-07-03Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky
2018-05-30added rgbe_to_srgb method to Imagekarroffel
2018-05-07Merge pull request #18505 from AlexHolly/image-point2-helperJuan Linietsky
2018-04-29Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky
2018-04-29add Point2 helper for Image.get_pixel and Image.set_pixelAlexander Holland
2018-02-24change to clang formatNeil Graham
2018-02-21add Image::bumpmap_to_normalmap conversion functionNeil Graham
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Revert "Add missing image format RGB10A2. Fixes #14964"Juan Linietsky
2018-01-03Merge pull request #15051 from binbitten/bug-fixesRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-25Add missing image format RGB10A2. Fixes #14964binbitten
2017-12-20Add functions to image to load a PNG or JPG from a buffer, closes #4024Juan Linietsky
2017-11-17Improved packed scene previews.Daniel J. Ramirez
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26Add handy get_size() method to Image classAndrii Doroshenko (Xrayez)