This commit is contained in:
Spartan322
2025-05-01 01:30:09 -04:00
447 changed files with 34939 additions and 9919 deletions

View File

@@ -82,3 +82,11 @@ Validate extension JSON: Error: Field 'classes/TextServerExtension/methods/_shap
Validate extension JSON: Error: Field 'classes/TextServerExtension/methods/_shaped_text_draw_outline/arguments': size changed value in new API, from 7 to 8.
Optional "oversmpling" argument added. Compatibility methods registered.
GH-104269
---------
Validate extension JSON: API was removed: classes/RenderingServer/methods/instance_set_interpolated
Validate extension JSON: API was removed: classes/RenderingServer/methods/instance_reset_physics_interpolation
Functionality moved out of server.

View File

@@ -22,6 +22,9 @@ if command -v jq 2>&1 >/dev/null; then
fi
fi
done
else
echo 'Error: Could not find 'jq' command. Is jq installed? Try running "brew install jq" or "port install jq" and rerunning this script.'
exit 0
fi
# Download and install the Vulkan SDK.