Skip to content

12.0.0

Compare
Choose a tag to compare
@HexDecimal HexDecimal released this 06 Mar 03:18
12.0.0
8e93460

Deprecated

  • The Random class will now warn if the seed it's given will not used
    deterministically. It will no longer accept non-integer seeds in the future.

Changed

  • Now bundles SDL 2.0.14 for MacOS.
  • tcod.event can now detect and will warn about uninitialized tile
    attributes on mouse events.

Removed

  • Python 3.5 is no longer supported.
  • The tdl module has been dropped.