summaryrefslogtreecommitdiff
path: root/scene/3d/voxel_light_baker.cpp
AgeCommit message (Expand)Author
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-22Change MAX for MIN, fixes #26170Juan Linietsky
2019-02-21Fix all -Wtype-limits warnings.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-17Avoid crashing GIProbe bake with broken UV data, closes #25028Juan Linietsky
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-25Repaired mistyped of 'its' on several files.M. Huri
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-04Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-10-02Many more fixes for GLES2 mobile export. Also added ability to turn on OpenGL...Juan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias
2018-04-21Fixes logically dead code (Coverity)Crazy-P
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-11Restored multiplication by textureJuan Linietsky
2018-01-11Removed extra multiplication in bakerJuan Linietsky
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-20Prevent false sharing in lightbaker RNG stateHein-Pieter van Braam
2017-12-20Fix lightmapper rngHein-Pieter van Braam
2017-12-20Correct license headers in main.cpp and voxel_light_baker.cppHein-Pieter van Braam
2017-12-20Fix lightbaker clang-format issue and add license headersHein-Pieter van Braam
2017-12-20Lightbaker: include stdlib.h to fix CI buildsHein-Pieter van Braam
2017-12-19Fix randomness in voxel light baker, closes #14841Juan Linietsky
2017-12-19Fix raytrace lightmap bake biasJuan Linietsky
2017-12-19properly plot normal when bakingJuan Linietsky
2017-12-19Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky
2017-12-18Added baked light support for gridmaps.Juan Linietsky
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-17Merge pull request #14760 from hpvb/add-several-unlikely-macrosRémi Verschelde
2017-12-17Merge pull request #14758 from hpvb/optimize-lightbaker-rngRémi Verschelde
2017-12-17Add several unlikely() macrosHein-Pieter van Braam
2017-12-17Tweak OpenMP parameters for lightbakerHein-Pieter van Braam
2017-12-17Use a more naive RNG for the lightmapperHein-Pieter van Braam
2017-12-14fix for compiling the new lightmapperMichele Valente
2017-12-14-Add lightmapperJuan Linietsky