Skip to content

Tags: odidev/python-tcod

Tags

13.1.0

Toggle 13.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
13.1.0

Added
 - Added the `tcod.tileset.procedural_block_elements` function.
Removed
 - Python 3.6 is no longer supported.

13.0.0

Toggle 13.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
13.0.0

Changed
 - Console print and drawing functions now always use absolute coordinates for negative numbers.

12.7.3

Toggle 12.7.3's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
12.7.3

Deprecated
 - `tcod.console_is_key_pressed` was replaced with `tcod.event.get_keyboard_state`.
 - `tcod.console_from_file` is deprecated.
 - The `.asc` and `.apf` formats are no longer actively supported.

Fixed
 - Fixed the parsing of SDL 2.0.16 headers.

12.7.2

Toggle 12.7.2's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
12.7.2

Fixed
 - *Scancode* and *KeySym* enums no longer crash when SDL returns an unexpected value.

12.7.1

Toggle 12.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
12.7.1

Added
 - Started uploading wheels for ARM64 macOS.

12.7.0

Toggle 12.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
12.7.0

Added
 - *tcod.image* and *tcod.tileset* now support *pathlib*.

Fixed
 - Wheels for 32-bit Windows now deploy again.

12.6.2

Toggle 12.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
12.6.2

Fixed
 - Git is no longer required to install from source.

12.6.1

Toggle 12.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
12.6.1

Fixed
 - Fixed version mismatch when building from sources.

12.6.0

Toggle 12.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
12.6.0

Added
 - Added the *decoration* parameter to *Console.draw_frame*.
   You may use this parameter to designate custom glyphs as the frame border.

Deprecated
 - The handling of negative indexes given to console drawing and printing
   functions will be changed to be used as absolute coordinates in the future.

Fixed
 - Fixed version mismatch when building from sources.

12.5.1

Toggle 12.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
HexDecimal Kyle Benesch
12.5.1

Fixed
 - The setup script should no longer fail silently when cffi is unavailable.