LÖVE Potion 3.0 Pre-Release 3
Pre-release
Pre-release
This is the third pre-release of LÖVE Potion.
Additions
Modules
love.math
- gammaToLinear
- linearToGamme
- isConvex
- newBezierCurve
- newRandomGenerator
- newTransform
- perlinNoise
- simplexNoise
- triangulate
- colorFromBytes
- colorToBytes
- random
- randomNormal
- getRandomSeed
- setRandomState
- getRandomState
love.image
- newImageData
- isCompressed
love.graphics
- applyTransform
- draw
- push
- pop
- printf
- replaceTransform
- rotate
- scale
- shear
- translate
- newFont
- newQuad
- newTexture
- setFont
- getFont
- reset
- transformPoint
- inverseTransformPoint
- origin
Objects
- BezierCurve
- Transform
- Texture
- Font
- RandomGenerator
- Quad
- Rasterizer
- Transform
- GlyphData
- ImageData
Changes
- love.keyboard.setTextInput requires a boolean (true) to show the software keyboard now. The table arguments are after, unchanged. This was to add compatibility with LÖVE
- General system stability improvements to enhance the user's experience.
... and more that I probably forgot about. There's a lot to document! As always, please report issues on GitHub.
Update 2023-03-22:
- Fixed an issue on Wii U with textures not loading when the height is bigger than the width
- The Texture was comparing the height of itself to the mipmap size of the width, which is wrong.