Skip to content

Commit

Permalink
Merge pull request #77431 from RedworkDE/gdextension-breaking-changes…
Browse files Browse the repository at this point in the history
…-update

Update list of known breaking changes compared to 4.0-stable
  • Loading branch information
akien-mga committed May 24, 2023
2 parents 094e884 + 774e877 commit e2c1d71
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion misc/extension_api_validation/4.0-stable.expected
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,26 @@ GH-77143
--------
Validate extension JSON: Error: Hash mismatch for 'classes/WorkerThreadPool/methods/wait_for_task_completion'. This means that the function has changed and no compatibility function was provided.

Changed the return value from `void` to `Error`. No adjustments should be necessary.
Changed the return value from `void` to `Error`. No adjustments should be necessary.


GH-72842
--------
Validate extension JSON: API was removed: classes/PathFollow2D/methods/get_lookahead
Validate extension JSON: API was removed: classes/PathFollow2D/methods/set_lookahead
Validate extension JSON: API was removed: classes/PathFollow2D/properties/lookahead


GH-77413
--------
Validate extension JSON: Error: Field 'classes/GLTFSkin/properties/godot_skin': type changed value in new API, from "Object" to "Skin".


GH-76082
--------
Validate extension JSON: Error: Hash mismatch for 'builtin_classes/Basis/methods/looking_at'. This means that the function has changed and no compatibility function was provided.
Validate extension JSON: Error: Hash mismatch for 'builtin_classes/Transform3D/methods/looking_at'. This means that the function has changed and no compatibility function was provided.
Validate extension JSON: Error: Hash mismatch for 'classes/Node3D/methods/look_at'. This means that the function has changed and no compatibility function was provided.
Validate extension JSON: Error: Hash mismatch for 'classes/Node3D/methods/look_at_from_position'. This means that the function has changed and no compatibility function was provided.

Added an optional parameter with a default value. No adjustments should be necessary.

0 comments on commit e2c1d71

Please sign in to comment.