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
Alternative syntax for number symbols with KeySym, can now specify KeySym["3"], etc. Only available on Python 3.13 or later.
Fixed
Fixed regression with lowercase key symbols with tcod.event.K_* and KeySym.* constants, these are still deprecated. Event constants are only fixed for tcod.event.K_*, not the undocumented tcod.event_constants module. Lowercase KeySym.* constants are only available on Python 3.13 or later.
BSP.split_recursive did not accept a Random class as the seed. #168