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

Cherry-picks for the godot-cpp 4.1 branch - 10th batch #1466

Merged
merged 9 commits into from
May 28, 2024

Commits on May 17, 2024

  1. Backport miscellaneous changes that can't be cherry-picked

    (cherry picked from commit 9afbdb9)
    dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d24983d View commit details
    Browse the repository at this point in the history
  2. Implement to/from dict helpers for PropertyInfo/MethodInfo

    (cherry picked from commit 2a041b5)
    Naros authored and dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a75e33c View commit details
    Browse the repository at this point in the history
  3. [Math] Add is_finite methods

    (cherry picked from commit d389171)
    AThousandShips authored and dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    11cd9a0 View commit details
    Browse the repository at this point in the history
  4. Add static_assert() for register_class

    (cherry picked from commit 1fa7a9c)
    pupil1337 authored and dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    82ea3f7 View commit details
    Browse the repository at this point in the history
  5. Give compile-time error if registering a class without its own `_bind…

    …_methods()` function
    
    (cherry picked from commit ca46ef4)
    dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fff665e View commit details
    Browse the repository at this point in the history
  6. Correctly handle Object * arguments that were encoded as nullptr

    (cherry picked from commit 37542dc)
    dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6123c86 View commit details
    Browse the repository at this point in the history
  7. Allow forwarding from ClassDB to ClassDBSingleton to support enum…

    …erations
    
    (cherry picked from commit e1b3b32)
    dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6328728 View commit details
    Browse the repository at this point in the history
  8. mark return value of get_class_static and get_parent_class_static

    … as const
    
    (cherry picked from commit 3db8549)
    Daylily-Zeleen authored and dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1ab42ec View commit details
    Browse the repository at this point in the history
  9. Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class

    (cherry picked from commit 06373ce)
    dsnopek committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7b93607 View commit details
    Browse the repository at this point in the history