This repository has been archived by the owner on May 20, 2021. It is now read-only.
Releases: videah/LovePotion
Releases · videah/LovePotion
v1.0.8
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
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
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
v1.0.4
Changes:
- love.mousereleased
- love.keyreleased
- Basic Error Handler
v1.0.1 Hotfix
Fixes small issues with initial release
v1.0.0 Beta Release
Initial Release