Skip to content

Löve Potion 2.0.0 Pre-Release 4

Compare
Choose a tag to compare
@TurtleP TurtleP released this 01 Aug 18:10

This is the third Pre-Release for Löve Potion, version 2.0.0.
You may find the latest changes in the gist listing.

Reminder that Pre-Release stuff is likely to have bugs, so please report them ASAP if you find something.
NOTICE: This is the last Pre-Release before Release Candidate.

New:

  • love.thread API
    • Thread
    • Channel
  • love.data API
    • Data
    • ByteData
    • DataView
    • CompressedData
  • love.sound API
    • Decoder
    • SoundData
  • Lua 5.3 string compatibility
  • Updated to Lua 5.1.5

Removals:

  • Lua 5.2/5.3 compatibility files
    • Conflicted with 5.3 string compatibility
    • Everything is fine, don't worry

Fixes:

  • 3DS: Compiled with libctru 2.0.0
    • Fixed ROMFS file stat
  • Switch: Compiled with libnx 3.3.0
    • Fixed ROMFS file stat

For further details on what's implemented and planned, please view the Project Tab

Shadow Update: 2020-08-14 @ 19:18

  • Fixed love.gamepadaxis not working properly
    • Long overdue bug not caught until recently
  • Threadable on Switch is now properly preemptive
  • Changed the Audio module pool to use a Threadable class