summaryrefslogtreecommitdiffstats
path: root/scene/3d/fog_volume.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-3/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-1/+6
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-13/+31
* 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
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-0/+1
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-4/+3
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Add Cone and Cylinder shapes to FogVolumeHugo Locurcio2022-05-251-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Validate fog volume propertiesclayjohn2021-11-011-0/+1
* Fix crashing of `FogVolume`s when `WorldEnvironment` was addedYuri Roubinsky2021-10-291-1/+3
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-0/+119