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

Update godot_nativescript.h (breaking changes in godot_property_hint) #1011

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 20, 2023

  1. Update godot_nativescript.h (breaking changes in godot_property_hint)

    GDNative API introduced breaking changes here by adding enum constants in the middle,
    severing compatibility of current godot-rust with Godot versions prior to 3.5(.1).
    
    This change was already applied to api.json, but not the C API itself.
    Bromeon committed May 20, 2023
    Configuration menu
    Copy the full SHA
    36feac0 View commit details
    Browse the repository at this point in the history
  2. Update gdnative_api.json + entire godot_headers to 3.5.1

    Add explicit support for ARVR 1.2 (type godot_gdnative_ext_arvr_1_2_api_struct).
    
    See tagged releases:
    https://github.com/godotengine/godot-headers/tree/godot-3.5.1-stable
    https://github.com/godotengine/godot/tree/3.5.1-stable
    Bromeon committed May 20, 2023
    Configuration menu
    Copy the full SHA
    e966315 View commit details
    Browse the repository at this point in the history
  3. Incorporate API changes from Godot 3.5.2-stable

    Only api.json changed, gdnative_api.json didn't.
    Bromeon committed May 20, 2023
    Configuration menu
    Copy the full SHA
    2dee467 View commit details
    Browse the repository at this point in the history
  4. Incorporate API changes from latest Godot dev version

    Godot 3.x commit: 1538b870f16c8bddfae1e66a30c24bfb299b55d6
    Bromeon committed May 20, 2023
    Configuration menu
    Copy the full SHA
    263a6e7 View commit details
    Browse the repository at this point in the history