Releases: libtcod/python-tcod
Releases · libtcod/python-tcod
12.7.3
Deprecated
tcod.console_is_key_pressed
was replaced withtcod.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
Fixed
- Scancode and KeySym enums no longer crash when SDL returns an unexpected value.
12.7.1
Added
- Started uploading wheels for ARM64 macOS.
12.7.0
Added
- tcod.image and tcod.tileset now support pathlib.
Fixed
- Wheels for 32-bit Windows now deploy again.
12.6.2
Fixed
- Git is no longer required to install from source.
12.6.1
Fixed
- Fixed version mismatch when building from sources.
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.
12.5.1
Fixed
- The setup script should no longer fail silently when cffi is unavailable.
12.5.0
Changed
KeyboardEvent
's 'scancode
,sym
, andmod
attributes now use their respective enums.
12.4.0
Added
- Added modernized REXPaint saving/loading functions.
tcod.console.load_xp
tcod.console.save_xp
Changed
- Using
libtcod 1.18.1
.
Fixed
tcod.event.KeySym
andtcod.event.Scancode
can now be hashed.