Skip to content

13.2.0

Compare
Choose a tag to compare
@HexDecimal HexDecimal released this 24 Dec 21:32
13.2.0
033c862

Added

  • New console parameter in tcod.context.new which sets parameters from an existing Console.

Changed

  • Using libtcod 1.20.0.

Fixed

  • Fixed segfault when an OpenGL2 context fails to load.
  • Gaussian number generation no longer affects the results of unrelated RNG's.
  • Gaussian number generation is now reentrant and thread-safe.
  • Fixed potential crash in PNG image loading.