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

Draw rectangles as lines for some SDL versions. #6801

Merged
merged 2 commits into from
Jun 26, 2022

Commits on Jun 26, 2022

  1. draw: Draw rectangles as lines for some SDL versions.

    Some versions of SDL aren't very good at drawing rectangles, on some
    systems.
    
    Aimed at fixing wesnoth#6799.
    mesilliac committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    382692c View commit details
    Browse the repository at this point in the history
  2. sdl: Add a cheap runtime SDL version check.

    A few places were updated to use this check, including one that turned
    out to be incorrectly making runtime decisions at compile time.
    mesilliac committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    76422ac View commit details
    Browse the repository at this point in the history