| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Addition of SDFGI for open world global illumination | Juan Linietsky | 2020-06-26 | 1 | -3/+3 |
* | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) | 2020-05-27 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -3/+6 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+10 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -49/+0 |
* | doc: Sync classref with current source | Rémi Verschelde | 2020-05-12 | 1 | -0/+10 |
* | New lightmapper | Juan Linietsky | 2020-05-10 | 1 | -487/+1131 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -3/+3 |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -15/+15 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -6/+6 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -11/+11 |
* | GIProbes working. | Juan Linietsky | 2020-02-11 | 1 | -4/+6 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -8/+6 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | 2019-09-25 | 1 | -2/+2 |
|\ |
|
| * | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -2/+2 |
* | | Notify changes in properties that can be edited by 3D gizmos | Hugo Locurcio | 2019-07-10 | 1 | -0/+1 |
|/ |
|
* | Updated lightmap baker to dynamically calculate lightmap sizes based on surfa... | Nathan Warden | 2019-07-02 | 1 | -3/+17 |
* | Tweak some editor property hints to be more flexible and consistent | Hugo Locurcio | 2019-06-16 | 1 | -1/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fixes to baker, restored xatlas and fixed bake options. | Juan Linietsky | 2018-10-05 | 1 | -16/+53 |
* | Fix lightmap baking crash, may close some issues but I am not sure. | Juan Linietsky | 2018-10-03 | 1 | -1/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -3/+3 |
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -3/+0 |
* | Ability to disable scale in nodes, closes #19927 | Juan Linietsky | 2018-07-18 | 1 | -0/+1 |
* | Fix timer second not zero padded when < 10 | Poommetee Ketson | 2018-02-19 | 1 | -1/+1 |
* | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -2/+2 |
* | Fix registered light_data property type name | Ruslan Mustakov | 2018-01-11 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+30 |
* | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky | 2017-12-24 | 1 | -2/+2 |
* | -Make capture dependent on a cell size, not subdivision. | Juan Linietsky | 2017-12-21 | 1 | -34/+50 |
* | doc: Sync classref with current source | Rémi Verschelde | 2017-12-18 | 1 | -1/+1 |
* | Added baked light support for gridmaps. | Juan Linietsky | 2017-12-18 | 1 | -12/+58 |
* | Limit the lightmapper subdivide to 1024 | Hein-Pieter van Braam | 2017-12-17 | 1 | -4/+2 |
* | Fix gdnative generation for lightmapper. | K. S. Ernest (iFire) Lee | 2017-12-16 | 1 | -0/+6 |
* | BakedLightmap: Update gizmo when setting extents. | Andreas Haas | 2017-12-15 | 1 | -0/+1 |
* | fix for compiling the new lightmapper | Michele Valente | 2017-12-14 | 1 | -1/+1 |
* | -Add lightmapper | Juan Linietsky | 2017-12-14 | 1 | -0/+717 |