summaryrefslogtreecommitdiffstats
path: root/scene/resources/environment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-4/+1
|\
| * Added external camera feed from external plugin on Androidmaxime.chambefort2024-10-301-4/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Implement glow/bloom on compatibility rendererBastiaan Olij2024-02-191-2/+9
* Add optional depth fogEidolon2024-02-171-1/+83
* Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-1/+1
* Clamp Volumetric Fog Length property to prevent rendering issuesHugo Locurcio2023-08-101-1/+1
* Unify and streamline connecting to Resource changeskobewi2023-07-171-4/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-21/+0
* Merge pull request #70602 from Calinou/environment-no-sky-hide-ambient-light-...Rémi Verschelde2023-01-191-0/+12
|\
| * Hide Ambient Light properties in Environment inspector depending on modeHugo Locurcio2022-12-261-0/+12
* | 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
|/
* Clean up Basis from Euler codeAaron Franke2022-10-211-1/+1
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-3/+3
* Merge pull request #60185 from Calinou/environment-fog-and-sky-affectRémi Verschelde2022-09-011-2/+42
|\
| * Add Environment properties to control fog rendering on background skyHugo Locurcio2022-09-011-2/+42
* | Implement Physical Light Units as an optional setting.clayjohn2022-08-311-78/+35
|/
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-21/+21
* Remove unintentional PROPERTY_USAGE_INTERNALRedMser2022-08-181-9/+9
* Fix some property validation not been refactoredRedMser2022-08-181-1/+1
* Don't store the values of linked SDFGI properties in EnvironmentHugo Locurcio2022-08-041-2/+4
* Improve easing inspector usabilityHugo Locurcio2022-08-011-4/+4
* Change fog density range hint to be 0 to 1 with or_greaterAaron Franke2022-07-211-1/+1
* Add suffixes to all nodes and resourcesFireForge2022-06-111-2/+2
* Add a property hint to Environment's `sky_rotation` propertyHugo Locurcio2022-06-091-1/+1
* Merge pull request #55909 from Calinou/volumetric-fog-tweak-temporal-reprojec...Clay John2022-06-071-1/+1
|\
| * Tweak the volumetric fog temporal reprojection property hintHugo Locurcio2021-12-131-1/+1
* | Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* | Basic 3D renderingclayjohn2022-05-121-1/+0
* | Hide SSIL properties when SSIL is disabled in the Environment resourceHugo Locurcio2022-04-101-0/+6
* | Rename "ss_reflections_" to "ssr_" in EnvironmentFireForge2022-03-251-8/+8
* | Clamp environment light sky contribution to the [0.0; 1.0] rangeHugo Locurcio2022-02-141-1/+3
* | Tweak default SDFGI settings for better qualityHugo Locurcio2022-02-061-3/+3
* | add support for glow mapsAnsraer2022-01-201-1/+36
* | Allow using between 1 and 8 cascades for SDFGIHugo Locurcio2022-01-171-15/+7
* | Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde2022-01-041-1/+78
|\ \
| * | Added SSIL post processing effectclayjohn2021-11-061-1/+78
* | | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| |/ |/|
* | Rename `GradientTexture` to `GradientTexture1D`Andrii Doroshenko (Xrayez)2021-11-071-1/+1
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-9/+9
|/
* Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFogclayjohn2021-10-281-23/+48
* Fix the height fog effectBrian Semrau2021-10-141-1/+1
* Merge pull request #53523 from Calinou/remove-occlusion-colorRémi Verschelde2021-10-071-14/+1
|\
| * Remove unimplemented `Environment.ambient_light_occlusion_color` propertyHugo Locurcio2021-10-071-14/+1
* | Clamp Environment's SSR fade-in and fade-out to positive valuesHugo Locurcio2021-10-071-2/+2
|/
* Validates set_sdfgi_cascades argument rangeHaoyu Qiu2021-08-021-0/+1
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+1