Releases: lovebrew/lovepotion
Releases · lovebrew/lovepotion
3DS Release 1.1.0-beta1
Rewrote the entire framework. Again.
Fixes
- Audio Streaming is now properly implemented via SDL_mixer!
- Use of
png
file formats is now possible without tex3ds conversion (thanks @LiquidFenrir!)- Fonts still use the
png
andjson
structure. However, please use BMFont to create thepng
file and afnt
tojson
converter like bmfont2json for the latter.
- Fonts still use the
Additions
- Added the transformation stack modifiers:
love.graphics.scale
love.graphics.rotate
love.graphics.clear
can now take astring
for the screen to clear- This is much like
love.graphics.setScreen
which sets the screen you render to
- This is much like
- love.math module:
love.math.setRandomSeed
love.math.getRandomSeed
love.math.random
- General system stability improvements to enhance the user's experience
Removals
- Depreciated
game
directory functionality.- See the examples for embedding the romfs
- Depreciated
love.mouse
module and callbacks; replaced by touch callbacks:love.touchpressed
love.touchreleased
love.touchmoved
- Depreciated use of
love.keyboard
callbacks; replaced by the gamepad callbacks:
Planned
socket.http
support- Canvases
- SpriteBatches
Switch Release 1.0.1
General system stability improvements to enhance the user's experience. including:
Additions
- Gamepad:setLayout (untested)
Fixes
Improvements
- UDP sockets (still WIP)
- Error handling
Thanks
- MainMain
- Shrike
- Noor
- Val
Join the Discord for development updates!
If you like my work, you may optionally donate to me via Paypal.
Initial Switch Release
This release includes the majority of the rewrite information from the newer 3DS build. On top of that, it includes:
- Canvases
- Joystick Module
- getJoysticks
- Gamepad callbacks
- gamepadaxis
- gamepadpressed
- gamepadreleased
- Gamepad objects (Joysticks)
- Math Module
- random
- setRandomSeed
- getRandomSeed
- Touch Module
- Touch callbacks
- touchpressed
- touchreleased
- touchmoved
- TrueType font support
Join the Discord!
Super Rewrite
- Completely rewritten in C++
- Audio Streaming
- Font restriction is GONE!
- Fonts made via FontBuilder
love.graphics.newFont(path/to/font)
without an extension
Support my Patreon!
https://patreon.com/TurtleP