- `tcod.map.compute_fov` now takes a 2-item tuple instead of separate `x` and `y` parameters. This causes less confusion over how axes are aligned.
10.1.1
Changed
- Better string representations for `tcod.event.Event` subclasses.
Fixed
- Fixed regressions in text alignment for non-rectangle print functions.
10.1.0
Added
- `tcod.console_init_root` now has an optional `vsync` parameter.
10.0.5
Fixed
- Fixed shader compilation issues in the OPENGL2 renderer. - Fallback fonts should fail less on Linux.
10.0.4
Changed
- Now depends on cffi 0.12 or later.
Fixed
- `tcod.console_init_root` and `tcod.console_set_custom_font` will raise exceptions instead of terminating. - Fixed issues preventing `tcod.event` from working on 32-bit Windows.
10.0.3
Fixed
- Corrected bounding box issues with the `Console.print_box` method.