-
-
Notifications
You must be signed in to change notification settings - Fork 224
v0.3 API removals #1039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Good point, I think all deprecated APIs in the v0.2 cycle will be removed. The last v0.2.x release will still contain the deprecations, and the migration guide (already WIP) recommends to update to latest patch before next minor, so that users get useful warnings instead of just missing symbols. |
Deprecated gdext/godot-macros/src/class/derive_godot_class.rs Lines 458 to 463 in d2dd6b8
Does nothing, we use the base to check if given class is EditorPlugin or not gdext/godot-macros/src/class/derive_godot_class.rs Lines 242 to 246 in d2dd6b8
|
Yes, point 4 🙂 |
To remove:
Tween::new_gd()
create_tween()
SceneTreeTimer
Export
forGd
ExtensionLibrary::override_hot_reload()
reloadable
in.gdextension
in the future (once that's accessible from Rust)All deprecated APIs.
GdextBuild
should maybe bechanged into a modulerenamed. No module, a struct may help with knowing context, as it's not imported away. Possibly something likeBuildMetadata
,BuildMeta
,BuildInfo
,ApiInfo
,LibMetadata
or so..The text was updated successfully, but these errors were encountered: