Releases: libretro/libretro-chailove
Releases · libretro/libretro-chailove
0.16.1
0.15.0
Changed
- Updated the input description names
- Switch Keyboard/Mouse input from SDL API to libretro API
love.mousepressed()
andlove.mousereleased()
now pass the button name rather than its index
Added
love.keyboard.isScancodeDown()
love.mouse
x1
andx2
buttons
0.14.2
Changed
- Moved source to libretro organization:
- Updated documentation
- Updated dependencies
- Fixed NativeTest
0.13.0
0.11.0
Added
love
namespace- Example:
love.graphics.draw()
- Example:
love.graphics.draw()
rotation and scalinglove.graphics.setDefaultFilter()
love.graphics.getDefaultFilter()
Changed
- ChaiScript_Extras now using original source as upstream issue is fixed
- Updated libretro-common
- Updated random
- Updated sdl-libretro
Fixed
keyreleased()
callback parameter types
ChaiLove 0.10.0
Added
- Mac support
- Unit testing
Changed
- Coding standards