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

Releases: videah/LovePotion

v1.0.8

30 Oct 00:54
Compare
Choose a tag to compare

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.

v1.0.7

18 Oct 05:06
Compare
Choose a tag to compare

Changes:

  • 3D Support! (love.graphics.set3D, love.graphics.get3D, love.graphics.setDepth, love.graphics,getDepth)
  • love.quit Callback
  • Small code refactor

Fixes:

  • Fixed weird delta-timing bug
  • Font limit added (for now)
  • love.graphics.setColor() notifies of unimplemented table argument

v1.0.6

13 Oct 06:52
Compare
Choose a tag to compare

Changes

  • love.mouse.isDown
  • love.mouse.getX
  • love.mouse.getY
  • love.mouse.getPosition
  • New No Game Screen/Example (With comments)
  • love.graphics.printf alignment (partially complete)

Fixes:

  • Fixed error text color not resetting to white

v1.0.5

02 Oct 19:20
Compare
Choose a tag to compare

Changes:

  • Debug Improvements
  • love.graphics.setLineWidth, love.graphics.getLineWidth
  • love.graphics.printf

Fix: Fixed .jpg image loading

v1.0.4

26 Sep 01:14
Compare
Choose a tag to compare

Changes:

  • love.mousereleased
  • love.keyreleased
  • Basic Error Handler

v1.0.1 Hotfix

18 Sep 04:12
Compare
Choose a tag to compare

Fixes small issues with initial release

v1.0.0 Beta Release

17 Sep 18:53
Compare
Choose a tag to compare

Initial Release