summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-18 11:23:29 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-18 11:23:29 +0100
commite8755b380a7fec6a6226679648b7584e04008fa5 (patch)
treee3bdfa22c1da58ab36d8da09d946c5c64dcb6502 /misc
parent8f0c20ee8d5564d4a8131deb4d5341b60edbcff8 (diff)
parent08f4560e6987fa9c4b2c4b8e86665e2862a43ed9 (diff)
downloadredot-engine-e8755b380a7fec6a6226679648b7584e04008fa5.tar.gz
Merge pull request #84792 from scriptsengineer/distance-fog
Add optional depth fog to Environment
Diffstat (limited to 'misc')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index b3da7c0877..b801066204 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -140,3 +140,10 @@ GH-86661
Validate extension JSON: Error: Field 'classes/Animation/methods/track_find_key/arguments': size changed value in new API, from 3 to 4.
Added optional argument to track_find_key to avoid finding keys out of the animation range. Compatibility method registered.
+
+
+GH-84792
+--------
+Validate extension JSON: Error: Field 'classes/RenderingServer/methods/environment_set_fog/arguments': size changed value in new API, from 10 to 11.
+
+Added fog mode argument. Compatibility method registered.