Tcod

Latest version: v17.1.0

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

Scan your dependencies

Page 27 of 45

3.1.0

Added

- You can now pass tdl Console instances as parameters to libtcod-cffi
functions expecting a tcod Console.

Changed

- Dependencies updated: `libtcod-cffi>=2.5.0,<3`
- The `Console.tcod_console` attribute is being renamed to
`Console.console_c`.

Deprecated

- The tdl.noise and tdl.map modules will be deprecated in the future.

Fixed

- Resolved crash-on-exit issues for Windows platforms.

3.0.2

Changed

- Dependencies updated: `libtcod-cffi>=2.4.3,<3`
- You can now create Console instances before a call to `tdl.init`.

Removed

- Dropped support for Python 3.3

Fixed

- Resolved issues with MacOS builds.
- 'OpenGL' and 'GLSL' renderers work again.

3.0.1

Changed

- `KeyEvent`'s with `text` now have all their modifier keys set to False.

Fixed

- Undefined behavior in text events caused crashes on 32-bit builds.

3.0.0

Added

- `KeyEvent` supports libtcod text and meta keys.

Changed

- `KeyEvent` parameters have been moved.
- This version requires `libtcod-cffi>=2.3.0`.

Deprecated

- `KeyEvent` camel capped attribute names are deprecated.

Fixed

- Crashes with key-codes undefined by libtcod.
- `tdl.map` typedef issues with libtcod-cffi.

2.0.1

Fixed

- `tdl.init` renderer was defaulted to OpenGL which is not supported in the
current version of libtcod.

2.0.0

Added
- Cmake scripts now have the `LIBTCOD_INSTALL` option to disable installation.
[153](https://github.com/libtcod/libtcod/issues/153)
- Added `TCOD_renderer_init_sdl3` which takes `SDL_PropertiesID` parameters.

Changed
- Switched from SDL2 to SDL3.
- Several functions have been moved inline, this will break the ABI.
- Provisional gui tools moved into the `tcod::gui` namespace.
- `TCODConsole::data` changed from protected to private.
- Renamed utility macros such as `MAX`, `MIN`, `ABS`, `CLAMP` and `LERP` to use `TCOD_` prefix.
- `TCOD_renderer_init_sdl2` `renderer_flags` parameter changed to just `vsync`.
- Libtcod library versions are no longer ABI compatible. Versions indicate API compatibility instead.

Deprecated
- `TCOD_ContextParams.tcod_version` is deprecated and should no longer be set.

Fixed
- `const` was missing from `TCOD_sys_update_char` image parameter.
- Prevent key modifiers from getting stuck when the root console is reinitialized.
- Fixed crash on `TCODPath` and `TCODDijkstra` move operations.
[159](https://github.com/libtcod/libtcod/issues/159)

Removed
- Removed long deprecated `libtcodpy` Python package.

Page 27 of 45

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.