Skip to content

12.1.0

Compare
Choose a tag to compare
@HexDecimal HexDecimal released this 01 Apr 19:06
12.1.0
07258cb

Added

  • Added package-level PyInstaller hook.

Changed

  • Using libtcod 1.16.7.
  • tcod.path.dijkstra2d now returns the output and accepts an out parameter.

Deprecated

  • In the future tcod.path.dijkstra2d will no longer modify the input by default. Until then an out parameter must be given.

Fixed

  • Fixed crashes from loading tilesets with non-square tile sizes.
  • Tilesets with a size of 0 should no longer crash when used.
  • Prevent division by zero from recommended-console-size functions.