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.2 branch - 1st batch #1372

Merged
merged 11 commits into from
Feb 16, 2024

Commits on Jan 22, 2024

  1. Avoid error from -Werror=type-limits on GCC 11

    (cherry picked from commit cad5be5)
    dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    aaffda2 View commit details
    Browse the repository at this point in the history
  2. Add PackedRealArray as an alias for PackedFloat(32/64)Array

    (cherry picked from commit 646c71c)
    aaronfranke authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0472b6b View commit details
    Browse the repository at this point in the history
  3. Allow detecting when building as a GDExtension

    (cherry picked from commit e17c7bf)
    aaronfranke authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    81a72ff View commit details
    Browse the repository at this point in the history
  4. Add an error message if android NDK is not installed

    (cherry picked from commit 718d0ba)
    ArchLinus authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f9b66e3 View commit details
    Browse the repository at this point in the history
  5. Fix expected argument count for call errors

    (cherry picked from commit b77cb64)
    AThousandShips authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    62eed50 View commit details
    Browse the repository at this point in the history
  6. Add missing OP_POWER operator to Variant

    (cherry picked from commit f037a69)
    AThousandShips authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c0b2d85 View commit details
    Browse the repository at this point in the history
  7. Remove "godot" namespace when binding global constants.

    (cherry picked from commit bd40a94)
    Daylily-Zeleen authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3129672 View commit details
    Browse the repository at this point in the history
  8. Update README.md with basic pre-requisites

    (cherry picked from commit ee169b2)
    nightblade9 authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    300e743 View commit details
    Browse the repository at this point in the history
  9. Fix AABB.encloses failing on shared upper bound

    (cherry picked from commit 3943e41)
    AThousandShips authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    97214ec View commit details
    Browse the repository at this point in the history
  10. Rework GDCLASS macro to allow pure virtual functions

    (cherry picked from commit 5f350e2)
    Naros authored and dsnopek committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    dc76664 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Update README: fix godot-cpp issue tracker url

    (cherry picked from commit 8a535d0)
    MJacred authored and dsnopek committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    45dc04f View commit details
    Browse the repository at this point in the history