summaryrefslogtreecommitdiffstats
path: root/modules/tinyexr
Commit message (Expand)AuthorAgeFilesLines
* Make EXR import format support all depths and channel configurationsreduz2020-09-091-53/+105
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-144-15/+0
* New lightmapperJuan Linietsky2020-05-101-4/+12
* tinyexr: Enable C++11 threaded loadingRémi Verschelde2020-04-301-0/+3
* Replace NULL with nullptrlupoDharkael2020-04-022-5/+5
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-3/+4
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-22/+20
* Fix assign instead of comparison in image_save_tinyexr.cpp.Marcel Admiraal2020-02-111-1/+1
* Refactor image_saver_tinyexr.cpp to prevent compiler warnings.Marcel Admiraal2020-02-111-5/+10
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-016-12/+12
* Remove .exr saver debug printHolger Dammertz2019-11-271-4/+0
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Add Image.save_exr()Marc Gilleron2019-08-073-0/+322
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-2/+2
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* Fix import grayscale EXRVivatchai Kaveeta2019-03-221-14/+23
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* Fix loading EXR with alpha channelRémi Verschelde2018-12-301-3/+3
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-3/+3
* Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR...elasota2018-08-271-11/+70
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-7/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-054-0/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-014-8/+8
* TinyEXR: Fix EXR header when parsing pixels encoded as HALFRémi Verschelde2017-12-051-5/+20
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
* Use BoolVariable for module options.Elliott Sales de Andrade2017-09-251-1/+1
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* Fix files headerPoommetee Ketson2017-09-012-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-274-4/+4
* Added support for SVGDaniel J. Ramirez2017-08-202-2/+2
* Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde2017-06-301-1/+5
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-5/+13
* -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-266-0/+309