Fixed - Use correct math for tile-based delta in mouse events. - New renderers now support tile-based mouse coordinates. - SDL2 renderer will now properly refresh after the window is resized. - MinGW samples now bundle their own runtimes.
1.10.2
Fixed - Version numbers were not updated.
1.10.1
Changed - `RENDERER_OPENGL2` now only needs OpenGL 2.0 to load.
Fixed - `FONT_LAYOUT_CP437` constant was missing from libtcodpy. - Function stubs for `TCOD_console_set_keyboard_repeat` and `TCOD_console_disable_keyboard_repeat` have been added to the ABI, this should fix older programs which depended on them existing.
1.10.0
Added - Added pkg-config for 'libtcod' on AutoTools builds. - Added `TCOD_FONT_LAYOUT_CP437`.
Fixed - `RENDERER_OPENGL2` constant was missing from libtcodpy. - Fixed crash when assigning to larger code-points. - Fixed center alignment on printf functions. - Fixed missing border tiles on printf frame function.
1.9.0
Added - New renderer: `TCOD_RENDERER_OPENGL2` - `TCOD_RENDERER_SDL2` and `TCOD_RENDERER_OPENGL2` now have reliable fullscreen support. - SCons MSVC releases now include libtcod's `.pdb` file.
Changed - `src/vendor` must be included when building libtcod. - `glad.c` added to vendor directory. - In GCC builds: non-public symbols are no longer visible by default.