Skip to content

Releases: libretro/libretro-chailove

0.16.1

13 Mar 02:09
e691703
Compare
Choose a tag to compare

Added

  • List() for linked list

0.15.0

05 Mar 05:00
31174f0
Compare
Choose a tag to compare

Changed

  • Updated the input description names
  • Switch Keyboard/Mouse input from SDL API to libretro API
  • love.mousepressed() and love.mousereleased() now pass the button name rather than its index

Added

  • love.keyboard.isScancodeDown()
  • love.mouse x1 and x2 buttons

0.14.2

18 Feb 00:37
f44a07a
Compare
Choose a tag to compare

Changed

0.13.0

20 Dec 16:50
77edbb1
Compare
Choose a tag to compare

Added

  • Documentation
  • math.random() for int, float and double numbers

Fixed

  • Renamed mousemove() callback to mousemoved()
  • love.graphics.setDefaultFilter() flags

0.11.0

10 Dec 05:05
ffa918a
Compare
Choose a tag to compare

Added

  • love namespace
    • Example: love.graphics.draw()
  • love.graphics.draw() rotation and scaling
  • love.graphics.setDefaultFilter()
  • love.graphics.getDefaultFilter()

Changed

Fixed

  • keyreleased() callback parameter types

ChaiLove 0.10.0

30 Nov 15:44
9297ac4
Compare
Choose a tag to compare

Added

  • Mac support
  • Unit testing

Changed

  • Coding standards