Skip to content
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

Remove deprecated symbols from v0.9 #828

Merged
merged 8 commits into from Dec 19, 2021

Commits on Dec 19, 2021

  1. Remove deprecated methods

    Changes:
    * ClassBuilder
      * Remove add_method()
      * Remove add_method_advanced() -- now private
      * Remove add_method_with_rpc_mode()
      * Rename add_property() -> build_property()
    * Remove ScriptMethod, ScriptMethodFn, ScriptMethodAttributes
    * Color
      * Remove rgb(), rgba()
    * PoolArray type aliases
      * Add name of Godot equivalent + API link
    Bromeon committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    d9b69e9 View commit details
    Browse the repository at this point in the history
  2. Rename Element -> PoolElement

    Makes the relation to PoolArray clearer.
    Bromeon committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    2be3957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    479369a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1954608 View commit details
    Browse the repository at this point in the history
  5. Remove FloatHint::Enum variant

    Bromeon committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    35f4ad2 View commit details
    Browse the repository at this point in the history
  6. Variant, String: rename forget() -> leak()

    Consistent with standard Vec::leak(), Box::leak() etc.
    Bromeon committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    1c94e10 View commit details
    Browse the repository at this point in the history
  7. Add SignalBuilder struct; rename SignalArgument -> SignalParam; integ…

    …rate into ClassBuilder
    Bromeon committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    b0d28df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    305b57f View commit details
    Browse the repository at this point in the history