index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
tinyexr
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
TinyEXR: Fix EXR header when parsing pixels encoded as HALF
Rémi Verschelde
2017-12-05
1
-5
/
+20
*
doc: Make all module docs self-contained
Rémi Verschelde
2017-11-15
1
-2
/
+0
*
Use BoolVariable for module options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
Fix files header
Poommetee Ketson
2017-09-01
2
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
4
-4
/
+4
*
Added support for SVG
Daniel J. Ramirez
2017-08-20
2
-2
/
+2
*
Disable etc2comp and tinyexr modules on non-tools build
Rémi Verschelde
2017-06-30
1
-1
/
+5
*
Several fixes related to PBR and Environment
Juan Linietsky
2017-05-30
2
-5
/
+13
*
-Added EXR supprot for HDR (no BC6 compression yet though)
Juan Linietsky
2017-05-26
6
-0
/
+309