- tcod.Key and tcod.Mouse no longer ignore initiation parameters.
6.0.2
Fixed
- Fixed color constants missing at build-time.
6.0.1
Fixed
- Source distributions were missing C++ source files.
6.0.0
Changed
- Project renamed to tcod on PyPI.
Deprecated
- Passing bytes strings to libtcodpy print functions is deprecated.
Fixed
- Fixed libtcodpy print functions not accepting bytes strings. - libtcod constants are now generated at build-time fixing static analysis tools.
5.0.1
Fixed
- tdl.event no longer crashes with StopIteration on Python 3.7
5.0.0
Changed
- tcod.path: all classes now use `shape` instead of `width` and `height`. - tcod.path now respects NumPy array shape, instead of assuming that arrays need to be transposed from C memory order. From now on `x` and `y` mean 1st and 2nd axis. This doesn't affect non-NumPy code. - tcod.path now has full support of non-contiguous memory.