Skip to content

Tags: iswoqqe/python-tcod

Tags

7.0.1

Toggle 7.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
7.0.1

Fixed
 - Building from source was failing because `console_2tris.glsl*` was missing
   from source distributions.

7.0.0

Toggle 7.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
7.0.0

Added
 - New `RENDERER_SDL2` and `RENDERER_OPENGL2` renderers.
Changed
 - Updated libtcod to 1.9.0
Removed
 - Dropped support for Python versions before 3.5
 - Dropped support for MacOS versions before 10.9 Mavericks.

6.0.7

Toggle 6.0.7's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed

 - The root console no longer loses track of buffers and console defaults on a
   renderer change.

6.0.6

Toggle 6.0.6's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed

 - Replaced missing wheels for older and 32-bit versions of MacOS.

6.0.5

Toggle 6.0.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed

 - Resolved CDefError error during source installs.

6.0.4

Toggle 6.0.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed

 - tcod.Key right-hand modifiers are now set independently at initialization,
   instead of mirroring the left-hand modifier value.

6.0.3

Toggle 6.0.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed

 - tcod.Key and tcod.Mouse no longer ignore initiation parameters.

6.0.2

Toggle 6.0.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed

 - Fixed color constants missing at build-time.

6.0.1

Toggle 6.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed

 - Source distributions were missing C++ source files.

6.0.0

Toggle 6.0.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Changed

 - Project renamed to tcod on PyPI.
Deprecated
 - Passing bytes strings to libtcodpy print functions is deprecated.
Fixed
 - Fixed libtcodpy print functions not accepting bytes strings.
 - libtcod constants are now generated at build-time fixing static analysis
   tools.