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
/
scene
/
3d
/
voxel_light_baker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Change the rotate function of Spatial to be local, makes more sense. Closes #...
Juan Linietsky
2017-12-26
1
-3
/
+1
*
-Removed OpenMP support, replaced by a custom class.
Juan Linietsky
2017-12-24
1
-51
/
+25
*
Prevent false sharing in lightbaker RNG state
Hein-Pieter van Braam
2017-12-20
1
-2
/
+7
*
Fix lightmapper rng
Hein-Pieter van Braam
2017-12-20
1
-16
/
+35
*
Correct license headers in main.cpp and voxel_light_baker.cpp
Hein-Pieter van Braam
2017-12-20
1
-1
/
+1
*
Fix lightbaker clang-format issue and add license headers
Hein-Pieter van Braam
2017-12-20
1
-1
/
+31
*
Lightbaker: include stdlib.h to fix CI builds
Hein-Pieter van Braam
2017-12-20
1
-0
/
+2
*
Fix randomness in voxel light baker, closes #14841
Juan Linietsky
2017-12-19
1
-5
/
+10
*
Fix raytrace lightmap bake bias
Juan Linietsky
2017-12-19
1
-2
/
+2
*
properly plot normal when baking
Juan Linietsky
2017-12-19
1
-18
/
+62
*
Fixed bug where all file dialogs requested thumbnails even if hidden.
Juan Linietsky
2017-12-19
1
-0
/
+3
*
Added baked light support for gridmaps.
Juan Linietsky
2017-12-18
1
-15
/
+21
*
Cleanup some #if 0'd code
Rémi Verschelde
2017-12-17
1
-20
/
+1
*
Merge pull request #14760 from hpvb/add-several-unlikely-macros
Rémi Verschelde
2017-12-17
1
-4
/
+4
|
\
|
*
Add several unlikely() macros
Hein-Pieter van Braam
2017-12-17
1
-4
/
+4
*
|
Merge pull request #14758 from hpvb/optimize-lightbaker-rng
Rémi Verschelde
2017-12-17
1
-2
/
+14
|
\
\
|
*
|
Use a more naive RNG for the lightmapper
Hein-Pieter van Braam
2017-12-17
1
-2
/
+14
|
|
/
*
/
Tweak OpenMP parameters for lightbaker
Hein-Pieter van Braam
2017-12-17
1
-3
/
+5
|
/
*
fix for compiling the new lightmapper
Michele Valente
2017-12-14
1
-3
/
+3
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-0
/
+2373