Skip to content

17.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 08:11
· 22 commits to main since this release
17.0.0
048d180

Changed

  • EventDispatch's on event methods are now defined as positional parameters, so renaming the event parameter is now valid in subclasses.

Deprecated

  • Keyboard bitmask modifiers tcod.event.KMOD_* have been replaced by tcod.event.Modifier.

Fixed

  • Suppressed internal mouse.tile_motion deprecation warning.
  • Fixed SDL renderer primitive drawing methods. #159