summaryrefslogtreecommitdiff
path: root/modules/tinyexr
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-19tinyexr: Sync with upstream 1.0.1Rémi Verschelde
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-03Assorted fixes to UV unwrapping and GPU lightmapperjfons
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-09Make EXR import format support all depths and channel configurationsreduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-04-30tinyexr: Enable C++11 threaded loadingRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Fix assign instead of comparison in image_save_tinyexr.cpp.Marcel Admiraal
2020-02-11Refactor image_saver_tinyexr.cpp to prevent compiler warnings.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-27Remove .exr saver debug printHolger Dammertz
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-07Add Image.save_exr()Marc Gilleron
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-03-22Fix import grayscale EXRVivatchai Kaveeta
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Fix loading EXR with alpha channelRémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-27Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR...elasota
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-05TinyEXR: Fix EXR header when parsing pixels encoded as HALFRémi Verschelde
2017-11-15doc: Make all module docs self-containedRémi Verschelde
2017-09-25Use BoolVariable for module options.Elliott Sales de Andrade
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-01Fix files headerPoommetee Ketson
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20Added support for SVGDaniel J. Ramirez
2017-06-30Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-26-Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky