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

Random chores #998

Merged
merged 8 commits into from
Dec 8, 2022
Merged

Random chores #998

merged 8 commits into from
Dec 8, 2022

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    398b57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34102db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db8ad1b View commit details
    Browse the repository at this point in the history
  4. Uncommented tests, fixed Transform::interpolate_with

    `Transform::interpolate_with` was erroneously implemented as its Godot 4
    version. The error went through because the TODO comment wasn't checked.
    This reverts it to the Godot 3 behavior of performing `slerp`, which is
    what users of GDNative is likely expecting.
    chitoyuu committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3c09e6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5b558e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Appease clippy

    chitoyuu committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a3eaacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6965937 View commit details
    Browse the repository at this point in the history
  3. Use new format macro syntax

    chitoyuu committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2cde642 View commit details
    Browse the repository at this point in the history