Age | Commit message (Expand) | Author |
2022-05-10 | Fix warnings found by Emscripten 3.1.10 | Rémi Verschelde |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-03-09 | Change some math macros to constexpr | kobewi |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-10-07 | Merge pull request #53525 from Calinou/comments-replace-visual-server | Rémi Verschelde |
2021-10-07 | Replace references to VisualServer in code comments with RenderingServer | Hugo Locurcio |
2021-10-07 | Remove debugging print from the VoxelGI baker | Hugo Locurcio |
2021-09-21 | Add Get Center Method for Rect2/Rect2i and AABB. | Anilforextra |
2021-08-13 | Fix some unnecessary includes | Aaron Franke |
2021-08-03 | Use real_t in 3D nodes | Aaron Franke |
2021-07-21 | Use is_equal_approx in more places | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-05 | Rename GI Classes | reduz |
2021-06-03 | Rename Transform to Transform3D in core | Aaron Franke |
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-07 | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-20 | Fix more GCC -Wmaybe-uninitialized warnings | Rémi Verschelde |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-14 | Fix various GCC compilation warnings after Vulkan merge | Rémi Verschelde |
2020-02-11 | Vulkan: Move thirdparty code out of drivers, style fixes | Rémi Verschelde |
2020-02-11 | Fixed uninitialized memory bug in voxelizer | Juan Linietsky |
2020-02-11 | GIProbe now generates a distance field on bake using CPU, for better compatib... | Juan Linietsky |
2020-02-11 | GIProbes working. | Juan Linietsky |