Skip to content

19.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Oct 04:20
19.6.0
37e1b34

Added

  • Alternative syntax for number symbols with KeySym, can now specify KeySym["3"], etc.
    Only available on Python 3.13 or later.

Fixed

  • Fixed regression with lowercase key symbols with tcod.event.K_* and KeySym.* constants, these are still deprecated.
    Event constants are only fixed for tcod.event.K_*, not the undocumented tcod.event_constants module.
    Lowercase KeySym.* constants are only available on Python 3.13 or later.
  • BSP.split_recursive did not accept a Random class as the seed. #168