Skip to content

v2.2-stable

Latest
Compare
Choose a tag to compare
@Free-Pascal-meets-SDL-Website Free-Pascal-meets-SDL-Website released this 02 Jan 19:43
· 63 commits to master since this release

This is version 2.2 of the PGD Community SDL2-for-Pascal Units.

Release notes:

  • SDL2 unit is up-to-date with at least version 2.0.14 of the SDL2 library (exception sdlthread.inc)
  • many aliases got replaced by typed enums
  • add single and double pointers for all types (thanks furious-programming)
  • update SDL_ttf.pas to latest version 2.21.0
  • replace data types by c data types (see PR #29)
  • add folder structure (see PR #27)
  • many bugfixes