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 to latest SDL3-CS friendly overload and null-terminated UTF8 conversion #6245

Merged
merged 5 commits into from
Apr 17, 2024

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    126a55d View commit details
    Browse the repository at this point in the history
  2. Use SDL3.UTF8GetBytes() instead of Encoding.UTF8.GetBytes()

    `Encoding.UTF8.GetBytes()` is really unsafe as it doesn't guarantee null-termination.
    Susko3 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    faeb22a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Use implicit Utf8String conversions

    Added in: ppy/SDL3-CS#37
    Susko3 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    384ddf7 View commit details
    Browse the repository at this point in the history
  2. Update package

    smoogipoo committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c92774f View commit details
    Browse the repository at this point in the history
  3. Fix iOS build

    smoogipoo committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    041900c View commit details
    Browse the repository at this point in the history