LÖVE Potion 3.0 Pre-Release 6
Pre-release
Pre-release
This is the sixth pre-release of LÖVE Potion 3.0.
Full Changelog: 3.0-pre5...3.0-pre6
Additions
Nintendo Switch and Wii U
- BMFontRasterizer
- ImageRasterizer
- Compressed ImageData
- dds, ktx, pkm, etc and astc formats
- Wii U only supports dds and ktx
- dds, ktx, pkm, etc and astc formats
All
- love.graphics.getPixelWidth
- love.graphics.getPixelHeight
- love.graphics.getPixelDimensions
- love.graphics.getScissor
- love.graphics.newImage
- love.graphics.newCanvas
Fixes
All
- newTexture/Image/Canvas could cause issues due to missing the
mipmapcount
field option - Cleaned up the following classes:
- ImageData
- FontModule
- Graphics
- Font
- HID
- Channels no longer hang when calling
:supply()
or:demand()
- General system stability improvements to enhance the user's experience.
Nintendo 3DS
- Fixed an issue where Joystick axes were clamped between
0.0f
and1.0f
instead of-1.0f
and1.0f
. - love.audio.getVolume/Source:getVolume are properly functional now
Update 2023-10-15
- Fixed
love.touchreleased
not working properly on 3DS (#212)