index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
environment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-4
/
+1
|
\
|
*
Added external camera feed from external plugin on Android
maxime.chambefort
2024-10-30
1
-4
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Implement glow/bloom on compatibility renderer
Bastiaan Olij
2024-02-19
1
-2
/
+9
*
Add optional depth fog
Eidolon
2024-02-17
1
-1
/
+83
*
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-1
/
+1
*
Clamp Volumetric Fog Length property to prevent rendering issues
Hugo Locurcio
2023-08-10
1
-1
/
+1
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-4
/
+1
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-1
/
+1
*
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-02-26
1
-21
/
+0
*
Merge pull request #70602 from Calinou/environment-no-sky-hide-ambient-light-...
Rémi Verschelde
2023-01-19
1
-0
/
+12
|
\
|
*
Hide Ambient Light properties in Environment inspector depending on mode
Hugo Locurcio
2022-12-26
1
-0
/
+12
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-0
/
+1
|
/
*
Clean up Basis from Euler code
Aaron Franke
2022-10-21
1
-1
/
+1
*
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-3
/
+3
*
Merge pull request #60185 from Calinou/environment-fog-and-sky-affect
Rémi Verschelde
2022-09-01
1
-2
/
+42
|
\
|
*
Add Environment properties to control fog rendering on background sky
Hugo Locurcio
2022-09-01
1
-2
/
+42
*
|
Implement Physical Light Units as an optional setting.
clayjohn
2022-08-31
1
-78
/
+35
|
/
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-21
/
+21
*
Remove unintentional PROPERTY_USAGE_INTERNAL
RedMser
2022-08-18
1
-9
/
+9
*
Fix some property validation not been refactored
RedMser
2022-08-18
1
-1
/
+1
*
Don't store the values of linked SDFGI properties in Environment
Hugo Locurcio
2022-08-04
1
-2
/
+4
*
Improve easing inspector usability
Hugo Locurcio
2022-08-01
1
-4
/
+4
*
Change fog density range hint to be 0 to 1 with or_greater
Aaron Franke
2022-07-21
1
-1
/
+1
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-2
/
+2
*
Add a property hint to Environment's `sky_rotation` property
Hugo Locurcio
2022-06-09
1
-1
/
+1
*
Merge pull request #55909 from Calinou/volumetric-fog-tweak-temporal-reprojec...
Clay John
2022-06-07
1
-1
/
+1
|
\
|
*
Tweak the volumetric fog temporal reprojection property hint
Hugo Locurcio
2021-12-13
1
-1
/
+1
*
|
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-1
/
+1
*
|
Basic 3D rendering
clayjohn
2022-05-12
1
-1
/
+0
*
|
Hide SSIL properties when SSIL is disabled in the Environment resource
Hugo Locurcio
2022-04-10
1
-0
/
+6
*
|
Rename "ss_reflections_" to "ssr_" in Environment
FireForge
2022-03-25
1
-8
/
+8
*
|
Clamp environment light sky contribution to the [0.0; 1.0] range
Hugo Locurcio
2022-02-14
1
-1
/
+3
*
|
Tweak default SDFGI settings for better quality
Hugo Locurcio
2022-02-06
1
-3
/
+3
*
|
add support for glow maps
Ansraer
2022-01-20
1
-1
/
+36
*
|
Allow using between 1 and 8 cascades for SDFGI
Hugo Locurcio
2022-01-17
1
-15
/
+7
*
|
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
Rémi Verschelde
2022-01-04
1
-1
/
+78
|
\
\
|
*
|
Added SSIL post processing effect
clayjohn
2021-11-06
1
-1
/
+78
*
|
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
|
/
|
/
|
*
|
Rename `GradientTexture` to `GradientTexture1D`
Andrii Doroshenko (Xrayez)
2021-11-07
1
-1
/
+1
*
|
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-9
/
+9
|
/
*
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
1
-23
/
+48
*
Fix the height fog effect
Brian Semrau
2021-10-14
1
-1
/
+1
*
Merge pull request #53523 from Calinou/remove-occlusion-color
Rémi Verschelde
2021-10-07
1
-14
/
+1
|
\
|
*
Remove unimplemented `Environment.ambient_light_occlusion_color` property
Hugo Locurcio
2021-10-07
1
-14
/
+1
*
|
Clamp Environment's SSR fade-in and fade-out to positive values
Hugo Locurcio
2021-10-07
1
-2
/
+2
|
/
*
Validates set_sdfgi_cascades argument range
Haoyu Qiu
2021-08-02
1
-0
/
+1
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-1
/
+1
[next]