Tcod

Latest version: v16.2.2

Safety actively analyzes 621892 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 21

16.2.2

Fixed

- Ignore the locale when encoding file paths outside of Windows.
- Fix performance when calling joystick functions.

16.2.1

Fixed
- Fixed errors loading files where their paths are non-ASCII and the C locale is not UTF-8.

16.2.0

Changed
- Renamed `gauss` methods to fix typos.

16.1.1

Changed
- Added an empty `__slots__` to `EventDispatch`.
- Bundle `SDL 2.28.1` on Windows and MacOS.

Fixed
- Fixed "SDL failed to get a vertex buffer for this Direct3D 9 rendering batch!"
https://github.com/libtcod/python-tcod/issues/131

Removed
- Dropped support for Python 3.7.

16.1.0

Added
- Added the enums `tcod.event.MouseButton` and `tcod.event.MouseButtonMask`.

Changed
- Using `libtcod 1.24.0`.

Deprecated
- Mouse button and mask constants have been replaced by enums.

Fixed
- `WindowResized` literal annotations were in the wrong case.

16.0.3

Changed
- Enabled logging for libtcod and SDL.

Deprecated
- Deprecated using `tcod` as an implicit alias for `libtcodpy`.
You should use `from tcod import libtcodpy` if you want to access this module.
- Deprecated constants being held directly in `tcod`, get these from `tcod.libtcodpy` instead.
- Deprecated `tcod.Console` which should be accessed from `tcod.console.Console` instead.

Page 1 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.