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

Parse cli arguments + log with SDL_Log #30

Merged
merged 9 commits into from
Jun 26, 2024

Commits on Jun 26, 2024

  1. cmake: copy DLL dependencies to output path

    This also copies SDL3.dll from an external path when using system
    dependencies.
    madebr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5a5834f View commit details
    Browse the repository at this point in the history
  2. Only include <SDL3/SDL.h>

    madebr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    049f00d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb9c4e View commit details
    Browse the repository at this point in the history
  4. Use SDL_CreateWIndowWithProperties to create SDL window

    Less branching => Clearer code
    madebr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e3f02e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df2bc58 View commit details
    Browse the repository at this point in the history
  6. Fix d3drm32.def for msvc

    madebr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7f08e4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    382d24b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3204429 View commit details
    Browse the repository at this point in the history
  9. inparser will/should create libiniparser.lib for static libraries and…

    … iniparser.lib for a shared library
    madebr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f4dd988 View commit details
    Browse the repository at this point in the history