index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
tinyexr
Age
Commit message (
Expand
)
Author
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-18
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-09
Make EXR import format support all depths and channel configurations
reduz
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
New lightmapper
Juan Linietsky
2020-04-30
tinyexr: Enable C++11 threaded loading
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Fix assign instead of comparison in image_save_tinyexr.cpp.
Marcel Admiraal
2020-02-11
Refactor image_saver_tinyexr.cpp to prevent compiler warnings.
Marcel Admiraal
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-27
Remove .exr saver debug print
Holger Dammertz
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-07
Add Image.save_exr()
Marc Gilleron
2019-07-06
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-04-30
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-03-22
Fix import grayscale EXR
Vivatchai Kaveeta
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-30
Fix loading EXR with alpha channel
Rémi Verschelde
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-27
Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR...
elasota
2018-05-30
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-05
TinyEXR: Fix EXR header when parsing pixels encoded as HALF
Rémi Verschelde
2017-11-15
doc: Make all module docs self-contained
Rémi Verschelde
2017-09-25
Use BoolVariable for module options.
Elliott Sales de Andrade
2017-09-25
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-01
Fix files header
Poommetee Ketson
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-20
Added support for SVG
Daniel J. Ramirez
2017-06-30
Disable etc2comp and tinyexr modules on non-tools build
Rémi Verschelde
2017-05-30
Several fixes related to PBR and Environment
Juan Linietsky
2017-05-26
-Added EXR supprot for HDR (no BC6 compression yet though)
Juan Linietsky