Skip to content

Tags: quuxtastic/python-tcod

Tags

8.3.2

Toggle 8.3.2's commit message

Unverified

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

Fixed
 - Fixed rare access violations for some functions which took strings as
   parameters, such as `tcod.console_init_root`.

8.3.1

Toggle 8.3.1's commit message

Unverified

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

Fixed
 - libtcodpy key and mouse functions will no longer accept the wrong types.
 - The `new_struct` method was not being called for libtcodpy's custom parsers.

8.3.0

Toggle 8.3.0's commit message

Unverified

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

Added
 - Added BSP traversal methods in tcod.bsp for parity with libtcodpy.
Deprecated
 - Already deprecated bsp functions are now even more deprecated.

8.2.0

Toggle 8.2.0's commit message

Unverified

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

Added
 - New layout `tcod.FONT_LAYOUT_CP437`.
Changed
 - Updated libtcod to 1.10.2
 - `tcod.console_print_frame` and `Console.print_frame` now support Unicode
   strings.
Deprecated
 - Deprecated using bytes strings for all printing functions.
Fixed
 - Console objects are now initialized with spaces. This fixes some blit
   operations.
 - Unicode code-points above U+FFFF will now work on all platforms.

8.1.1

Toggle 8.1.1's commit message

Unverified

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

Fixed
 - Printing a frame with an empty string no longer displays a title bar.

8.1.0

Toggle 8.1.0's commit message

Unverified

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

Changed
 - Heightmap functions now support 'F_CONTIGUOUS' arrays.
 - `tcod.heightmap_new` now has an `order` parameter.
 - Updated SDL to 2.0.9
Deprecated
 - Deprecated heightmap functions which sample noise grids, this can be done
   using the `Noise.sample_ogrid` method.

8.0.0

Toggle 8.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.
8.0.0

Changed
 - The default renderer can now be anything if not set manually.
 - Better error message for when a font file isn't found.

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.