Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

v1.0.8

Latest
Compare
Choose a tag to compare
@videah videah released this 30 Oct 00:54
· 170 commits to master since this release

Changes:

  • Added love.audio with .wav support
  • Added Quads
  • Updated to 2.5 Ninjhax
  • love.getVersion now returns 0.10.0 (as this is the API version LövePotion follows)

Fixes:

  • Fixed start not doing anything on the error screen
  • Properly handle current working directory (Lua's built in io library should work properly now)
  • love.graphics.draw's x and y argument is now correctly set to optional
  • Fixed love.errhand not showing correctly when the error has special characters in it
  • Fixed 3D offsetting bottom screen draw calls by accident

Known Issues:

  • Running love.event.quit whilst a looped sound playing can cause really weird sound distortion problems.