Age | Commit message (Expand) | Author |
2019-02-27 | Fix -Wsign-compare warnings. | marxin |
2019-02-22 | Change MAX for MIN, fixes #26170 | Juan Linietsky |
2019-02-21 | Fix all -Wtype-limits warnings. | marxin |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-17 | Avoid crashing GIProbe bake with broken UV data, closes #25028 | Juan Linietsky |
2019-01-16 | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-25 | Repaired mistyped of 'its' on several files. | M. Huri |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-10-04 | Fix more "may be used initialized" warnings from GCC 7 | Rémi Verschelde |
2018-10-04 | Fix GCC 8 warnings about potentially unitialized variables | Rémi Verschelde |
2018-10-02 | Many more fixes for GLES2 mobile export. Also added ability to turn on OpenGL... | Juan Linietsky |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde |
2018-05-14 | Fixed some warnings found with Cppcheck. | Michael Alexsander Silva Dias |
2018-04-21 | Fixes logically dead code (Coverity) | Crazy-P |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-11 | Restored multiplication by texture | Juan Linietsky |
2018-01-11 | Removed extra multiplication in baker | Juan Linietsky |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-26 | Change 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-20 | Prevent false sharing in lightbaker RNG state | Hein-Pieter van Braam |
2017-12-20 | Fix lightmapper rng | Hein-Pieter van Braam |
2017-12-20 | Correct license headers in main.cpp and voxel_light_baker.cpp | Hein-Pieter van Braam |
2017-12-20 | Fix lightbaker clang-format issue and add license headers | Hein-Pieter van Braam |
2017-12-20 | Lightbaker: include stdlib.h to fix CI builds | Hein-Pieter van Braam |
2017-12-19 | Fix randomness in voxel light baker, closes #14841 | Juan Linietsky |
2017-12-19 | Fix raytrace lightmap bake bias | Juan Linietsky |
2017-12-19 | properly plot normal when baking | Juan Linietsky |
2017-12-19 | Fixed bug where all file dialogs requested thumbnails even if hidden. | Juan Linietsky |
2017-12-18 | Added baked light support for gridmaps. | Juan Linietsky |
2017-12-17 | Cleanup some #if 0'd code | Rémi Verschelde |
2017-12-17 | Merge pull request #14760 from hpvb/add-several-unlikely-macros | Rémi Verschelde |
2017-12-17 | Merge pull request #14758 from hpvb/optimize-lightbaker-rng | Rémi Verschelde |
2017-12-17 | Add several unlikely() macros | Hein-Pieter van Braam |
2017-12-17 | Tweak OpenMP parameters for lightbaker | Hein-Pieter van Braam |
2017-12-17 | Use a more naive RNG for the lightmapper | Hein-Pieter van Braam |
2017-12-14 | fix for compiling the new lightmapper | Michele Valente |
2017-12-14 | -Add lightmapper | Juan Linietsky |