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

Add support for SDL3 (Centurion 8.0.0) #139

Draft
wants to merge 34 commits into
base: dev
Choose a base branch
from
Draft

Add support for SDL3 (Centurion 8.0.0) #139

wants to merge 34 commits into from

Commits on Jun 7, 2024

  1. Add SDL submodules

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3a53373 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1766d7a View commit details
    Browse the repository at this point in the history
  3. Update .clang-format

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0d263a5 View commit details
    Browse the repository at this point in the history
  4. Delete .gitkeep

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7c31b3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a3cc9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5e8d9d View commit details
    Browse the repository at this point in the history
  7. Remove old examples

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7df25d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a671f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fd636c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e6c417 View commit details
    Browse the repository at this point in the history
  11. Remove old code

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cf72ed2 View commit details
    Browse the repository at this point in the history
  12. Update LICENSE

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0a6cdde View commit details
    Browse the repository at this point in the history
  13. Update README.md

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3729b94 View commit details
    Browse the repository at this point in the history
  14. Update vcpkg.json

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    04e5606 View commit details
    Browse the repository at this point in the history
  15. Delete Doxyfile

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0400d81 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0982964 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c278051 View commit details
    Browse the repository at this point in the history
  18. Add extent types

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2e143a3 View commit details
    Browse the repository at this point in the history
  19. Add point types

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3c5e392 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d6e48f7 View commit details
    Browse the repository at this point in the history
  21. Add error tests

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c07f8eb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8aed11f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2a92371 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1c8c704 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7c57de7 View commit details
    Browse the repository at this point in the history
  26. Add unit test main

    albin-johansson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    40c160e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Add iostream types

    albin-johansson committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    0cbcae1 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    albin-johansson committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    98e9221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa50cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5fc252 View commit details
    Browse the repository at this point in the history
  5. Add filesystem APIs

    albin-johansson committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    ca26508 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c2d691 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3dcbaae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31a4ac3 View commit details
    Browse the repository at this point in the history