summaryrefslogtreecommitdiffstats
path: root/misc/extension_api_validation/4.2-stable.expected
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2024-01-12 17:23:53 +0100
committerGilles Roudière <gilles.roudiere@gmail.com>2024-01-17 16:05:50 +0100
commit48bed5050b4a2d695953ace409c577bdfefe0038 (patch)
tree6ccfbedea89c1623a68111b8f86377f995f5b354 /misc/extension_api_validation/4.2-stable.expected
parent107f2961ccfac179af7682eb5f6e7ea91e80040c (diff)
downloadredot-engine-48bed5050b4a2d695953ace409c577bdfefe0038.tar.gz
Make TileMapLayers extend Node2D and work as children of TileMap
Diffstat (limited to 'misc/extension_api_validation/4.2-stable.expected')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index 2c52144896..25094dda77 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -51,3 +51,11 @@ Validate extension JSON: Error: Field 'classes/RenderingDevice/methods/texture_u
Barrier arguments have been removed from all relevant functions as they're no longer required.
Draw and compute list overlap no longer needs to be specified.
Initial and final actions have been simplified into fewer options.
+
+
+GH-87115
+--------
+Validate extension JSON: Error: Field 'classes/TileMap/methods/get_collision_visibility_mode': is_const changed value in new API, from false to true.
+Validate extension JSON: Error: Field 'classes/TileMap/methods/get_navigation_visibility_mode': is_const changed value in new API, from false to true.
+
+Two TileMap getters were made const. No adjustments should be necessary.