Skip to content

Releases: retronx-team/love-nx

11.4-nx1

04 Apr 17:54
Compare
Choose a tag to compare
  • Love rebased to upstream v11.4

  • Enable luajit ffi
    Also fixes a crash where jit module present but not ffi would cause
    filesystem require code to be called too early

11.3-nx4

14 Nov 17:33
Compare
Choose a tag to compare
  • Update LuaJIT to latest v2.1 commits upstream
  • Use openal-soft from portlibs instead of a subrepo
  • Improve app icon quality [#6] from @HTV04
  • Switch love.joystickadded compat shim [#5] from @HTV04
    • Workaround for an issue where love.joystickadded is not called for the controllers NX SDL2 creates
  • Disable LUA52COMPAT [#7] from @HTV04
    • This should avoid possible incompatibilities with games

11.3-nx3

26 Mar 17:44
Compare
Choose a tag to compare

This maintenance release brings updated dependencies and build script fixes:

  • Updated LuaJIT to MoonJIT v2.2.0-master
  • Updated openal-soft to v1.2.1
  • Use physicsfs from portlibs instead of embedding our own ver
  • Fix build scripts

All these + libnx updates seem to have fixed a bug where subsequent calls to love.graphics.setMode would fail

NOTE: The previous version was incorrectly tagged as 11.2-nx2 instead of 11.3-nx2, LΓ–VE code has not been touched and is still at version 11.3

11.2-nx2

07 Sep 19:53
Compare
Choose a tag to compare

This releases replaces lua 5.1 with LuaJIT, bringing performance gains and overall better compatibility.<

Note: binaries were compiled against latest libnx, and reuploaded (9.0.0 hid ready)

Initial port

06 Sep 22:36
Compare
Choose a tag to compare
11.2-nx1

Initial port