Skip to content

16.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 10:58
· 108 commits to main since this release
16.0.3
a934524

Changed

  • Enabled logging for libtcod and SDL.

Deprecated

  • Deprecated using tcod as an implicit alias for libtcodpy.
    You should use from tcod import libtcodpy if you want to access this module.
  • Deprecated constants being held directly in tcod, get these from tcod.libtcodpy instead.
  • Deprecated tcod.Console which should be accessed from tcod.console.Console instead.