You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.