Skip to content

15.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 10:59
· 151 commits to main since this release
15.0.3
814f54f

Deprecated

  • Deprecated all libtcod color constants. Replace these with your own manually defined colors.
    Using a color will tell you the color values of the deprecated color in the warning.
  • Deprecated older scancode and keysym constants. These were replaced with the Scancode and KeySym enums.

Fixed

  • DLL loader could fail to load SDL2.dll when other tcod namespace packages were installed.