Skip to content

Releases: Pharap/SDL2-Project-Template

Fix release build and missing filters

02 Apr 16:41
3980e4c
Compare
Choose a tag to compare
  • The release builds were broken due to missing library linkage. This is now fixed.
  • The release builds were missing the COPY build event. This is now fixed.
  • Several files were missing from the filters. This is now fixed.
    • The missing filters were for SDL_locale.h, SDL_metal.h, SDL_misc.h and SDL_sensor.h

Fix missing project template inclusions

23 May 12:38
16fffa5
Compare
Choose a tag to compare

The previous release wasn't properly including the files introduced by the new SDL version.
This release updates the .template and .vcxproj files to ensure that the template properly copies and includes the files into any created projects.

SDL_ttf and SDL_image

09 May 01:28
dacba15
Compare
Choose a tag to compare

Added SDL_ttf and SDL_image. Updated SDL2.

  • SDL2: 2.0.14
  • SDL_ttf: 2.0.12
  • SDL_image: 2.0.5

Second Release

18 Apr 07:24
3b9e8e5
Compare
Choose a tag to compare

Fixed an issue for Windows 10 users and improved the Main.cpp file.

Initial Release

24 Oct 00:04
d34c484
Compare
Choose a tag to compare

main is currently very simple, it just opens a window, waits 1 second, closes the window and then returns 0.