Skip to content

Commit

Permalink
Fix extension API validation warning after godotengine#92861
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored and chryan committed Aug 6, 2024
1 parent 8075a64 commit 6236aa7
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions misc/extension_api_validation/4.2-stable.expected
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ Validate extension JSON: Error: Field 'classes/Animation/methods/value_track_int
Added optional argument to track_interpolate to treat playing backward correctly. Compatibility method registered.


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.
Expand Down Expand Up @@ -365,8 +358,10 @@ Validate extension JSON: Error: Field 'classes/EditorInspectorPlugin/methods/add

Optional arguments added. Compatibility methods registered.

GH-86661

GH-92861
--------
Validate extension JSON: Error: Field 'classes/Animation/methods/track_find_key/arguments': size changed value in new API, from 3 to 5.

Added optional argument to track_find_key to handle backward seeking. Compatibility method registered.
Added optional arguments to avoid finding keys out of the animation range (GH-86661), and to handle backward seeking.
Compatibility method registered.

0 comments on commit 6236aa7

Please sign in to comment.