Skip to content

Tags: 00willo/python-tcod

Tags

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.

5.0.1

Toggle 5.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

 - tdl.event no longer crashes with StopIteration on Python 3.7

5.0.0

Toggle 5.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

 - tcod.path: all classes now use `shape` instead of `width` and `height`.
 - tcod.path now respects NumPy array shape, instead of assuming that arrays
   need to be transposed from C memory order.  From now on `x` and `y` mean
   1st and 2nd axis.  This doesn't affect non-NumPy code.
 - tcod.path now has full support of non-contiguous memory.

4.6.1

Toggle 4.6.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Broke everything about deployment in the last tag.