Age | Commit message (Expand) | Author |
2022-05-19 | Use suffixes for units in nodes and resources | Aaron Franke |
2022-03-28 | String: Remove TTR and DTR defines in non-tools build | Rémi Verschelde |
2022-03-17 | Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | Hugo Locurcio |
2022-03-10 | Discern between virtual and abstract class bindings | reduz |
2022-03-04 | Remove unused `shadow_color` property from Light3D | Hugo Locurcio |
2022-02-25 | Implement distance fade properties in OmniLight3D and SpotLight3D | Hugo Locurcio |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-01-20 | Merge pull request #55360 from Calinou/rename-bake-mode-properties | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-14 | Rename and reorder bake mode properties for consistency | Hugo Locurcio |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-10-25 | Fix properties being displayed when they shouldn't in DirectionalLight3D | Hugo Locurcio |
2021-10-25 | Merge pull request #54084 from reduz/node3d-rotation-options | Rémi Verschelde |
2021-10-25 | Refactored Node3D rotation modes | reduz |
2021-10-25 | Only show relevant properties in the DirectionalLight3D inspector | Hugo Locurcio |
2021-09-16 | Display a editor gizmo icon for Listener3D | Hugo Locurcio |
2021-08-19 | Improvements to SpotLight3D and OmniLight3D's shadows | jfons |
2021-08-13 | Merge pull request #51025 from reduz/fix-directional-shadow-bias | Rémi Verschelde |
2021-08-13 | Fix some unnecessary includes | Aaron Franke |
2021-08-03 | Use real_t in 3D nodes | Aaron Franke |
2021-07-29 | Fix directional shadow bias | reduz |
2021-07-23 | Node3D gizmo improvements | jfons |
2021-07-02 | Remove leftovers from the DirectionalLight3D Optimized shadow depth range | Hugo Locurcio |
2021-07-01 | Use PROPERTY_USAGE_NONE instead of 0 for no property usage | Aaron Franke |
2021-06-30 | Fix editor suffixes and degrees conversion | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-04-11 | Use Array for node configuration warnings | Nathan Franke |
2021-03-03 | Hide more options of disabled properties | Michael Alexsander |
2021-03-02 | Hide extra options from various nodes if they're not enabled | Michael Alexsander |
2021-02-10 | Removed _change_notify | reduz |
2021-02-07 | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut |
2021-02-06 | Simplify Volumetric Fog | reduz |
2021-01-19 | Added GPU based cluster builder | reduz |
2021-01-15 | Merge pull request #38562 from Calinou/3d-light-size-property-hint | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-11-28 | Merge pull request #42987 from clayjohn/VULKAN-sky-only | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-21 | Add sky_only setting to DirectionalLight3Ds | clayjohn |
2020-10-01 | Merge pull request #38743 from arrowinaknee/node-config-warnings | Rémi Verschelde |
2020-08-13 | Added volumetric fog effect. | Juan Linietsky |
2020-06-26 | Addition of SDFGI for open world global illumination | Juan Linietsky |
2020-06-19 | Merge pull request #38932 from Calinou/increase-light3d-shadow-bias | Rémi Verschelde |
2020-06-01 | Add performance hints to the DirectionalLight shadow mode property hint | Hugo Locurcio |
2020-05-23 | Increase the default DirectionalLight3D and OmniLight3D shadow biases | Hugo Locurcio |
2020-05-16 | Update all get_configuration_warning to retrieve warnings from the parent | ArrowInAKnee |
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 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |