summaryrefslogtreecommitdiffstats
path: root/scene/3d/light_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `shadow_caster_mask` to Light3D.Hannah Crawford2024-08-121-1/+14
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-6/+6
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-6/+6
* Modify display and documentation of attenuation for Light3Dmilkiq2024-02-061-2/+2
* Remove GI methods in parentheses from light baking optionsDavid Snopek2023-11-221-1/+1
* Implement 3D shadows in the GL Compatibility rendererclayjohn2023-09-281-4/+0
* Light3D show scaling warning immediatelyVolTer2023-05-011-0/+3
* Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-4/+13
* Fix some SpotLight3D issues (clustering artifacts, light leak)Hendrik Brucker2023-01-241-3/+10
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Tweak shadow bias defaults for DirectionalLight3D and OmniLight3DHugo Locurcio2022-12-051-5/+9
* Show warning when scaling Light3D nodesRedMser2022-10-101-2/+12
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-4/+4
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-3/+80
* Add a per-light volumetric fog energy propertyHugo Locurcio2022-08-301-4/+4
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-20/+16
* Add a shadow opacity property to Light3DHugo Locurcio2022-08-071-1/+4
* Fix missing Distance Fade category in OmniLight3D/SpotLight3D inspectorHugo Locurcio2022-07-251-0/+5
* Fix editor-only visibility for lightsreduz2022-06-231-0/+5
* Fix Light3D `angular_distance` property hint being in radiansHugo Locurcio2022-06-171-1/+1
* Tweak Light3D property hints for greater flexibilityHugo Locurcio2022-06-131-12/+11
* Add suffixes to all nodes and resourcesFireForge2022-06-111-4/+4
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-2/+2
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-3/+3
* Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enumHugo Locurcio2022-03-171-8/+13
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+0
* Remove unused `shadow_color` property from Light3DHugo Locurcio2022-03-041-14/+1
* Implement distance fade properties in OmniLight3D and SpotLight3DHugo Locurcio2022-02-251-1/+66
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-6/+5
* Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde2022-01-201-2/+2
|\
| * Rename and reorder bake mode properties for consistencyHugo Locurcio2021-12-141-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-3/+3
* Fix properties being displayed when they shouldn't in DirectionalLight3DHugo Locurcio2021-10-251-3/+4
* Merge pull request #54084 from reduz/node3d-rotation-optionsRémi Verschelde2021-10-251-0/+1
|\
| * Refactored Node3D rotation modesreduz2021-10-251-0/+1
* | Only show relevant properties in the DirectionalLight3D inspectorHugo Locurcio2021-10-251-13/+21
|/
* Display a editor gizmo icon for Listener3DHugo Locurcio2021-09-161-4/+0
* Improvements to SpotLight3D and OmniLight3D's shadowsjfons2021-08-191-8/+1
* Merge pull request #51025 from reduz/fix-directional-shadow-biasRémi Verschelde2021-08-131-2/+7
|\
| * Fix directional shadow biasreduz2021-07-291-2/+7
* | Fix some unnecessary includesAaron Franke2021-08-131-4/+0
* | Use real_t in 3D nodesAaron Franke2021-08-031-4/+4
|/
* Node3D gizmo improvementsjfons2021-07-231-2/+2
* Remove leftovers from the DirectionalLight3D Optimized shadow depth rangeHugo Locurcio2021-07-021-17/+0
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-4/+4
* Fix editor suffixes and degrees conversionreduz2021-06-301-5/+5
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1