Skip to content

Releases: libtcod/python-tcod

v1.4.0

22 Jun 23:37
Compare
Choose a tag to compare
  • The DLL's have been moved into another library which you can find at https://github.com/HexDecimal/libtcod-cffi
    You can use this library to have some raw access to libtcod if you want.
    Plus it can be used alongside TDL.
  • The libtocd console objects in Console instances have been made public.
  • Added tdl.event.wait function. This function can called with a timeout and
    can automatically call tdl.flush.

v1.3.1

20 Jun 05:48
Compare
Choose a tag to compare
  • Fixed pathfinding regressions.

v1.3.0: Merge pull request #7 from HexDecimal/libtcod-cffi

19 Jun 14:40
Compare
Choose a tag to compare
  • Updated backend to use python-cffi instead of ctypes. This gives decent
    boost to speed in CPython and a drastic to boost in speed in PyPy.

v1.2.0

07 Jun 07:39
Compare
Choose a tag to compare
  • The set_colors method now changes the default colors used by the draw_*
    methods. You can use Python's Ellipsis to explicitly select default colors
    this way.
  • Functions and Methods renamed to match Python's style-guide PEP 8, the old
    function names still exist and are depreciated.
  • The fgcolor and bgcolor parameters have been shortened to fg and bg