| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 6 | -12/+12 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 6 | -0/+12 |
* | Fix memory leak on error paths in tinyexr loader | Alistair Leslie-Hughes | 2023-11-17 | 1 | -0/+2 |
* | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 1 | -0/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 6 | -174/+174 |
* | Make some Image methods static | kobewi | 2022-10-14 | 1 | -1/+1 |
* | SCons: Unify tools/target build type configuration | Rémi Verschelde | 2022-09-26 | 1 | -1/+1 |
* | [Core] Make ImageFormatLoader extensible. | Fabio Alessandrelli | 2022-09-20 | 3 | -5/+6 |
* | Make `ImageLoader` take bit field flags | Yuri Sizov | 2022-08-23 | 2 | -4/+4 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
* | For in-engine processing allow saving openexr to a buffer. | K. S. Ernest (iFire) Lee | 2022-06-23 | 3 | -11/+24 |
* | Refactor module initialization | reduz | 2022-05-04 | 2 | -4/+14 |
* | Color: Rename `to_srgb`/`to_linear` to include base color space | Rémi Verschelde | 2022-04-13 | 1 | -2/+2 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 3 | -6/+4 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 6 | -12/+12 |
* | tinyexr: Sync with upstream 1.0.1 | Rémi Verschelde | 2021-11-19 | 3 | -0/+7 |
* | Rename File::get_len() get_length() | Marcel Admiraal | 2021-05-25 | 1 | -1/+1 |
* | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez | 2021-05-17 | 1 | -1/+1 |
* | Assorted fixes to UV unwrapping and GPU lightmapper | jfons | 2021-05-03 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 6 | -12/+12 |
* | SCons: Add explicit dependencies on thirdparty code in cloned env | Rémi Verschelde | 2020-12-18 | 1 | -3/+14 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Make EXR import format support all depths and channel configurations | reduz | 2020-09-09 | 1 | -53/+105 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -1/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 4 | -15/+0 |
* | New lightmapper | Juan Linietsky | 2020-05-10 | 1 | -4/+12 |
* | tinyexr: Enable C++11 threaded loading | Rémi Verschelde | 2020-04-30 | 1 | -0/+3 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 2 | -5/+5 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 2 | -3/+4 |
* | Adding missing include guards to header files identified by LGTM. | Rajat Goswami | 2020-03-23 | 1 | -0/+5 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 2 | -22/+20 |
* | Fix assign instead of comparison in image_save_tinyexr.cpp. | Marcel Admiraal | 2020-02-11 | 1 | -1/+1 |
* | Refactor image_saver_tinyexr.cpp to prevent compiler warnings. | Marcel Admiraal | 2020-02-11 | 1 | -5/+10 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -2/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 6 | -12/+12 |
* | Remove .exr saver debug print | Holger Dammertz | 2019-11-27 | 1 | -4/+0 |
* | Remove redundant author doc comments | IAmActuallyCthulhu | 2019-08-12 | 1 | -3/+0 |
* | Add Image.save_exr() | Marc Gilleron | 2019-08-07 | 3 | -0/+322 |
* | Added release function to PoolVector::Access. | Ibrahn Sahir | 2019-07-06 | 1 | -1/+1 |
* | Fix error macro calls not ending with semicolon | Rémi Verschelde | 2019-06-11 | 1 | -2/+2 |
* | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde | 2019-04-30 | 1 | -1/+1 |
* | Fix import grayscale EXR | Vivatchai Kaveeta | 2019-03-22 | 1 | -14/+23 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 4 | -8/+8 |
* | Fix loading EXR with alpha channel | Rémi Verschelde | 2018-12-30 | 1 | -3/+3 |
* | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 1 | -1/+4 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 2 | -3/+3 |
* | Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR... | elasota | 2018-08-27 | 1 | -11/+70 |
* | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 1 | -7/+3 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 4 | -0/+4 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 4 | -8/+8 |