summaryrefslogtreecommitdiffstats
path: root/modules/tinyexr
Commit message (Expand)AuthorAgeFilesLines
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* For in-engine processing allow saving openexr to a buffer.K. S. Ernest (iFire) Lee2022-06-233-11/+24
* Refactor module initializationreduz2022-05-042-4/+14
* Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde2022-04-131-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-113-6/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* tinyexr: Sync with upstream 1.0.1Rémi Verschelde2021-11-193-0/+7
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* Assorted fixes to UV unwrapping and GPU lightmapperjfons2021-05-031-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-016-12/+12
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-3/+14
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* 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