You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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.